Skip to content

azure-dev-cli_1.23.12

Choose a tag to compare

@azure-sdk azure-sdk released this 24 Mar 23:30
· 238 commits to main since this release
b37e435

1.23.12 (2026-03-24)

Bugs Fixed

  • [#7223] Improve .funcignore handling for flex-consumption function apps by inferring remoteBuild from file contents and failing fast on incompatible configurations.
  • [#7274] Revert env-flag change from v1.23.11 to fix regression where the -e shorthand for --environment conflicted with extension commands that use -e for their own flags (e.g., --project-endpoint in azure.ai.models and azure.ai.finetune), restoring compatibility with those extensions.

Other Changes

  • [#7241] Improve telemetry error classification by routing MCP tool, Copilot agent, and container/extension error spans through MapError to reduce unclassified error entries. Thanks @spboyer for the contribution!
  • [#7253] Fix copilot.session.id telemetry field classification to use the correct PII category.