azure-dev-cli_1.23.9
·
208 commits
to main
since this release
1.23.9 (2026-03-13)
Features Added
- [#7041] Automatically fall back to a local Docker/Podman build when
remoteBuild: trueand the remote ACR build fails. Thanks @spboyer for the contribution! - [#7053] Add local preflight validation before Bicep deployment to detect parameter and configuration issues before submitting the deployment to ARM.
- [#7018] Improve extension startup failure warnings with categorized, actionable messages distinguishing extensions needing an upgrade from timeout failures, and include a
--debughint for details.
Bugs Fixed
- [#7040] Fix
azd pipeline configfailing when the GitHub repository name contains dots (e.g.,my-org/my.app) because dots were not sanitized out of federated identity credential names. Thanks @spboyer for the contribution! - [#7046] Fix error message when no Azure subscriptions are found to include actionable guidance for multi-tenant and MFA scenarios, suggesting
azd auth login --tenant-id. - [#7047] Fix progress log previewer outputting blank lines on start and not respecting no-tty mode.
- [#7062] Fix
azd deploysilently removing externally-configured Dapr settings when performing a Container App update; Dapr configuration is now preserved when not present in the deployment YAML. - [#7072] Fix remote state blob client not falling back to the default subscription from user config when
state.remote.config.subscriptionIdis not explicitly set. - [#7076] Fix race condition in
ux.TaskListwhen concurrently accessing the completed task count. Thanks @richardpark-msft for the contribution!
Other Changes
- [#7044] Improve
--no-promptsupport for resource-group deployments by defaulting the resource group prompt to theAZURE_RESOURCE_GROUPenvironment variable value. - [#7051] Improve telemetry error classification with typed sentinel errors, replacing opaque
errors_errorStringresult codes with descriptive error type codes across command domains.