ScoopInstaller_Main/bucket/azure-cli.json
2021-06-15 02:01:47 +00:00

22 lines
694 B
JSON

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