From e6b11412ebc9ec11ddc9c756ac6efff85a2b29b4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:28:22 +0000 Subject: [PATCH 1/2] Initial plan From a9b28427bea51cd751272cddeb2407047bcbcaf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:30:13 +0000 Subject: [PATCH 2/2] Add PR #7140 to 1.23.10 changelog and fix bullet wording Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 5aa9bbc88f2..e7e198a1c6c 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -4,7 +4,8 @@ ### Bugs Fixed -- [[#7157]](https://github.com/Azure/azure-dev/pull/7157) Fix: handle ARM expression strings in preflight resource fields. +- [[#7157]](https://github.com/Azure/azure-dev/pull/7157) Fix handling of ARM expression strings in preflight resource fields. +- [[#7140]](https://github.com/Azure/azure-dev/pull/7140) Fix `error.type` telemetry classification for wrapped `error.suggestion` failures so that ARM deployment errors report as `service.arm.deployment.failed` instead of raw Go type names. ## 1.23.9 (2026-03-13)