diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index c78eee903a9..5e3d1e3e3b4 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,15 +1,16 @@ # 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. + ### 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