Skip to content

Releases: Azure/azure-dev

azd-ext-azure-ai-finetune_0.0.10-preview

21 Jan 19:10
6db9cd2

Choose a tag to compare

0.0.10-preview (2026-01-21)

  • Bug fixes

azd-ext-azure-ai-finetune_0.0.9-preview

20 Jan 04:16
2a2eb20

Choose a tag to compare

Pre-release

0.0.9-preview (2026-01-20)

  • Adding missing commands

azure-dev-cli_1.23.0

15 Jan 05:22
9a02add

Choose a tag to compare

1.23.0 (2026-01-14)

Features Added

  • [#6390] Add azd config options command to list all available configuration settings with descriptions.
  • [#6348] Add azd env config commands for environment-specific configuration management.
  • [#6441] Add support for cross-tenant authentication when using remote environment state in Azure Blob Storage.
  • [#6436] Add Podman support as fallback container runtime when Docker is unavailable.
  • [#6418] Add file-based caching to azd show for approximately 60x performance improvement.
  • [#6461] Add auto-detection of infrastructure provider (Bicep/Terraform) from infra directory files when not explicitly specified.
  • [#6377] Add azd auth status command to display current authentication status.
  • [#6262] Add property-level change details in azd provision --preview output for Bicep deployments.
  • [#5536] Add support for non-Aspire projects in Visual Studio connected services.

Breaking Changes

  • [#6395] Remove deprecated azd login and azd logout commands in favor of azd auth login and azd auth logout.
  • [#6369] Remove Azure Spring Apps support.

Bugs Fixed

  • [#6481] Fix extension configuration properties support by adding AdditionalProperties fields to project and service configurations.
  • [#6478] Fix GitHub URL parsing to check authentication before branch resolution.
  • [#5954] Improve authentication handling when not using built-in auth methods.
  • [#6452] Fix azd down to dynamically resolve resource display names.
  • [#6446] Fix context cancelled errors in workflow steps.
  • [#6444] Fix AKS deployment schema to allow Helm deployments without project field.
  • [#6267] Fix azd down to handle deployment state correctly when resources are manually deleted.
  • [#6435] Fix azd ext install --force to properly reinstall extensions when version matches.

azd-ext-microsoft-azd-concurx_0.0.1

14 Jan 00:14
07f7c78

Choose a tag to compare

Pre-release

0.0.1 (2026-01-12)

  • Initial support for azd concurx up

azd-ext-azure-ai-finetune_0.0.8-preview

14 Jan 01:08
07f7c78

Choose a tag to compare

Pre-release

[Missing change log entry]

azd-ext-azure-ai-agents_0.1.5-preview

12 Jan 19:54
3323e13

Choose a tag to compare

Pre-release

0.1.5-preview (2026-01-12)

  • [#6468] Add support for retrieving existing Application Insights connections when using --project-id
  • [#6482] Improve azd ai agent init -m validation

azure-dev-cli_1.22.5

18 Dec 20:02
f1850eb

Choose a tag to compare

1.22.5 (2025-12-18)

Bugs Fixed

  • [#6398] Fix azd provision --preview incorrectly prompting to install extensions for custom service targets when the extension is already installed.
  • [#6408] Fix panic during provisioning by reverting custom configuration properties feature introduced in v1.22.4.

azd-ext-microsoft-azd-extensions_0.7.1

18 Dec 23:20
f1850eb

Choose a tag to compare

Pre-release

0.7.1 (2025-12-18)

  • Fixes bug during release when setting --prerelease flag
  • Fixes bug during build - execute permissions not set on binary for POSIX systems

azure-dev-cli_1.22.4

18 Dec 00:39
7a768b4

Choose a tag to compare

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

15 Dec 23:13
c839da5

Choose a tag to compare

1.22.3 (2025-12-15)

Features Added

  • [#6347] Add interactive environment selector to azd env select when no environment is specified.

Bugs Fixed

  • [#6373] Fix error handling to display proper error messages when loading invalid azure.yaml files instead of panicking.