ScoopInstaller_Main/bucket/azure-ps.json
2025-11-04 08:30:16 +00:00

35 lines
1.4 KiB
JSON

{
"version": "14.6.0.40329",
"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/v14.6.0-November2025/Az-Cmdlets-14.6.0.40329-x64.msi",
"hash": "07b6ac821c7f62a5db58832148cd7a548ce875fa0e08d142704535bf23e6b5f1"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v14.6.0-November2025/Az-Cmdlets-14.6.0.40329-x86.msi",
"hash": "319b70f179e8a8cde8bbcb228f5d5fe5705eccd78ac116dbb9cf5c5ab4222065"
}
},
"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"
}
}
}
}