azure-developer-cli: Update to version 1.23.3

This commit is contained in:
github-actions[bot] 2026-01-31 00:48:51 +00:00
parent 7187c54994
commit e3edc60646

View File

@ -1,5 +1,5 @@
{
"version": "1.23.2",
"version": "1.23.3",
"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.2/azd-windows-amd64.zip",
"hash": "5421a79ed568e916af529c46879ddff40b3edc885a6cb088ae0d8bd37a7bb2e0"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.3/azd-windows-amd64.zip",
"hash": "b75770c292393aae51fc1f86ac592a2e34ed2294b35bea7a587ddcd5e39eb23b"
},
"arm64": {
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.2/azd-windows-arm64-alpha.zip",
"hash": "4d1dc217107f0e5c9b4533bff13ef6863b50ffd76208df1de7c9633182dec395"
"url": "https://github.com/Azure/azure-dev/releases/download/azure-dev-cli_1.23.3/azd-windows-arm64-alpha.zip",
"hash": "8152ab8607d2f30ae737c775d02c4f4357465c16064563630d71bf3cafff5fb7"
}
},
"pre_install": "Get-Item \"$dir\\azd-*.exe\" | Rename-Item -NewName \"azd.exe\"",