ScoopInstaller_Main/bucket/azure-cli.json
2020-04-30 09:01:49 +00:00

18 lines
603 B
JSON

{
"description": "Microsoft Azure CLI 2.0",
"homepage": "https://aka.ms/cli",
"version": "2.5.1",
"license": "MIT",
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.5.1.msi",
"hash": "ec025b1e226682f226d60c5448adacd71d85d284f2d320f6962ea9d2f11b82a6",
"extract_dir": "Microsoft SDKs\\Azure\\CLI2",
"bin": "wbin\\az.cmd",
"checkver": {
"github": "https://github.com/Azure/azure-cli",
"regex": "/releases/tag/azure-cli-([\\d.]+)"
},
"autoupdate": {
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi"
}
}