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