·
22 commits
to main
since this release
1.34.2 (2026-09-23)
Features Added
- [#9866] Add dependency-aware
azd extension uninstallthat records why each extension was installed, blocks removing extensions other extensions depend on unless--forceis used, and offers to remove dependencies that are no longer needed unless--no-dependenciesis set. - [#10049] Add
Account.GetCurrentPrincipalto the preview extension gRPC contract so extensions can read the current identity's object ID and principal type without decoding access tokens.
Bugs Fixed
- [#10033] Fix project-level
predeployandpostdeployhook output not being shown duringazd up. Thanks Jon Gallant (@jongio) for the contribution! - [#10049] Fix login details for system-assigned managed identities being reported as not logged in.
Other Changes
- [#9866] Update
azd extension showto display compatibility, ownership, dependencies, and installed dependents. JSON output now uses camelCase keys and omits empty fields. - [#10052] Update the agentic
azd initflow to report AI credits instead of premium requests. - [#10061] Update the
execution.environmenttelemetry field to reportagencywhenazdruns inside an Agency session. - [#10095] Update the published Homebrew casks to use Homebrew's declarative
postflight_steps. - [#10132] Update the bundled GitHub CLI to v2.101.0.