Skip to content

azure-dev-cli_1.25.3

Choose a tag to compare

@azure-sdk azure-sdk released this 29 May 00:20
52d7689

1.25.3 (2026-05-28)

Bugs Fixed

  • [#8316] Fix extension pack support gaps: extension manifests can declare dependencies without top-level capabilities, semver dependency ranges resolve to the highest compatible published version, and install-time dependency cycles fail with a clear error.
  • [#8402] Fix the progress widget printing stale, overlapping output on narrow terminals by truncating each rendered line to the terminal width.
  • [#8263] Fix lifecycle hook output (preprovision, postprovision, and predeploy) being silently suppressed during azd up.

Other Changes

  • [#8440] Promote the azd tool command group out of alpha, making it available by default along with its first-run welcome and update-check experiences.
  • [#8316] Improve azd extension upgrade dependency handling by reconciling declared dependencies to the latest compatible versions, adding --no-dependency-upgrades to opt out, and reporting dependency updates via dependencyUpgrades in --output json.