ScoopInstaller_Main/bucket/azure-ps.json
2020-02-18 10:01:49 +00:00

35 lines
1.4 KiB
JSON

{
"version": "3.5.0.32097",
"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.5.0-February2020/Az-Cmdlets-3.5.0.32097-x86.msi",
"hash": "a782cb308a4a775b29fcb99294d4aed40e0c9a18a77627a80935dd4fba97051c"
},
"64bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v3.5.0-February2020/Az-Cmdlets-3.5.0.32097-x64.msi",
"hash": "b67f703bb382a7a5720f49b1f38a4aa7e7490cce65c4df959d64208062cbb8bd"
}
},
"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"
}
}
}
}