Releases: Azure/azure-dev
Releases · Azure/azure-dev
azure-dev-cli_1.21.0-beta.1
1.21.0-beta.1 (Unreleased)
Features Added
Breaking Changes
Bugs Fixed
Other Changes
azure-dev-cli_1.20.0
1.20.0 (2025-10-08)
Features Added
- [#5856] Add service dependencies support with
uses
property for automatic deployment ordering. - [#5663] Add
azd publish
command to separate publishing to container registries from deployment. - [#5815] Add custom service target support in extension framework.
- [#5753] Implement auto-installation workflow for extensions.
- [#5723] Add Container App Jobs support to azd Aspire deployments.
- [#5694] Support Bicep Container App revisions.
- [#5858] Promote extensions from alpha to beta.
- [#5807] Enable MCP Server capability in extension framework.
- [#5798] Add elicitation support for azd agent.
- [#5771] Add custom language support.
- [#5874] Update
azd ext show
command UX with improved extension source display. - [#5809] Make hook
shell
attribute optional with OS-based defaults.
Bugs Fixed
- [#5736] Fix
azd x publish
to automatically set up local extension registry. - [#5812] Use the name of the compute env from Aspire Manifest when Aspire owns the env instead of the hardcoded string "resources".
- [#5827] Bypass agentic error handling flow in non-interactive scenarios.
- [#5808], [#5877] Improve UX for agentic azd init.
- [#5870] Update preflight error handling for standard deployment.
Other Changes
azd-ext-azure-coding-agent_0.2.0
[Missing change log entry]
azd-ext-azure-coding-agent_0.1.0
[Missing change log entry]
azd-ext-azure-coding-agent_0.0.1
[Missing change log entry]
azd-ext-microsoft-azd-demo_0.3.0
azd-ext-microsoft-azd-extensions_0.5.1
0.5.1 (2025-09-22)
- Updates
azd x publish
to automatically set up local registry if not configured
0.5.0
- Adds .tar.gz support for Linux extensions
- Adds --artifacts support for multiple glob patterns
0.4.2
- Fixes Python local build support
- Updates JavaScript support to use generated proto clients
0.4.1
- Fixes line endings for unix based systems
0.4.0
- Support for Javascript extensions
0.3.0
- Support for .NET & Python extensions
0.2.0
- Support for Go extensions
azure-dev-vscode_0.10.0
azure-dev-cli_1.19.0
1.19.0 (2025-09-12)
Features Added
- [#5492] Add support for provisioning layers with
infra.layers
configuration. - [#5641] Improve extension management with better ordering, version display, and source disambiguation.
- [#5587] Add claims support for device-code authentication flow.
- [#5598] Prompt for App Service Management Reference during service principal creation when required by tenant.
Bugs Fixed
- [#5586] Improve readability of failed deployment logs with additional line spacing. Thanks @Saipriya-1144 for the contribution!
- [#5588] Fix CloudShell telemetry not being emitted after the first run.
- [#5590] Improve warning message formatting with all-caps prefix and better hook suggestion display.
Other Changes
azd-ext-microsoft-azd-extensions_0.5.0
- Adds .tar.gz support for Linux extensions
- Adds --artifacts support for multiple glob patterns