ScoopInstaller_Main/bucket/azure-ps.json
2025-11-18 08:31:34 +00:00

35 lines
1.4 KiB
JSON

{
"version": "15.0.0.40409",
"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/v15.0.0-November2025/Az-Cmdlets-15.0.0.40409-x64.msi",
"hash": "8af8cf7892c89e05a937727af8237d8223a35b37db51f0b8a25e3e138e17af8d"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v15.0.0-November2025/Az-Cmdlets-15.0.0.40409-x86.msi",
"hash": "ba6dfbf5c9fa7736d09c0735606d26fbc8c287d8e9007e7cf0832abe9dd70ffe"
}
},
"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"
}
}
}
}