ScoopInstaller_Main/bucket/azure-ps.json
2020-08-29 15:10:22 +02:00

35 lines
1.4 KiB
JSON

{
"version": "4.6.1.33350",
"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/v4.6.1-August2020/Az-Cmdlets-4.6.1.33350-x64.msi",
"hash": "f4aff60c0ccd139f29d9d2944aca034e547ba521743e45c29c738c8912e64b70"
},
"32bit": {
"url": "https://github.com/Azure/azure-powershell/releases/download/v4.6.1-August2020/Az-Cmdlets-4.6.1.33350-x86.msi",
"hash": "21489c6945151b09d115a1cadb08382a6767ad580fe1db32fd624110ee3259fa"
}
},
"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": {
"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"
}
}
}
}