ScoopInstaller_Main/bucket/azure-cli.json
2021-08-23 07:00:45 +00:00

22 lines
694 B
JSON

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