mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"version": "2.57.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.57.0-x64.msi",
|
|
"hash": "1371945e4103b7635c86bdb18fc7bcc617e4c01d0ac0645029a15926041326a3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.57.0.msi",
|
|
"hash": "5e9d7b5ebd3023728d38930c0b827e28aff6d0c2387fe96064ea0af5417f624f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|