-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathazure-cli.json
32 lines (32 loc) · 1.07 KB
/
azure-cli.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"version": "2.68.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.68.0-x64.zip",
"hash": "edd857baa5e3c87423d197f7dc3f5246f022b23f5308f1c03c3a9f2ead340570"
}
},
"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"
}
}
}
}