Skip to content

Releases: Azure/azure-dev

azure-dev-cli_1.23.8

07 Mar 01:49
7697147

Choose a tag to compare

1.23.8 (2026-03-06)

Features Added

  • [#7001] Add support for deploying Container App Jobs (Microsoft.App/jobs) via host: containerapp. The Bicep template determines whether the target is a Container App or Container App Job. Thanks @jongio for the contribution!
  • [#6968] Add Microsoft.App/agents (SRE Agent) resource type recognition so provisioning progress output correctly displays SRE Agent resources. Thanks @dm-chelupati for the contribution!
  • [#7016] Add sensible defaults for azd env new and azd init in --no-prompt mode: auto-generate environment name from the working directory, auto-select subscription when only one is available, and remove the hard --environment requirement. Thanks @spboyer for the contribution!
  • [#6962] Improve --no-prompt error guidance for azd init and azd provision to report all missing inputs at once with actionable resolution commands and environment variable mappings.

Bugs Fixed

  • [#6790] Fix the azd user-agent string not flowing to authentication HTTP calls (Azure Identity SDK and MSAL), making azd-originated auth traffic identifiable in Azure telemetry. Thanks @spboyer for the contribution!
  • [#6920] Fix Retry-After header not being applied correctly in Azure Functions flex consumption deployment polling, and improve cancellation responsiveness in Static Web Apps deployment verification. Thanks @spboyer for the contribution!
  • [#6922] Fix Ctrl+C cancellation not being respected during remote ACR build source upload and log streaming. Thanks @spboyer for the contribution!
  • [#6914] Fix azd extension install, show, and upgrade potentially selecting the wrong version when the registry returns versions in descending order.

Other Changes

  • [#7019] Improve provisioning progress polling with concurrent nested deployment traversal and a terminal-operation cache to reduce redundant ARM API calls and decrease spinner flicker.
  • [#7017] Update azd core to Go 1.26.
  • [#7004] Improve provisioning completion responsiveness by replacing channel-based cancellation with context cancellation in the progress display goroutine.
  • [#6977] Improve AI-assisted error troubleshooting by categorizing errors (Azure, machine, or user context) and tailoring automated fix suggestions to appropriate error types.
  • [#6978] Improve auth error classification in the extension gRPC server so extensions receive Unauthenticated status codes instead of Unknown for login-required errors.
  • [#6963] Improve provisioning performance by caching resource type display name lookups to reduce redundant API calls during progress polling.
  • [#6954] Add extension SDK primitives for token provider, scope detection, resilient HTTP client, and pagination to simplify azd extension authoring. Thanks @jongio for the contribution!
  • [#6953] Update Bicep minimum required version to 0.41.2.
  • [#6941] Simplify AI-assisted error troubleshooting to a two-step flow: explain the error, then optionally generate step-by-step fix guidance.
  • [#6912] Improve storage blob client performance by verifying container existence only once per session instead of on every operation. Thanks @spboyer for the contribution!

azd-ext-microsoft-azd-extensions_0.10.0

04 Mar 23:20
2d2105c

Choose a tag to compare

Pre-release

0.10.0 (2026-03-04)

  • [#6826] Handle locked files on Windows during azd x build by terminating stale extension processes.
  • [#6747] Add requiredAzdVersion support to azd x publish for declaring core version dependencies.
  • [#6792] Fix azd x publish to correctly sync --version flag to extension metadata.
  • [#6733] Update scaffolded environment.proto template to make env_name optional in EnvironmentService methods.
  • [#6768] Normalize user-facing text to use lowercase azd branding consistently.
  • [#6711] Improve command descriptions for publish and release commands.
  • [#6677] Bump protobuf dependency in Python scaffolding template from 5.29.5 to 6.33.5.

azd-ext-microsoft-azd-demo_0.6.0

04 Mar 23:20
2d2105c

Choose a tag to compare

Pre-release

0.6.0 (2026-03-04)

Features Added

  • [#6741] Add ai models, ai deployment, and ai quota commands for interactive AI model browsing, deployment configuration, and quota viewing.
  • [#6835] Add gh-url-parse command and adopt azdext.Run lifecycle with structured error transport for improved error handling and telemetry.

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

04 Mar 19:13
75d26d2

Choose a tag to compare

Pre-release

0.1.13-preview (2026-03-04)

  • [#6957] Fix unmarshal error during azd ai agent init

azure-dev-cli_1.23.7

28 Feb 01:10
8f080b3

Choose a tag to compare

1.23.7 (2026-02-27)

Features Added

  • [#6826] Add local filesystem directory support for azd init --template to enable iterating on templates without pushing to a remote repository. Thanks @jongio for the contribution!
  • [#6827] Add YAML-driven error handling pipeline that matches Azure deployment errors against known patterns and surfaces actionable messages, suggestions, and reference links.
  • [#6848] Add pyproject.toml detection and pip install . support for Python projects using modern project packaging. Thanks @spboyer for the contribution!
  • [#6852] Add provision.preflight config option to skip ARM preflight validation (azd config set provision.preflight off) and show a spinner during preflight runs.
  • [#6856] Add Extension SDK helpers for command scaffolding, MCP server utilities, typed argument parsing, and SSRF security policy to simplify azd extension authoring. Thanks @jongio for the contribution!
  • [#6894] Add automatic detection of pnpm and yarn package managers for JavaScript/TypeScript services, with explicit override support via config.packageManager in azure.yaml. Thanks @jongio for the contribution!
  • [#6904] Add website field to extension registry schema and display it in azd extension show output. Thanks @jongio for the contribution!
  • [#6905] Add azd environment variables to all framework service build subprocesses (Node.js, .NET, Java, Python, SWA) to support build-time environment variable injection. Thanks @jongio for the contribution!
  • [#6906] Add azd extension source validate command to validate extension registry sources against required fields, version format, capabilities, and checksum rules. Thanks @jongio for the contribution!

Bugs Fixed

  • [#6847] Fix azd env get-values to reject unexpected positional arguments instead of silently succeeding. Thanks @spboyer for the contribution!
  • [#6857] Fix duplicated Suggestion: prefix appearing in error output when the suggestion text already included the prefix.
  • [#6862] Fix preflight validation errors for standard deployments being misclassified in telemetry and displayed with degraded formatting.
  • [#6907] Fix missing IPv6 CIDR blocks (fc00::/7, 0.0.0.0/8, ::/128) in MCP extension security policy that could allow SSRF bypasses. Thanks @jongio for the contribution!

Other Changes

  • [#6768] Normalize user-facing CLI output to consistent lowercase azd branding.
  • [#6835] Improve extension error telemetry and support rich error rendering with suggestions.
  • [#6845] Add Container App-specific error guidance for secret, image pull, and template parameter failures. Thanks @spboyer for the contribution!
  • [#6846] Add RBAC and authorization error guidance for permission, policy, and role assignment failures. Thanks @spboyer for the contribution!
  • [#6888] Improve Container Apps deployment performance by reducing ARM API round-trips, saving up to 3 calls per deployment. Thanks @spboyer for the contribution!
  • [#6902] Improve AI-assisted troubleshooting with scope selection options (explain, guide, summarize) and persistent user preferences.

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

28 Feb 03:13
8f080b3

Choose a tag to compare

Pre-release

0.1.12-preview (2026-02-27)

  • [#6892] Fix selected model check during azd ai agent init from code to correctly handle existing versus new model deployments
  • [#6909] Add AZURE_AI_PROJECT_ENDPOINT to default agent environment variables and improve AZURE_AI_MODEL_DEPLOYMENT_NAME env var handling
  • [#6895] Add azd ai agent logs and azd ai agent status commands for viewing agent run logs and deployment status
  • [#6901] Add structured error handling with improved service error mapping for more informative error messages

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

25 Feb 00:19
929cd18

Choose a tag to compare

Pre-release

0.1.11-preview (2026-02-24)

  • [#6828] Add new "init from code" flow allowing users to run azd ai agent init without an existing project, template, or manifest
  • [#6867] Add default model selection for the basic init flow

azure-dev-cli_1.23.6

21 Feb 02:45
16c72e7

Choose a tag to compare

1.23.6 (2026-02-20)

Features Added

  • [#6777] Add --subscription and --location flags to azd provision and azd up commands. Thanks @spboyer for the contribution!

Bugs Fixed

  • [#6766] Fix remote build 404 error when Azure Container Registry is in a different resource group than the service.
  • [#6770] Fix subscription cache overwrite issue to preserve tenant-to-subscription mappings when tenants are temporarily inaccessible.
  • [#6779] Fix azd init to fail fast when --environment is missing in non-interactive mode with --template. Thanks @spboyer for the contribution!
  • [#6789] Fix azd env config set to support non-string types (booleans, numbers, arrays, objects). Thanks @spboyer for the contribution!

Other Changes

  • [#6771] Improve provisioning error messages with Region SKU Capacity Unavailable error guidance and consent message clarity.
  • [#6803] Improve error classification for context cancellation, timeouts, and network errors. Thanks @spboyer for the contribution!
  • [#6808] Improve delegated auth experience with mode-aware authentication messaging and guidance. Thanks @scottaddie for the contribution!
  • [#6810] Add soft-delete conflict detection hints for deployment errors with guidance to run azd down --purge. Thanks @spboyer for the contribution!

azd-ext-azure-appservice_0.1.0

21 Feb 02:19
16c72e7

Choose a tag to compare

Pre-release

[Missing change log entry]

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

20 Feb 06:02
36a25af

Choose a tag to compare

0.0.17-preview (2026-02-20)

  • Add multi-grader support for reinforcement fine-tuning
  • Update azd command descriptions
  • Bug fixes