Skip to content

Releases: Azure/azure-dev

azd-ext-azure-ai-projects_1.0.0-beta.8

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 27 Aug 07:05
16f49c2

1.0.0-beta.8 (2026-08-27)

Features Added

  • [#9683] Add editable Bicep and Terraform infrastructure ejection for existing Foundry projects while preserving ownership of existing resources.

azd-ext-azure-ai-agents_1.0.0-beta.13

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 27 Aug 07:04
16f49c2

1.0.0-beta.13 (2026-08-27)

Features Added

  • [#9586] Add support for private non-ACR registry connections when authoring and deploying hosted agents.
  • [#9634] Update prompt voice agents to use the unified Agents API with versioned voice endpoints.
  • [#9655] Add advanced prompt voice settings for audio, turn detection, modalities, tools, and service features.
  • [#9683] Add editable Bicep and Terraform infrastructure ejection for existing Foundry projects while preserving ownership of existing resources.

Bugs Fixed

  • [#9680] Fix Doctor and next-step diagnostics for unified Foundry connections and invalid connection conditions.

Other Changes

  • [#9726] Add Microsoft Foundry Skill User-Agent attribution to extension requests when enabled.

azure-dev-cli_1.32.0

Choose a tag to compare

@azure-sdk azure-sdk released this 26 Aug 22:42
26d3389

1.32.0 (2026-08-26)

Features Added

  • [#9588] Add docker.imagePassthrough support to deploy an existing container image by reference without local or remote image operations.

Bugs Fixed

  • [#9714] Fix optional extension flag values in generated shell completions and extension telemetry parsing.
  • [#9715] Fix extension multi-select prompts to consistently validate empty submissions in interactive and no-prompt modes.
  • [#9675] Fix AKS kubeconfig directories and files to use owner-only permissions.
  • [#9645] Fix GitHub Copilot model setup offering unsupported reasoning levels by selecting the model first and using its supported options.
  • [#9636] Fix structured extension errors losing details when relayed across nested gRPC calls.

Other Changes

  • [#9698] Recognize Codex and Cursor as AI-agent execution environments for non-interactive behavior and telemetry.
  • [#9673] Update the bundled GitHub CLI to v2.98.0.
  • [#9690] Fix telemetry measurement metadata to match runtime value types.
  • [#9693] Fix telemetry resource field classification and purpose metadata.
  • [#9644] Update the bundled GitHub Copilot CLI to v1.0.80 and the Copilot SDK to v1.0.11.

azd-ext-azure-ai-projects_1.0.0-beta.7

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 24 Aug 20:15
f12b08a

1.0.0-beta.7 (2026-08-24)

Other Changes

  • [#9580] Update the azd extension SDK dependency to v1.31.0 for extension telemetry compatibility.

azd-ext-azure-ai-inspector_1.0.0-beta.5

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 24 Aug 20:15
f12b08a

1.0.0-beta.5 (2026-08-24)

Other Changes

  • [#9580] Report when the Agent Inspector interface is ready while preserving the originating trace context.

azd-ext-azure-ai-agents_1.0.0-beta.12

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 24 Aug 20:15
f12b08a

1.0.0-beta.12 (2026-08-24)

Features Added

  • [#9596] Add invocation moderation configuration for RAI policies used with the invocations protocol.
  • [#9610] Add end-to-end Digital Worker deployment, packaging, and Microsoft 365 publishing workflows.

Bugs Fixed

  • [#9596] Reject agent manifests that declare multiple rai_policy entries instead of silently discarding additional policies.
  • [#9679] Prompt users to provision after agent initialization adds a standalone Foundry connection service.

azd-ext-azure-ai-skills_1.0.0-beta.4

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 20 Aug 07:13
d1c37ee

1.0.0-beta.4 (2026-08-20)

Features Added

  • [#9622] Reconcile archive-backed skills declared in azure.yaml, including .zip archives and directories with a root SKILL.md.

azd-ext-azure-ai-inspector_1.0.0-beta.4

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 20 Aug 07:07
d1c37ee

1.0.0-beta.4 (2026-08-20)

Features Added

  • [#9652] Refresh the embedded Agent Inspector UI with response overviews, reasoning details, approval handling, and response metrics.

azd-ext-azure-ai-agents_1.0.0-beta.11

Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 20 Aug 07:19
d1c37ee

1.0.0-beta.11 (2026-08-20)

Features Added

  • [#9444] Add the max_concurrent_agent_runs optimize YAML option to run agent evaluations in parallel.
  • [#9472] Add initialization_parameters to evaluator configuration in optimize YAML files.
  • [#9612] Support sessionConfiguration.idleTimeoutSeconds for hosted agent services in azure.yaml.

Bugs Fixed

  • [#9563] Fix Doctor and next-step guidance for toolboxes declared as standalone azure.ai.toolbox services.
  • [#9600] Report local agent process failures instead of reporting that the agent stopped successfully.
  • [#9636] Preserve actionable structured errors returned through nested azd host calls.

azure-dev-cli_1.31.2

Choose a tag to compare

@azure-sdk azure-sdk released this 19 Aug 20:30
3440050

1.31.2 (2026-08-19)

Bugs Fixed

  • [#9489] Fix App Service deployments hanging when deployment status stops changing by completing with a warning after a five-minute inactivity timeout.
  • [#9490] Fix Bicep refresh, down, and provision-state lookup using another project's deployment history by preferring project-tagged deployments.
  • [#9504] Fix GitHub Copilot desktop terminals being incorrectly detected as Copilot CLI agent sessions, which could incorrectly enable no-prompt behavior in interactive terminals. Thanks Alberto Gimeno (@gimenete) for the contribution!
  • [#9537] Fix extension dependency resolution to fall back to the official azd registry when the parent extension source has no compatible version.
  • [#9613] Fix extension-hosted Azure service errors losing HTTP status and provider error details across the gRPC boundary.

Other Changes

  • [#9474] Improve extension auto-install to show the complete requirement set before prompting, explain why each extension is required, and resolve the full install plan before making changes.
  • [#9598] Fix telemetry for AKS skip reasons, container remote builds, and authentication cache-clear failures being emitted without data-classification metadata.