mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
22 lines
694 B
JSON
22 lines
694 B
JSON
{
|
|
"version": "2.27.1",
|
|
"description": "Microsoft Azure CLI 2.0",
|
|
"homepage": "https://aka.ms/cli",
|
|
"license": "MIT",
|
|
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.27.1.msi",
|
|
"hash": "1ea93ca3259d0656dfe2dc880f9e43a15739ef15f6c74815eed8e23db3d5fd8e",
|
|
"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"
|
|
}
|
|
}
|