·
14 commits
to main
since this release
1.25.5 (2026-06-05)
Bugs Fixed
- [#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] Fix
azd auth statusreporting unauthenticated in Cloud Shell and blockingazd provisionandazd ai agent initfor sessions relying on the ambient Cloud Shell credential. - [#8493] Fix
azd downfailing to purge Azure AI Foundry cognitive accounts due to an SDK type mismatch in thenetworkInjectionsresponse. - [#8527] Fix
dotnet publishfailing with "empty dotnet configuration output" when Podman is the container engine by forwarding the detected engine to the .NET SDK. - [#8537] Fix AI model quota preflight blocking all locations on subscriptions where the Azure Cognitive Services
/usagesAPI returns an empty list (for example, free-tier subscriptions); empty usage lists are now treated as available quota rather than zero quota.