mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
706 B
JSON
22 lines
706 B
JSON
{
|
|
"version": "2.49.0",
|
|
"description": "Microsoft Azure CLI 2.0",
|
|
"homepage": "https://aka.ms/cli",
|
|
"license": "MIT",
|
|
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.49.0.msi",
|
|
"hash": "0e5fae4a4827f4ef853a0159af54c1b29eb1b32938112a62a6b9442095b24b20",
|
|
"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"
|
|
}
|
|
}
|