Skip to content

Commit b07e639

Browse files
Copilothemarina
andauthored
Create changelog for 1.25.1 (#8215)
* Initial plan * 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> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com>
1 parent fdae616 commit b07e639

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

cli/azd/CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,25 @@
1010

1111
### Other Changes
1212

13-
## 1.25.0-beta.1 (Unreleased)
13+
## 1.25.1 (2026-05-15)
1414

1515
### Features Added
1616

17-
18-
### Breaking Changes
17+
- [[#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.
18+
- [[#8059]](https://github.com/Azure/azure-dev/pull/8059) Add actionable suggestions and links to preflight warnings with multi-line formatting for better readability.
19+
- [[#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.
20+
- [[#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.
1921

2022
### Bugs Fixed
2123

24+
- [[#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.
25+
- [[#8136]](https://github.com/Azure/azure-dev/pull/8136) Fix `azd provision` crash when infrastructure layers use Terraform or other non-Bicep providers.
26+
- [[#8195]](https://github.com/Azure/azure-dev/pull/8195) Fix parallel `dotnet publish` race condition in Aspire deploys by isolating build artifacts per service.
2227

2328
### Other Changes
2429

30+
- [[#8148]](https://github.com/Azure/azure-dev/pull/8148) Update bundled Bicep CLI from v0.42.1 to v0.43.8.
31+
2532

2633
## 1.25.0 (2026-05-08)
2734

cli/azd/pkg/azdext/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ package azdext
66
// Version is the semantic version of the azdext SDK package.
77
// This value mirrors the CLI version in cli/version.txt and is
88
// automatically updated by eng/scripts/Update-CliVersion.ps1.
9-
const Version = "1.26.0-beta.1"
9+
const Version = "1.25.1"

cli/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.26.0-beta.1
1+
1.25.1

0 commit comments

Comments
 (0)