Create changelog for v1.25.5 release#8553
Merged
Merged
Conversation
Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add changelog for v1.25.5 release
Create changelog for v1.25.5 release
Jun 5, 2026
tg-msft
approved these changes
Jun 5, 2026
Member
|
@copilot - please update cli/version.txt too. |
Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com>
Contributor
Author
Updated |
Member
|
@copilot - you need to update cli/azd/pkg/azdext/version.go too. |
Co-authored-by: tg-msft <1179329+tg-msft@users.noreply.github.com>
Contributor
Author
Updated |
tg-msft
approved these changes
Jun 5, 2026
hemarina
approved these changes
Jun 5, 2026
JeffreyCA
approved these changes
Jun 5, 2026
vhvb1989
approved these changes
Jun 5, 2026
Member
|
/check-enforcer override |
tg-msft
enabled auto-merge (squash)
June 5, 2026 21:59
📋 Prioritization NoteThanks for the contribution! The linked issue isn't in the current milestone yet. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the
## 1.25.5 (2026-06-05)release entry tocli/azd/CHANGELOG.mdand updatescli/version.txtandcli/azd/pkg/azdext/version.goto1.25.5. All five fixes are core azd CLI changes merged tomainsince v1.25.4; extension-only, CI, and dependency-bump commits are excluded.Included fixes (
### Bugs Fixed)auth.useAzCliAuth = true; Azure CLI tokens are now cached in-process per tenant instead of spawning a newazsubprocess per request.azd auth statusreporting unauthenticated in Cloud Shell, which also blockedazd provisionandazd ai agent initin that environment.azd downfailing to purge Azure AI Foundry cognitive accounts; upgrades ARM SDK fromarmcognitiveservices v1tov2to handle thenetworkInjectionsarray response.dotnet publishproducing "empty dotnet configuration output" when Podman is the container engine by forwarding-p:ContainerEngine=podmanto the .NET SDK./usagesreturns an empty list (e.g. free-tier); empty usages are now treated as available quota rather than zero quota.