1.0.0-beta.27 (2026-07-29)
Features Added
- Added a durable key-value state store client under
Azure.AI.AgentServer.Core.Storage.FoundryStateStore.GetOrCreateAsyncbinds (creating if needed) a named, Foundry-backed store; instances expose asyncGetAsync/UpdateAsync/DeleteAsyncfor the store andCreateItemAsync/SetItemAsync/GetItemAsync/DeleteItemAsync/ListKeysAsyncfor its items, with optimistic concurrency (If-Match/ETag), optional per-user isolation, and store-level item TTL. The .NET analogue of the Python SDK'sFoundryStateStore. - Added support for Microsoft Entra authentication when exporting telemetry to Azure Monitor. When
APPLICATIONINSIGHTS_AUTH_MODEis set toEntra, the Azure Monitor exporter attempts to use a system-assigned managed identity credential (falling back to connection-string authentication if the credential cannot be created).