Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.22.5
azd-ext-microsoft-azd-extensions_0.7.1
0.7.1 (2025-12-18)
- Fixes bug during
releasewhen setting--prereleaseflag - Fixes bug during
build- execute permissions not set on binary for POSIX systems
azure-dev-cli_1.22.4
1.22.4 (2025-12-17)
Features Added
- [#6196] Add support for custom configuration properties in project and service configuration for extensions.
- [#6367] Add interactive mode support for extensions to enable TUI applications.
Bugs Fixed
- [#6356] Fix resource discovery logic to correctly identify resources associated with deployments during deletion.
- [#6385] Fix display names for Foundry and Foundry project resources in output.
Other Changes
- [#6389] Improve error telemetry with specific error type classification.
azure-dev-cli_1.22.3
azd-ext-azure-ai-agents_0.1.4-preview
0.1.4-preview (2025-12-15)
- [#6326] Fix correlation ID propagation and improve tracing for API calls
- [#6343] Improve
azd ai agent initcompletion message to recommendazd upfirst - [#6344] Rename
AI_FOUNDRY_PROJECT_APP_IDenvironment variable toAZURE_AI_PROJECT_PRINCIPAL_ID - [#6366] Fix manifest URL path when branch name contains "/"
azure-dev-cli_1.22.2
1.22.2 (2025-12-12)
Features Added
- [#6321] Add distributed tracing and structured error handling for extensions.
Bugs Fixed
- [#6360] Fix Container App deployment to correctly resolve infrastructure path from defaults when using layered provisioning with service module settings.
- [#6351] Fix GitHub URL parsing to support branch names containing slashes.
Other Changes
- [#6357] Add usage tracking telemetry for layered provisioning and revision-based ACA deployments.
azure-dev-cli_1.22.1
1.22.1 (2025-12-10)
Features Added
- [#6285] Support
azure.ymlas an alternative toazure.yamlfor project configuration files. - [#6266] Prompt to create directory when using
-C/--cwdwith non-existent path. - [#6300] Add template gallery links in
azd initandazd template listcommands. - [#6313] Improve error handling flow with three-solution prompt and upgraded langchain dependency.
Bugs Fixed
- [#6353] Fix unclear error message when deploying to improperly-tagged Container App in non-revision mode.
- [#6346] Fix Container App revision deployment to respect service
modulesetting inazure.yaml. - [#6345] Improve
azd downdeletion behavior for resource-group-scoped deployments. - [#6341] Fix Static Web App deployment by ensuring framework service requires restore and produces correct artifacts.
- [#5568] Fix JSON-escaped environment variables being lost when syncing to remote CI/CD pipelines. Thanks @Menghua1 for the contribution!
Other Changes
azd-ext-microsoft-azd-extensions_0.7.0
0.7.0 (2025-12-03)
- Add language-specific .gitignore templates for
initcommand
azd-ext-microsoft-azd-demo_0.4.0
0.4.0 (2025-12-03)
Features Added
- Added custom language framework implementation
- Updated to use service context and artifacts
- Updated custom service target to use container service
azd-ext-azure-ai-agents_0.1.3-preview
0.1.3-preview (2025-12-03)
- Improve agent service debug logging via
AZD_EXT_DEBUGenv var and--debugflag