ScoopInstaller_Main/bucket/azure-cli.json
2020-03-10 07:01:48 +00:00

18 lines
603 B
JSON

{
"description": "Microsoft Azure CLI 2.0",
"homepage": "https://aka.ms/cli",
"version": "2.2.0",
"license": "MIT",
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.2.0.msi",
"hash": "4bf91091995d1c4cc2b439029bd7f105f7e7d5246256fc442907424806e4bd66",
"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"
}
}