ScoopInstaller_Main/bucket/azure-cli.json
2021-01-04 08:17:59 +01:00

22 lines
694 B
JSON

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