ScoopInstaller_Main/bucket/azure-cli.json
2023-01-11 01:56:30 +00:00

22 lines
706 B
JSON

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