From 63acec046fca1a6a5ee077e968cdb0b638e40768 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:30:42 +0000 Subject: [PATCH 1/4] Initial plan From a4e58dd445867559b99b69cc22f29fefbfcd9af5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:37:10 +0000 Subject: [PATCH 2/4] Add v1.25.5 changelog entry Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com> --- cli/azd/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cli/azd/CHANGELOG.md b/cli/azd/CHANGELOG.md index 41b1a7dced7..4494daa8395 100644 --- a/cli/azd/CHANGELOG.md +++ b/cli/azd/CHANGELOG.md @@ -10,6 +10,16 @@ ### Other Changes +## 1.25.5 (2026-06-05) + +### Bugs Fixed + +- [[#8458]](https://github.com/Azure/azure-dev/pull/8458) Fix memory exhaustion and slow model catalog loads when Azure CLI delegated authentication (`auth.useAzCliAuth = true`) fans out concurrent token requests by caching tokens in-process per tenant. +- [[#8459]](https://github.com/Azure/azure-dev/pull/8459) Fix `azd auth status` reporting unauthenticated in Cloud Shell and blocking `azd provision` and `azd ai agent init` for sessions relying on the ambient Cloud Shell credential. +- [[#8493]](https://github.com/Azure/azure-dev/pull/8493) Fix `azd down` failing to purge Azure AI Foundry cognitive accounts due to an SDK type mismatch in the `networkInjections` response. +- [[#8527]](https://github.com/Azure/azure-dev/pull/8527) Fix `dotnet publish` failing with "empty dotnet configuration output" when Podman is the container engine by forwarding the detected engine to the .NET SDK. +- [[#8537]](https://github.com/Azure/azure-dev/pull/8537) Fix AI model quota preflight blocking all locations on subscriptions where the Azure Cognitive Services `/usages` API returns an empty list (for example, free-tier subscriptions); empty usage lists are now treated as available quota rather than zero quota. + ## 1.25.4 (2026-05-29) ### Bugs Fixed From 0f05cd04f5e16daf9fe2465c1431c9f9ae2b9d11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:46:54 +0000 Subject: [PATCH 3/4] Update cli/version.txt to 1.25.5 for release Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com> --- cli/version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/version.txt b/cli/version.txt index b159a891450..b45fe310644 100644 --- a/cli/version.txt +++ b/cli/version.txt @@ -1 +1 @@ -1.26.0-beta.1 +1.25.5 From 89392c8009413b027838776f4f372f70332e0d30 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 21:52:47 +0000 Subject: [PATCH 4/4] Update cli/azd/pkg/azdext/version.go to 1.25.5 for release Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com> --- cli/azd/pkg/azdext/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/azd/pkg/azdext/version.go b/cli/azd/pkg/azdext/version.go index b9533da40e9..64675d8675e 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.5"