Skip to content

azure-dev-cli_1.23.6

Choose a tag to compare

@azure-sdk azure-sdk released this 21 Feb 02:45
· 92 commits to main since this release
16c72e7

1.23.6 (2026-02-20)

Features Added

  • [#6777] Add --subscription and --location flags to azd provision and azd up commands. Thanks @spboyer for the contribution!

Bugs Fixed

  • [#6766] Fix remote build 404 error when Azure Container Registry is in a different resource group than the service.
  • [#6770] Fix subscription cache overwrite issue to preserve tenant-to-subscription mappings when tenants are temporarily inaccessible.
  • [#6779] Fix azd init to fail fast when --environment is missing in non-interactive mode with --template. Thanks @spboyer for the contribution!
  • [#6789] Fix azd env config set to support non-string types (booleans, numbers, arrays, objects). Thanks @spboyer for the contribution!

Other Changes

  • [#6771] Improve provisioning error messages with Region SKU Capacity Unavailable error guidance and consent message clarity.
  • [#6803] Improve error classification for context cancellation, timeouts, and network errors. Thanks @spboyer for the contribution!
  • [#6808] Improve delegated auth experience with mode-aware authentication messaging and guidance. Thanks @scottaddie for the contribution!
  • [#6810] Add soft-delete conflict detection hints for deployment errors with guidance to run azd down --purge. Thanks @spboyer for the contribution!