From af66496e57b5ce4d34ccbaf9d79f515227d8b086 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:46:06 +0000 Subject: [PATCH 1/2] Initial plan From e9fb2aea859b255e0be22e99d99fc3c11da35aef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 23:50:49 +0000 Subject: [PATCH 2/2] Create changelog for azd 1.24.1 Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/1adfc957-98ad-46dd-83a2-cda1a761ecf5 Co-authored-by: rajeshkamal5050 <11532743+rajeshkamal5050@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 9 ++++++++- cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 3dd0a1d1353..db376bd50e4 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.24.0-beta.1 (Unreleased) +## 1.25.0-beta.1 (Unreleased) ### Features Added @@ -10,6 +10,13 @@ ### Other Changes +## 1.24.1 (2026-04-17) + +### Features Added + +- [[#7697]](https://github.com/Azure/azure-dev/pull/7697) Add `.azdxignore` support for `azd x watch`; create a `.azdxignore` file in the project root to exclude files and directories from the file watcher, preventing excessive rebuilds. Patterns from `.gitignore` are also respected. +- [[#7746]](https://github.com/Azure/azure-dev/pull/7746) Add local Bicep preflight check for Azure reserved resource names; `azd provision` now warns before provisioning when predicted resource names match Azure's reserved-word restrictions (exact match, substring, or prefix rules). + ## 1.24.0 (2026-04-14) ### Features Added diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index 4a6cb2e5be5..1fd34d18892 100644 --- a/cli/azd/pkg/azdext/version.go +++ b/cli/azd/pkg/azdext/version.go @@ -6,4 +6,4 @@ package azdext // Version is the semantic version of the azdext SDK package. // This value mirrors the CLI version in cli/version.txt and is // automatically updated by eng/scripts/Update-CliVersion.ps1. -const Version = "1.24.0" +const Version = "1.24.1" diff --git a/cli/version.txt b/cli/version.txt index 53cc1a6f929..f9e8384bb6c 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.24.0 +1.24.1