diff --git a/bucket/azure-developer-cli.json b/bucket/azure-developer-cli.json index fbd733d1cf..84ed9fd2cf 100644 --- a/bucket/azure-developer-cli.json +++ b/bucket/azure-developer-cli.json @@ -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\"",