From 6bd1e8bed90d942ed3ac0331c2ea933658635bd1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:23:23 +0000 Subject: [PATCH 1/5] Initial plan From b9243da521b98e558d324f4d93c69fb8a0d33631 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 18:27:34 +0000 Subject: [PATCH 2/5] Create changelog for v1.22.0 release Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 10 ++++++++-- cli/version.txt | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 4a8ac058620..9f246d59bca 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,15 +1,21 @@ # Release History -## 1.22.0-beta.1 (Unreleased) +## 1.22.0 (2025-12-01) ### Features Added -### Breaking Changes +- [[#6256]](https://github.com/Azure/azure-dev/pull/6256) Reduce provisioning progress display polling interval from 10s to 3s for more responsive status updates. ### Bugs Fixed +- [[#6277]](https://github.com/Azure/azure-dev/pull/6277) Fix hooks not running in CI/CD scenarios when `.azure` directory does not exist. +- [[#6255]](https://github.com/Azure/azure-dev/pull/6255) Fix Container Apps deployment error when using revision-based deployments. + ### Other Changes +- [[#6247]](https://github.com/Azure/azure-dev/pull/6247) Update Bicep CLI to v0.39.26. +- [[#6270]](https://github.com/Azure/azure-dev/pull/6270) Rename Azure AI Foundry to Microsoft Foundry. + ## 1.21.3 (2025-11-14) ### Bugs Fixed diff --git a/cli/version.txt b/cli/version.txt index fc665d39022..57807d6d0d0 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.22.0-beta.1 +1.22.0 From fa4f6edad93d9c2886c603f7550a1e69e170cbbd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 1 Dec 2025 20:58:54 +0000 Subject: [PATCH 3/5] Add additional PRs #6282, #6180, #6281 to v1.22.0 changelog Co-authored-by: JeffreyCA <9157833+JeffreyCA@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 9f246d59bca..f616f0d8532 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -9,6 +9,9 @@ ### Bugs Fixed - [[#6277]](https://github.com/Azure/azure-dev/pull/6277) Fix hooks not running in CI/CD scenarios when `.azure` directory does not exist. +- [[#6282]](https://github.com/Azure/azure-dev/pull/6282) Fix panic in `azd provision --preview` when ARM returns nil After field during resource deletion. +- [[#6281]](https://github.com/Azure/azure-dev/pull/6281) Fix `azd provision` skipping deployment when resource groups were deleted outside of azd. +- [[#6180]](https://github.com/Azure/azure-dev/pull/6180) Relax Aspire binding validation for non-HTTP protocols as simple TCP. - [[#6255]](https://github.com/Azure/azure-dev/pull/6255) Fix Container Apps deployment error when using revision-based deployments. ### Other Changes From 204f0f0d139196881472ab1f3b4be1158e1e38f9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:00:08 +0000 Subject: [PATCH 4/5] Add PR #6232 to v1.22.0 changelog Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index f616f0d8532..4b7d9aae0c3 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -5,6 +5,7 @@ ### Features Added - [[#6256]](https://github.com/Azure/azure-dev/pull/6256) Reduce provisioning progress display polling interval from 10s to 3s for more responsive status updates. +- [[#6232]](https://github.com/Azure/azure-dev/pull/6232) Add language-specific `.gitignore` templates to extension scaffolding for `azd x init`. ### Bugs Fixed From a655ecb94cc89301af81dbfdaed2c68837156dcb Mon Sep 17 00:00:00 2001 From: hemarina <104857065+hemarina@users.noreply.github.com> Date: Tue, 2 Dec 2025 11:03:46 -0800 Subject: [PATCH 5/5] Update cli/azd/CHANGELOG.md --- cli/azd/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 4b7d9aae0c3..e88802c7834 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.22.0 (2025-12-01) +## 1.22.0 (2025-12-02) ### Features Added