ScoopInstaller_Main/bucket/azure-ps.json
2024-07-09 04:27:40 +00:00

35 lines
1.4 KiB
JSON

{
"version": "12.1.0.38758",
"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.1.0-July2024/Az-Cmdlets-12.1.0.38758-x64.msi",
"hash": "4e6b9b7a2e86e5b4680af11eb53f0006af99527debb07deb72c466ad5caf59ff"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v12.1.0-July2024/Az-Cmdlets-12.1.0.38758-x86.msi",
"hash": "1d8a1b40da438ce3d8cc4fe9600f18301aba1bf0c4a6df7ae133c271e4935126"
}
},
"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"
}
}
}
}