Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.21.0-beta.1

09 Oct 04:43
feefd4e
Compare
Choose a tag to compare

1.21.0-beta.1 (Unreleased)

Features Added

Breaking Changes

Bugs Fixed

Other Changes

azure-dev-cli_1.20.0

09 Oct 15:35
0031e30
Compare
Choose a tag to compare

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

  • [#5869] Update Bicep from 0.38.3 to 0.38.33.
  • [#5867] Make language optional in the schema.
  • [#5770] Update gh CLI to latest 2.80.
  • [#5823] Differentiate Azure Managed Redis from Redis Enterprise in provisioning progress.

azd-ext-azure-coding-agent_0.2.0

09 Oct 22:48
5fda69e
Compare
Choose a tag to compare

[Missing change log entry]

azd-ext-azure-coding-agent_0.1.0

03 Oct 23:19
5a6bdc9
Compare
Choose a tag to compare

[Missing change log entry]

azd-ext-azure-coding-agent_0.0.1

03 Oct 23:18
5a6bdc9
Compare
Choose a tag to compare

[Missing change log entry]

azd-ext-microsoft-azd-demo_0.3.0

02 Oct 21:58
0efb14c
Compare
Choose a tag to compare

0.3.0 (2025-10-01)

Features Added

  • Enabled MCP (Model Context Protocol) server capability (#5807)
  • Added MCP server tools and commands to the demo extension

Bug Fixes

  • Fixed extension build.ps1 scripts to fail on any error (#5739)

azd-ext-microsoft-azd-extensions_0.5.1

22 Sep 20:26
cc1fb1a
Compare
Choose a tag to compare

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

22 Sep 16:03
116b568
Compare
Choose a tag to compare

0.10.0 (2025-09-22)

Bugs Fixed

  • [#5692] Fixed an issue handling movement of azure.yaml files

Other Changes

  • [#5740] Improvements to execution of external processes
  • The minimum required Visual Studio Code version is now 1.90.0 (May 2024)

azure-dev-cli_1.19.0

12 Sep 13:34
b3d68ce
Compare
Choose a tag to compare

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

  • [#5592] Update to Go 1.25.0.
  • [#5559] Update Aspire sample to version 9.4.
  • [#5603] Update microsoft.azd.extensions in registry to 0.5.0.

azd-ext-microsoft-azd-extensions_0.5.0

19 Aug 23:52
cfb21c9
Compare
Choose a tag to compare
  • Adds .tar.gz support for Linux extensions
  • Adds --artifacts support for multiple glob patterns