ScoopInstaller_Main/bucket/azure-cli.json
2025-05-06 04:30:02 +00:00

33 lines
1.0 KiB
JSON

{
"version": "2.72.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/zip/azure-cli-2.72.0-x64.zip",
"hash": "eff19912f1c2a891a629463a8c36962326652df43518d4872e686d2ec4f05791"
}
},
"env_set": {
"AZURE_CLI_PATH": "$dir\\bin",
"AzureCLIPath": "$dir\\bin"
},
"bin": "bin\\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/zip/azure-cli-$version-x64.zip"
}
}
}
}