ScoopInstaller_Main/bucket/azure-ps.json
2022-07-06 12:32:26 +00:00

35 lines
1.4 KiB
JSON

{
"version": "8.1.0.36048",
"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.1.0-July2022/Az-Cmdlets-8.1.0.36048-x64.msi",
"hash": "d33abdceabc2ff0d08f3d5f38f3d2ee075d6cd040a68ccf48d815bd9f727501b"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v8.1.0-July2022/Az-Cmdlets-8.1.0.36048-x86.msi",
"hash": "c89b6fc6c22b2b825801bc1d1ba05597149a06efc37533d608237ab16f68c740"
}
},
"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"
}
}
}
}