ScoopInstaller_Main/bucket/azure-cli.json
2020-12-29 09:04:09 +01:00

22 lines
694 B
JSON

{
"version": "2.17.0",
"description": "Microsoft Azure CLI 2.0",
"homepage": "https://aka.ms/cli",
"license": "MIT",
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.17.0.msi",
"hash": "980f87cbc1909f65f16f14bec75db6947ecd3e44479efac46e41bec50ff129ff",
"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"
},
"env_set": {
"AzureCLIPath": "$dir",
"AZURE_CLI_PATH": "$dir"
}
}