ScoopInstaller_Main/bucket/azure-ps.json
2021-03-23 09:00:28 +00:00

35 lines
1.4 KiB
JSON

{
"version": "5.7.0.34162",
"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/v5.7.0-March2021/Az-Cmdlets-5.7.0.34162-x64.msi",
"hash": "ca92b9f588ba3038bc4597f1570dac904657e092c30e9648898e557d73f583e3"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v5.7.0-March2021/Az-Cmdlets-5.7.0.34162-x86.msi",
"hash": "568301d534ed0f68e539df0524c33cc5afe72ebcbd79d51b9f0203da995d0a9e"
}
},
"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"
}
}
}
}