From 2d6b9e69bfbb27da0f44b0b2e00bcdaa3e70304c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 04:42:46 +0000 Subject: [PATCH] azure-developer-cli: Update to version 1.23.7 --- 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 4f47b094ee..903b0c748f 100644 --- a/bucket/azure-developer-cli.json +++ b/bucket/azure-developer-cli.json @@ -1,5 +1,5 @@ { - "version": "1.23.6", + "version": "1.23.7", "description": "A developer CLI that provides commands for working with Azure resources that map to key workflow stages: code, build, deploy, monitor, repeat.", "homepage": "https://aka.ms/azd", "license": "MIT", @@ -9,12 +9,12 @@ ], "architecture": { "64bit": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.6/azd-windows-amd64.zip", - "hash": "8d1040b1a42970da0e8b738bca303d3da3512f7edf6098d7f010c6003451568e" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.7/azd-windows-amd64.zip", + "hash": "92769e2a9d74a9c36d271776c96ea6266e2bae697ce19d4c36695cea48eca804" }, "arm64": { - "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.6/azd-windows-arm64-alpha.zip", - "hash": "04ebdca7265f56c652c417f924175dbcb8f3eb2e28d8f2847a391adcd837ca91" + "url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.7/azd-windows-arm64-alpha.zip", + "hash": "72fc3adf44f15770dfcad19d6f644ddbd98a46cc744fcea0074f8d1ff2a11d19" } }, "pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",