ScoopInstaller_Main/bucket/azure-ps.json
2022-08-02 04:50:35 +00:00

35 lines
1.4 KiB
JSON

{
"version": "8.2.0.36189",
"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/v8.2.0-August2022/Az-Cmdlets-8.2.0.36189-x64.msi",
"hash": "9c0c51ab212f5b94d014f56cf3344b54d559d6bc897b0c74a262a3f2eaed0e4a"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.2.0-August2022/Az-Cmdlets-8.2.0.36189-x86.msi",
"hash": "ee930e8e5af2bfddc3af2e698e42d3e2a65107ef49ffc1ad5bd366352a3a0ac3"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"url": "https://github.com/Azure/azure-powershell/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"
}
}
}
}