ScoopInstaller_Main/bucket/azure-cli.json
2021-12-07 04:30:32 +00:00

22 lines
706 B
JSON

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