Releases: Azure/azure-dev
Releases · Azure/azure-dev
Release list
azd-ext-azure-ai-projects_1.0.0-beta.8
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
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
1.32.0 (2026-08-26)
Features Added
- [#9588] Add
docker.imagePassthroughsupport 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
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
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
azd-ext-azure-ai-skills_1.0.0-beta.4
1.0.0-beta.4 (2026-08-20)
Features Added
- [#9622] Reconcile archive-backed skills declared in
azure.yaml, including.ziparchives and directories with a rootSKILL.md.
azd-ext-azure-ai-inspector_1.0.0-beta.4
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
1.0.0-beta.11 (2026-08-20)
Features Added
- [#9444] Add the
max_concurrent_agent_runsoptimize YAML option to run agent evaluations in parallel. - [#9472] Add
initialization_parametersto evaluator configuration in optimize YAML files. - [#9612] Support
sessionConfiguration.idleTimeoutSecondsfor hosted agent services inazure.yaml.
Bugs Fixed
azure-dev-cli_1.31.2
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
azdregistry 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.