ScoopInstaller_Main/bucket/azure-cli.json
2022-02-14 08:27:48 +00:00

22 lines
706 B
JSON

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