azd-ext-azure-ai-agents_1.0.0-beta.6
Pre-release
Pre-release
1.0.0-beta.6 (2026-07-16)
Features Added
- [#9046]
azd provisionnow creates Foundry connections declared ashost: azure.ai.connectionservices inazure.yamlat provision time via themicrosoft.foundrysynthesizer, for both greenfield and brownfield projects. Connection category, target, authentication type, credentials, and metadata are all supported.azd deployforhost: azure.ai.connectionservices is now a no-op; provision is the single source of truth. - [#9107] Add
centralusregion to the list of supported hosted agent regions. - [#8942]
azd deploycan now carry over the current hosted-agent session across deploys. WhenAZD_AGENT_RESUME_SESSION_ON_DEPLOYis set to a truthy value, the session is stopped before deploy and re-pointed at the newly deployed version so the next invocation resumes with its/home/sessionvolume intact instead of minting a fresh session.
Bugs Fixed
- [#9114] Fix
azd ai agent invokefailing with "agent name is required" on brownfield projects where the hosted agent name is written inline in theazure.ai.agentservice config rather than emitted as a deployed environment output. The agent name is now seeded from the inline/config definition, with the deployed environment variable retaining precedence. - [#9007] Add a preflight validation check that detects an immutable resource-group region conflict before provisioning. When the target resource group already exists in a different region than
AZURE_LOCATION, the check surfaces the mismatch during azd's validation phase with clear remediation guidance instead of a slow deploy-time ARMInvalidResourceGroupLocationerror.
Other Changes
- [#9112] Terraform infrastructure eject now synthesizes
azure.ai.connectionservices into Foundry project connection resources, preserving their category, target, authentication type, credentials, and metadata. - [#9049] Switch the
invocations_wsagent endpoint from the preview dispatcher form to the GA path-based route.azd deploynow registersAGENT_{KEY}_INVOCATIONS_WS_ENDPOINT(andazd ai agent showdisplaysEndpoint (invocations_ws)) aswss://<account>.services.ai.azure.com/api/projects/<project>/agents/<agent>/endpoint/protocols/invocations_ws?api-version=v1, carrying the project and agent as path segments to mirror the HTTPinvocationsroute. The previous form embedded them asproject_name/agent_namequery parameters on a single literal/api/projects/agents/...path. - [#9103] Pin internal azd module dependency to released version.