From 8716895763300ec51a3f53ea1c4359c20fa87610 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:02:30 +0000 Subject: [PATCH 1/4] Initial plan From 9e2d09f800384c45903f6bbf6013d9abee0224a7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:09:00 +0000 Subject: [PATCH 2/4] Create changelog for v1.22.1 release Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> --- cli/azd/.vscode/cspell-azd-dictionary.txt | 4 +++- cli/azd/CHANGELOG.md | 13 +++++++++++-- cli/version.txt | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/cli/azd/.vscode/cspell-azd-dictionary.txt b/cli/azd/.vscode/cspell-azd-dictionary.txt index 0b4005a288b..8a9d3cea849 100644 --- a/cli/azd/.vscode/cspell-azd-dictionary.txt +++ b/cli/azd/.vscode/cspell-azd-dictionary.txt @@ -285,4 +285,6 @@ wireinject yacspin yamlnode ymlt -zerr \ No newline at end of file +zerr +langchain +Menghua diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index c2972b98b8a..26f0b3821a1 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,13 +1,22 @@ # Release History -## 1.23.0-beta.1 (Unreleased) +## 1.22.1 (2025-12-10) ### Features Added -### Breaking Changes +- [[#6285]](https://github.com/Azure/azure-dev/pull/6285) Support `azure.yml` as an alternative to `azure.yaml` for project configuration files. +- [[#6266]](https://github.com/Azure/azure-dev/pull/6266) Prompt to create directory when using `-C`/`--cwd` with non-existent path. +- [[#6290]](https://github.com/Azure/azure-dev/pull/6290) Add debug logging support for `azure.ai.agents` extension via `--debug` flag or `AZD_EXT_DEBUG` environment variable. +- [[#6300]](https://github.com/Azure/azure-dev/pull/6300) Add template gallery links in `azd init` and `azd template list` commands. +- [[#6313]](https://github.com/Azure/azure-dev/pull/6313) Improve error handling flow with three-solution prompt and upgraded langchain dependency. ### Bugs Fixed +- [[#6346]](https://github.com/Azure/azure-dev/pull/6346) Fix Container App revision deployment to respect service `module` setting in `azure.yaml`. +- [[#6343]](https://github.com/Azure/azure-dev/pull/6343) Fix `azd ai agent init` message to suggest `azd up` before `azd deploy`. +- [[#6341]](https://github.com/Azure/azure-dev/pull/6341) Fix Static Web App deployment by ensuring framework service requires restore and produces correct artifacts. +- [[#5568]](https://github.com/Azure/azure-dev/pull/5568) Fix JSON-escaped environment variables being lost when syncing to remote CI/CD pipelines. Thanks @Menghua1 for the contribution! + ### Other Changes ## 1.22.0 (2025-12-02) diff --git a/cli/version.txt b/cli/version.txt index 14ff34b1875..6245beecd39 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.23.0-beta.1 +1.22.1 From 990c9cc5ac6cb17c5b07b9564599387801717c78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 10 Dec 2025 22:35:13 +0000 Subject: [PATCH 3/4] Address PR feedback: Remove extension changes and move GitHub alias Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- .vscode/cspell-github-user-aliases.txt | 1 + cli/azd/.vscode/cspell-azd-dictionary.txt | 1 - cli/azd/CHANGELOG.md | 2 -- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/cspell-github-user-aliases.txt b/.vscode/cspell-github-user-aliases.txt index f1184fcc7d4..51ef55d059b 100644 --- a/.vscode/cspell-github-user-aliases.txt +++ b/.vscode/cspell-github-user-aliases.txt @@ -48,3 +48,4 @@ vivazqu weilim Yionse Saipriya +Menghua1 diff --git a/cli/azd/.vscode/cspell-azd-dictionary.txt b/cli/azd/.vscode/cspell-azd-dictionary.txt index 8a9d3cea849..c0a270a06b9 100644 --- a/cli/azd/.vscode/cspell-azd-dictionary.txt +++ b/cli/azd/.vscode/cspell-azd-dictionary.txt @@ -287,4 +287,3 @@ yamlnode ymlt zerr langchain -Menghua diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 26f0b3821a1..1dbc54fc0e8 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -6,14 +6,12 @@ - [[#6285]](https://github.com/Azure/azure-dev/pull/6285) Support `azure.yml` as an alternative to `azure.yaml` for project configuration files. - [[#6266]](https://github.com/Azure/azure-dev/pull/6266) Prompt to create directory when using `-C`/`--cwd` with non-existent path. -- [[#6290]](https://github.com/Azure/azure-dev/pull/6290) Add debug logging support for `azure.ai.agents` extension via `--debug` flag or `AZD_EXT_DEBUG` environment variable. - [[#6300]](https://github.com/Azure/azure-dev/pull/6300) Add template gallery links in `azd init` and `azd template list` commands. - [[#6313]](https://github.com/Azure/azure-dev/pull/6313) Improve error handling flow with three-solution prompt and upgraded langchain dependency. ### Bugs Fixed - [[#6346]](https://github.com/Azure/azure-dev/pull/6346) Fix Container App revision deployment to respect service `module` setting in `azure.yaml`. -- [[#6343]](https://github.com/Azure/azure-dev/pull/6343) Fix `azd ai agent init` message to suggest `azd up` before `azd deploy`. - [[#6341]](https://github.com/Azure/azure-dev/pull/6341) Fix Static Web App deployment by ensuring framework service requires restore and produces correct artifacts. - [[#5568]](https://github.com/Azure/azure-dev/pull/5568) Fix JSON-escaped environment variables being lost when syncing to remote CI/CD pipelines. Thanks @Menghua1 for the contribution! From 1061d17a562e876e58fa64b7ced51898a29c1806 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 02:02:30 +0000 Subject: [PATCH 4/4] Add PRs #6345 and #6353 to v1.22.1 changelog Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 1dbc54fc0e8..290749d433a 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -11,7 +11,9 @@ ### Bugs Fixed +- [[#6353]](https://github.com/Azure/azure-dev/pull/6353) Fix unclear error message when deploying to improperly-tagged Container App in non-revision mode. - [[#6346]](https://github.com/Azure/azure-dev/pull/6346) Fix Container App revision deployment to respect service `module` setting in `azure.yaml`. +- [[#6345]](https://github.com/Azure/azure-dev/pull/6345) Improve `azd down` deletion behavior for resource-group-scoped deployments. - [[#6341]](https://github.com/Azure/azure-dev/pull/6341) Fix Static Web App deployment by ensuring framework service requires restore and produces correct artifacts. - [[#5568]](https://github.com/Azure/azure-dev/pull/5568) Fix JSON-escaped environment variables being lost when syncing to remote CI/CD pipelines. Thanks @Menghua1 for the contribution!