azd-ext-azure-ai-agents_1.0.0-beta.7
Pre-release
Pre-release
1.0.0-beta.7 (2026-07-23)
Features Added
- [#9009]
azd ai agent initnow offersinvocations_wsas a selectable agent protocol (including for bring-your-own-image--imageinit), whileresponsesremains the default. - [#9204] Add
eastus,italynorth,uaenorth,southcentralus,switzerlandwest,ukwest,westeurope,westcentralus, andjapanwestto the list of supported hosted agent regions.
Bugs Fixed
- [#9149] Fix
azd ai agent runandazd deploynot consistently resolving agent definitions declared inline inazure.yaml, via the deprecatedconfig:block, or through local$reffiles. - [#9171] Fix modern Python agent projects (using
pyproject.toml) being incorrectly routed to container deployment and prompted for an unnecessary Azure Container Registry during code deploy. - [#9205] Fix
azd deployfailing with HTTP 403 when the signed-in user's role (for example a subscription-inherited Owner or Azure AI Developer) lacked Cognitive Services data-plane access; the deploy-time RBAC check now recognizes only roles that grant it and auto-assigns the Foundry User role when needed. - [#9225] Fix
azd ai agent initaccepting stale Azure Container Registry connections from an existing Foundry project; init now validates discovered registries against ARM and clears missing ones instead of deferring the failure until publish. - [#9254] Fix
azd ai agent doctorfailing valid projects whose agent definition is declared inline inazure.yaml; the definition check now uses the same resolver as run and deploy. - [#9264] Fix
azd ai agent doctorreporting a false pass for an inline or$refagent definition with an unsupported kind; resolved non-hosted definitions are now validated, while validworkflowdefinitions still pass.
Other Changes
- [#9133] Foundry project provisioning has moved to the
azure.ai.projectsextension. Updateazure.ai.agentsandazure.ai.projectstogether, since mixing versions can cause both extensions to register the samemicrosoft.foundryprovider.