azure-dev-cli_1.23.12
·
238 commits
to main
since this release
1.23.12 (2026-03-24)
Bugs Fixed
- [#7223] Improve
.funcignorehandling for flex-consumption function apps by inferringremoteBuildfrom file contents and failing fast on incompatible configurations. - [#7274] Revert env-flag change from v1.23.11 to fix regression where the
-eshorthand for--environmentconflicted with extension commands that use-efor their own flags (e.g.,--project-endpointinazure.ai.modelsandazure.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
MapErrorto reduce unclassified error entries. Thanks @spboyer for the contribution! - [#7253] Fix
copilot.session.idtelemetry field classification to use the correct PII category.