From 8af05afc807b036e5b4f6d139afac5ed235376c6 Mon Sep 17 00:00:00 2001 From: HUMORCE Date: Mon, 15 Jan 2024 03:10:20 +0800 Subject: [PATCH] azure-cli@2.56.0: Add 64bit version, Update desc. (Close #5308) --- bucket/azure-cli.json | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/bucket/azure-cli.json b/bucket/azure-cli.json index 88bdc152e6..ee60a1be56 100644 --- a/bucket/azure-cli.json +++ b/bucket/azure-cli.json @@ -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" + } + } } }