From 3f211ef0cbbaf355d45bb8def6eb39332aa0ef6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 00:44:13 +0000 Subject: [PATCH] azure-developer-cli: Update to version 1.22.3 --- bucket/azure-developer-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index 2f3127fea9..0fc1bd4a7f 100644 --- a/bucket/azure-developer-cli.json +++ b/bucket/azure-developer-cli.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", - "version": "1.22.2", + "version": "1.22.3", "description": "A developer CLI that reduces the time it takes to get started on Azure", "homepage": "https://aka.ms/azd", "license": "MIT", @@ -10,12 +10,12 @@ ], "architecture": { "arm64": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-arm64-alpha.zip", - "hash": "be521b41c00be471212cf6530b5a36e77c4e4a383675cba395866f2e68a8c81a" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.3/azd-windows-arm64-alpha.zip", + "hash": "e898f4b1800b4e860912035cfb5a793b72f838200233a5b66101bbba64e67a8e" }, "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.2/azd-windows-amd64.zip", - "hash": "b7395fcebdb35795e6171156acba4ac76bcb35ac778698e3ddf9ecf5a7215cbc" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.22.3/azd-windows-amd64.zip", + "hash": "94d4bdf9384174511ef8acd1d135746050bcde0be8f8087b4bd3c72d2275d4d1" } }, "pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",