From 3af730f2d333b009f2e7ad651e6e6a2daee24855 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:02:03 +0000 Subject: [PATCH 1/2] Initial plan From 437b74c69c5817ea64a0b3655dce42723c9b9a29 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:08:42 +0000 Subject: [PATCH 2/2] Create changelog for v1.25.6 release Co-authored-by: hemarina <104857065+hemarina@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 15 +++++++++++++++ cli/azd/pkg/azdext/version.go | 2 +- cli/version.txt | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 1f84b6cd1f0..12e527fa89c 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -8,10 +8,25 @@ ### Bugs Fixed +### Other Changes + +## 1.25.6 (2026-06-12) + +### Bugs Fixed + +- [[#8414]](https://github.com/Azure/azure-dev/pull/8414) Fix stale token errors (for example `AADSTS700082`) persisting after re-running `azd auth login`; azd now automatically clears cached authentication data when re-logging in while already signed in. +- [[#8551]](https://github.com/Azure/azure-dev/pull/8551) Fix intermittent `DeploymentNotFound` failures during `azd up`, `azd provision`, and `azd down` by retrying the transient ARM 404 that can be returned immediately after a subscription- or resource-group-scoped deployment is submitted. - [[#8561]](https://github.com/Azure/azure-dev/pull/8561) Make `azd init` idempotent with respect to the environment: re-running init in an initialized project now reuses the existing environment instead of failing with "environment already initialized". With `--no-prompt` and no `-e`, the recorded default environment is reused, and an explicitly requested environment is created and promoted to the default when it does not already exist. +- [[#8571]](https://github.com/Azure/azure-dev/pull/8571) Fix the AI model quota preflight rejecting all locations on free-tier subscriptions by lowering the required `OpenAI.S0.AccountCount` capacity from 2 to 1. +- [[#8588]](https://github.com/Azure/azure-dev/pull/8588) Fix Static Web Apps deployment failing with a BadRequest error for the `default` environment name by passing `production` to the SWA CLI, and add an optional `environment` field in `azure.yaml` for targeting named preview environments. +- [[#8598]](https://github.com/Azure/azure-dev/pull/8598) Fix Aspire .NET deployments not using Podman when Docker is unavailable by lazily detecting the container engine in the deploy path. ### Other Changes +- [[#8417]](https://github.com/Azure/azure-dev/pull/8417) Reduce the size of the generated Fig completion spec (`azd completion fig`) by pruning duplicated help subcommands and redundant extension output options; add `--include-help-subcommands` to restore the previous expanded output. +- [[#8579]](https://github.com/Azure/azure-dev/pull/8579) Update user-facing references from ".NET Aspire" to "Aspire" to reflect the product rebrand. Thanks @IEvangelist for the contribution! +- [[#8594]](https://github.com/Azure/azure-dev/pull/8594) Update the bundled Bicep CLI to v0.44.1. + ## 1.25.5 (2026-06-05) ### Bugs Fixed diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index b9533da40e9..c82dd605e0d 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.6" diff --git a/cli/version.txt b/cli/version.txt index b159a891450..198ec23ccfc 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.26.0-beta.1 +1.25.6