ScoopInstaller_Main/bucket/azure-ps.json
2021-07-06 07:01:20 +00:00

35 lines
1.4 KiB
JSON

{
"version": "6.2.0.34513",
"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/v6.2.0-July2021/Az-Cmdlets-6.2.0.34513-x64.msi",
"hash": "c7ec6e12f93a7253f1892508b7c5738d15ad2bfac6ced27f1f205342dbd38ff3"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v6.2.0-July2021/Az-Cmdlets-6.2.0.34513-x86.msi",
"hash": "2b5eca0519c1bb2ac0ee735eeed03b138804ea0c4bd78582c4070cbe56a89a1a"
}
},
"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"
}
}
}
}