azure-dev-cli_1.30.0
·
116 commits
to main
since this release
1.30.0 (2026-08-05)
Features Added
- [#9284] Add container image deployment support for
host: functionservices using a Dockerfile, prebuilt image, or remote ACR build.
Bugs Fixed
- [#9238] Fix
${VAR}substitution ininfra.deploymentStackssettings such asdenySettings.excludedActionsanddenySettings.excludedPrincipals. - [#9324] Fix
azd provision --previewto show nested ARM failures such as quota limits and provide relevant recovery guidance. - [#9325] Fix
azd updateto install the exact stable version it reports instead of potentially installing a newer release. - [#9329] Fix
azd pipeline config --provider azdo --auth-type federatedincorrectly rejecting federated authentication and update the flag's help text to reflect existing Azure DevOps support. - [#9347] Fix
azd init --from-codeandazd infra generate --forcehanging indefinitely on Aspire solutions when persistent MSBuild worker nodes keep output pipes open. - [#9361] Fix extension upgrade errors to identify the requested version and the source or registries checked, while preserving source and version values in retry commands.
- [#9361] Fix extension install and upgrade errors to distinguish a missing dependency from one whose available versions do not satisfy the required constraint.
- [#9430] Fix GitHub Actions pipeline authentication for repositories using immutable OIDC subject claims.
- [#9353] Improve
azd initandazd upto detect unsupported non-C# Aspire AppHosts early and show actionable guidance instead of misleading Docker and source-build failures.
Other Changes
- [#9380] Update the bundled GitHub CLI to v2.97.0.