ScoopInstaller_Main/bucket/azure-ps.json
2020-03-10 08:01:52 +00:00

35 lines
1.4 KiB
JSON

{
"version": "3.6.1.32413",
"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": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.6.1-March2020/Az-Cmdlets-3.6.1.32413-x86.msi",
"hash": "ae59b40df1be1c76aa6a2e90299a28f338cf1b459d34626cd68f7f7eceee182d"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.6.1-March2020/Az-Cmdlets-3.6.1.32413-x64.msi",
"hash": "8ae923d870170fd110d7c55c2c6e9b5cf1cb2ac7d5c986de26bc29db9d449a79"
}
},
"extract_dir": "WindowsPowerShell\\Modules",
"psmodule": {
"name": "AzureRM"
},
"checkver": {
"github": "https://github.com/Azure/azure-powershell",
"regex": "download/v?(?<release>[\\w-.]+)/Az-Cmdlets-([\\d.]+)-x64\\.msi"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x86.msi"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v$matchRelease/Az-Cmdlets-$version-x64.msi"
}
}
}
}