AI Navigate

Azure.AI.Agents.Persistent_1.2.0-beta.10

Azure OpenAI .NET Releases / 3/21/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Version 1.2.0-beta.10 of Azure.AI.Agents Persistent was released on 2026-03-20.
  • The release fixes improved error reporting during streaming response processing.
  • It fixes issues in streaming event deserialization.
  • It fixes serialization for OpenAPI tool calls during telemetry collection and for function arguments.
  • Sample updates include code to force tool use in Azure AI Search with streaming, a sample for logging network requests, and a sample for generating structured outputs.

1.2.0-beta.10 (2026-03-20)

Bugs Fixed

  • Improved error reporting during streaming response processing.
  • Fixed issue on streaming event deserialization issue.
  • Fix OpenAPI tool call serialization during telemetry collection issue.
  • Fix function arguments serialization issue.

Sample updates

  • Added code to show how to force tool use in Azure AI Search with streaming example. Related to issue.
  • Added sample, demonstrating the logging of network requests.
  • Added sample for generation of structured outputs. Related to issue