ScoopInstaller_Main/bucket/azure-ps.json
2020-01-07 03:00:28 +00:00

35 lines
1.4 KiB
JSON

{
"version": "3.3.0.31600",
"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.3.0-January2020/Az-Cmdlets-3.3.0.31600-x86.msi",
"hash": "ed1b4fa212d99363f3fab8b4a1393c4001c752010374d804cf318d6deb2413cc"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.3.0-January2020/Az-Cmdlets-3.3.0.31600-x64.msi",
"hash": "7d6dbab72a9d2df98043a1b6047ccc0be91f3650e3bcac21d27cfb40a14db21a"
}
},
"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"
}
}
}
}