ScoopInstaller_Main/bucket/azure-ps.json
2025-02-11 08:30:42 +00:00

35 lines
1.4 KiB
JSON

{
"version": "13.2.0.39336",
"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/v13.2.0-February2025/Az-Cmdlets-13.2.0.39336-x64.msi",
"hash": "70b8629738dce1a693960d92284cb7f4985c4d005855c0ee5883824d43c7cbbf"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v13.2.0-February2025/Az-Cmdlets-13.2.0.39336-x86.msi",
"hash": "2bd4056ee63c225bb12869f1c124a9503e5225d674bb74eee76b03b7f6e80486"
}
},
"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"
}
}
}
}