ScoopInstaller_Main/bucket/azure-cli.json
2024-07-09 04:27:40 +00:00

33 lines
1.0 KiB
JSON

{
"version": "2.62.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.62.0-x64.zip",
"hash": "204a7ba4b14a9bdd8e87639b82166634c0ea4d384e3018df06c42226e93579cd"
}
},
"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"
}
}
}
}