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