azure-developer-cli: Update to version 1.23.7

This commit is contained in:
github-actions[bot] 2026-02-28 04:42:46 +00:00
parent c6bd669af2
commit 2d6b9e69bf

View File

@ -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\"",