From 8809a9d9200db2e15105b5e912cffb9e4ce346f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:10:49 +0000 Subject: [PATCH 1/3] Initial plan From 40bf504b519198465613e16120bd45972f3befca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:15:55 +0000 Subject: [PATCH 2/3] Create changelog for v1.22.4 release Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 9 ++++++--- cli/version.txt | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 45fd0528c19..97c591d5279 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,14 +1,17 @@ # Release History -## 1.23.0-beta.1 (Unreleased) +## 1.22.4 (2025-12-17) ### Features Added -### Breaking Changes +- [[#6196]](https://github.com/Azure/azure-dev/pull/6196) Add support for custom configuration properties in project and service configuration for extensions. +- [[#6367]](https://github.com/Azure/azure-dev/pull/6367) Add interactive mode support for extensions to enable TUI applications. ### Bugs Fixed -### Other Changes +- [[#6356]](https://github.com/Azure/azure-dev/pull/6356) Fix resource discovery logic to correctly identify resources associated with deployments during deletion. +- [[#6392]](https://github.com/Azure/azure-dev/pull/6392) Fix error when releasing extensions with `--prerelease` flag. +- [[#6385]](https://github.com/Azure/azure-dev/pull/6385) Fix display names for Foundry and Foundry project resources in output. ## 1.22.3 (2025-12-15) diff --git a/cli/version.txt b/cli/version.txt index 14ff34b1875..2a0ba77cc5e 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.23.0-beta.1 +1.22.4 From 4461bc5a456928e7c357986ea53e9f9abf361e2d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 17 Dec 2025 22:20:18 +0000 Subject: [PATCH 3/3] Add #6389 to Other Changes and remove #6392 (dev extension specific) Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 97c591d5279..cbc972d7cd5 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -10,9 +10,12 @@ ### Bugs Fixed - [[#6356]](https://github.com/Azure/azure-dev/pull/6356) Fix resource discovery logic to correctly identify resources associated with deployments during deletion. -- [[#6392]](https://github.com/Azure/azure-dev/pull/6392) Fix error when releasing extensions with `--prerelease` flag. - [[#6385]](https://github.com/Azure/azure-dev/pull/6385) Fix display names for Foundry and Foundry project resources in output. +### Other Changes + +- [[#6389]](https://github.com/Azure/azure-dev/pull/6389) Improve error telemetry with specific error type classification. + ## 1.22.3 (2025-12-15) ### Features Added