From ebbc99258206ae828ea45d89f217d5953a9ddd64 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:46:05 +0000 Subject: [PATCH 1/3] Initial plan From 2d387c0bb98e64a3b073e8f3340341d4dfd34e4d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:54:08 +0000 Subject: [PATCH 2/3] Create changelog for 1.23.12 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/f2c4a2e9-4930-40fb-86bc-0ccc5a97b4de --- cli/azd/CHANGELOG.md | 12 +++++++----- cli/version.txt | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index c78eee903a9..e2665da382a 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,15 +1,17 @@ # Release History -## 1.24.0-beta.1 (Unreleased) - -### Features Added - -### Breaking Changes +## 1.23.12 (2026-03-24) ### Bugs Fixed +- [[#7274]](https://github.com/Azure/azure-dev/pull/7274) Revert env-flag change from v1.23.11 to fix regression where the `-e` shorthand for `--environment` conflicted with extension commands that use `-e` for their own flags (e.g., `--project-endpoint` in `azure.ai.models` and `azure.ai.finetune`), restoring compatibility with those extensions. +- [[#7232]](https://github.com/Azure/azure-dev/pull/7232) Fix `azd update` reliability on Windows by using SHA-256 hash comparison instead of file metadata checks to accurately detect whether an MSI-based update changed the binary. + ### Other Changes +- [[#7241]](https://github.com/Azure/azure-dev/pull/7241) Improve telemetry error classification by routing MCP tool, Copilot agent, and container/extension error spans through `MapError` to reduce unclassified error entries. Thanks @spboyer for the contribution! +- [[#7253]](https://github.com/Azure/azure-dev/pull/7253) Fix `copilot.session.id` telemetry field classification to use the correct PII category. + ## 1.23.11 (2026-03-20) ### Features Added diff --git a/cli/version.txt b/cli/version.txt index 33fd5bab588..7bdcec52d09 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.24.0-beta.1 +1.23.12 From bdc270461eb8218d7960992bc1faf86df69fbeb5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 24 Mar 2026 06:59:09 +0000 Subject: [PATCH 3/3] Remove #7232 from 1.23.12 changelog Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/558ba509-e26a-4bc4-865d-18f602ced2dd --- cli/azd/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index e2665da382a..5e3d1e3e3b4 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -5,7 +5,6 @@ ### Bugs Fixed - [[#7274]](https://github.com/Azure/azure-dev/pull/7274) Revert env-flag change from v1.23.11 to fix regression where the `-e` shorthand for `--environment` conflicted with extension commands that use `-e` for their own flags (e.g., `--project-endpoint` in `azure.ai.models` and `azure.ai.finetune`), restoring compatibility with those extensions. -- [[#7232]](https://github.com/Azure/azure-dev/pull/7232) Fix `azd update` reliability on Windows by using SHA-256 hash comparison instead of file metadata checks to accurately detect whether an MSI-based update changed the binary. ### Other Changes