mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "2.60.0",
|
|
"description": "A cross-platform command-line tool to connect to Azure and execute administrative commands on Azure resources",
|
|
"homepage": "https://aka.ms/cli",
|
|
"license": "MIT",
|
|
"notes": [
|
|
"* Known issue:",
|
|
" - Cannot be extracted due to long path: https://github.com/ScoopInstaller/Main/issues/5300"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.60.0-x64.msi",
|
|
"hash": "d7454d07fe945697e07804eb452581cabe2a5d5a177957e76dc08c1a928c1255"
|
|
},
|
|
"32bit": {
|
|
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.60.0.msi",
|
|
"hash": "78beb31df2184eb2aba7de3c6c7245a4a761f1db6d846af883c1dfbb995a8cb0"
|
|
}
|
|
},
|
|
"extract_dir": "Microsoft SDKs\\Azure\\CLI2",
|
|
"env_set": {
|
|
"AZURE_CLI_PATH": "$dir\\wbin",
|
|
"AzureCLIPath": "$dir\\wbin"
|
|
},
|
|
"bin": "wbin\\az.cmd",
|
|
"checkver": {
|
|
"github": "https://github.com/Azure/azure-cli",
|
|
"regex": "/releases/tag/azure-cli-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-$version.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|