mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "12.0.0.38629",
|
|
"description": "PowerShell cmdlets for developers and administrators to develop, deploy and manage Microsoft Azure applications.",
|
|
"homepage": "https://aka.ms/azpsdocs",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v12.0.0-May2024/Az-Cmdlets-12.0.0.38629-x64.msi",
|
|
"hash": "c01446fe4d55dbfc25c13e97277f14e9fc3ae51478a662a0ddfd6864152d9cbd"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v12.0.0-May2024/Az-Cmdlets-12.0.0.38629-x86.msi",
|
|
"hash": "1d1b969b2dbb96682180cd5a6e32b89bad366a39eb1ded9eb5881211c05c060d"
|
|
}
|
|
},
|
|
"extract_dir": "WindowsPowerShell\\Modules",
|
|
"psmodule": {
|
|
"name": "AzureRM"
|
|
},
|
|
"checkver": {
|
|
"url": "https://api.github.com/repositories/23891194/releases",
|
|
"regex": "download/v(?<release>[^/]+)/Az-Cmdlets-([0-9.]+)-x64[.]msi"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|