mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
azure-cli@2.56.0: Add 64bit version, Update desc. (Close #5308)
This commit is contained in:
parent
e470aaf1bb
commit
8af05afc80
@ -1,21 +1,36 @@
|
||||
{
|
||||
"version": "2.56.0",
|
||||
"description": "Microsoft Azure CLI 2.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",
|
||||
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-2.56.0.msi",
|
||||
"hash": "61e31dacfd08bea2b3a00b11bcef91020df9cee447319b813da951a7bccfaf3b",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.56.0-x64.msi",
|
||||
"hash": "a46d325b740c73cb1f5f05791bdb89393000189b5fbf41a5fafa8b4834a58e1b"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://azcliprod.blob.core.windows.net/msi/azure-cli-2.56.0.msi",
|
||||
"hash": "61e31dacfd08bea2b3a00b11bcef91020df9cee447319b813da951a7bccfaf3b"
|
||||
}
|
||||
},
|
||||
"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": {
|
||||
"url": "https://azurecliprod.azureedge.net/msi/azure-cli-$version.msi"
|
||||
},
|
||||
"env_set": {
|
||||
"AzureCLIPath": "$dir\\wbin",
|
||||
"AZURE_CLI_PATH": "$dir\\wbin"
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user