azd-ext-azure-ai-agents_1.0.0-beta.3
Pre-release
Pre-release
1.0.0-beta.3 (2026-07-03)
Features Added
- [#8852] Provision Foundry memory stores during
azd deploy. Declare one or more memory stores under the agent service'smemoryStoreslist inazure.yaml(withchatModel,embeddingModel, and optional extraction/retentionoptions), and azd creates them in the Foundry project before deploying the agent. Provisioning is idempotent: existing stores are left unchanged, so deployments are safe to re-run. azd does not update an existing store; if a declared definition diverges from the live store, deploy warns whichazure.yamlchange(s) were not applied. - [#8952]
azd ai agent initnow routes unifiedazure.yamltemplates selected from the template picker through the Foundry adoption flow, so choosing one downloads theazure.yamland its sibling files and scaffolds the project instead of failing while trying togit clonea file URL.
Bugs Fixed
- [#8941] Fix hosted agent deploys failing for users who lack
Microsoft.Authorization/roleAssignments/write: the extension no longer assigns the redundantAzure AI Userrole to each per-agent managed identity after deploy, since Microsoft Foundry now grants that permission internally. Thanks @m5i-work for the contribution! - [#8926] Fix
--deploy-mode,--runtime, and--entry-pointbeing silently ignored whenazd ai agent init -m <azure.yaml>adopts a unified Foundryazure.yaml; the flags now applycode_configurationto the agent service, and an explicit--deploy-modeoverrides a sample's pre-configured deploy mode. - [#8933] Fix
azd ai agent init -m <azure.yaml>returning early after scaffolding without running subscription selection, Foundry project setup, or model deployment verification, which left an environment that could not provision without manual configuration.