ScoopInstaller_Main/bucket/azure-cli.json
2020-06-23 07:00:30 +00:00

18 lines
603 B
JSON

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