Skip to content

Releases: Azure/azure-dev

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.

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

15 Dec 23:19
c839da5

Choose a tag to compare

Pre-release

0.1.4-preview (2025-12-15)

  • [#6326] Fix correlation ID propagation and improve tracing for API calls
  • [#6343] Improve azd ai agent init completion message to recommend azd up first
  • [#6344] Rename AI_FOUNDRY_PROJECT_APP_ID environment variable to AZURE_AI_PROJECT_PRINCIPAL_ID
  • [#6366] Fix manifest URL path when branch name contains "/"

azure-dev-cli_1.22.2

12 Dec 04:49
26f00d5

Choose a tag to compare

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

11 Dec 06:06
da48085

Choose a tag to compare

1.22.1 (2025-12-10)

Features Added

  • [#6285] Support azure.yml as an alternative to azure.yaml for project configuration files.
  • [#6266] Prompt to create directory when using -C/--cwd with non-existent path.
  • [#6300] Add template gallery links in azd init and azd template list commands.
  • [#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 module setting in azure.yaml.
  • [#6345] Improve azd down deletion 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

03 Dec 23:08
842719d

Choose a tag to compare

Pre-release

0.7.0 (2025-12-03)

  • Add language-specific .gitignore templates for init command

azd-ext-microsoft-azd-demo_0.4.0

03 Dec 23:08
842719d

Choose a tag to compare

Pre-release

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

03 Dec 23:08
842719d

Choose a tag to compare

Pre-release

0.1.3-preview (2025-12-03)

  • Improve agent service debug logging via AZD_EXT_DEBUG env var and --debug flag