From d404cf809fe8e482f392c2381aebf4a1860cbc8b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 18:57:25 +0000 Subject: [PATCH 1/2] Initial plan From 80ab5f233f9886f2ae2ddd71e71844acc9e27c3f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 15 May 2026 19:02:00 +0000 Subject: [PATCH 2/2] Create changelog for 1.25.1 release Agent-Logs-Url: https://github.com/Azure/azure-dev/sessions/6b6416c8-1818-4315-89c1-ed8c3c10b51c Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 13 ++++++++++--- cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index d14770d95b1..7d782adbf82 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -10,18 +10,25 @@ ### Other Changes -## 1.25.0-beta.1 (Unreleased) +## 1.25.1 (2026-05-15) ### Features Added - -### Breaking Changes +- [[#8047]](https://github.com/Azure/azure-dev/pull/8047) Expose ARM deployment IDs via `AZD_DEPLOYMENT_ID_FILE` environment variable during provision, written in NDJSON format for programmatic consumption. +- [[#8059]](https://github.com/Azure/azure-dev/pull/8059) Add actionable suggestions and links to preflight warnings with multi-line formatting for better readability. +- [[#8083]](https://github.com/Azure/azure-dev/pull/8083) Add tenant picker before subscription prompt for multi-tenant users, scoping the subscription list to the selected tenant. +- [[#8144]](https://github.com/Azure/azure-dev/pull/8144) Upgrade 7 CLI list commands (`azd ext source list`, `azd tool list`, `azd tool check`, `azd template list`, `azd template source list`, `azd copilot consent list`, `azd config options`) to responsive table output with full, compact, and card layouts based on terminal width. ### Bugs Fixed +- [[#8114]](https://github.com/Azure/azure-dev/pull/8114) Fix `azd init` Copilot Preview silently falling back to an older model by upgrading the bundled Copilot SDK to v0.3.0 and CLI to v1.0.36-0. +- [[#8136]](https://github.com/Azure/azure-dev/pull/8136) Fix `azd provision` crash when infrastructure layers use Terraform or other non-Bicep providers. +- [[#8195]](https://github.com/Azure/azure-dev/pull/8195) Fix parallel `dotnet publish` race condition in Aspire deploys by isolating build artifacts per service. ### Other Changes +- [[#8148]](https://github.com/Azure/azure-dev/pull/8148) Update bundled Bicep CLI from v0.42.1 to v0.43.8. + ## 1.25.0 (2026-05-08) diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index b9533da40e9..8f71ecaea65 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.26.0-beta.1" +const Version = "1.25.1" diff --git a/cli/version.txt b/cli/version.txt index b159a891450..d905a6d1d61 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.26.0-beta.1 +1.25.1