2.0.0-beta.1 (2026-02-24)
Features Added
- Updated for full
net10framework compatibility, including removal of<EnablePreviewFeatures>flagging.
Sample Updates
- Added Hosted Agent sample.
Breaking changes
- To align with OpenAI naming conventions, use "Tool" suffix for class names describing Azure tools that are generally available (stable release):
- Rename class
AzureAISearchAgentTooltoAzureAISearchTool - Rename class
OpenApiAgentTooltoOpenAPITool - Rename class
AzureFunctionAgentTooltoAzureFunctionTool - Rename class
BingGroundingAgentTooltoBingGroundingTool
- Rename class
- To align with OpenAI naming conventions, use "PreviewTool" suffix for class names descirbing Azure tools in preview:
- Rename class
MicrosoftFabricAgentTooltoMicrosoftFabricPreviewTool - Rename class
MemorySearchTooltoMemorySearchPreviewTool - Rename class
SharepointAgentTooltoSharepointPreviewTool - Rename class
BingCustomSearchAgentTooltoBingCustomSearchPreviewTool - Rename class
BrowserAutomationAgentTooltoBrowserAutomationPreviewTool - Rename class
A2ATooltoA2APreviewTool - Removed class
LocalShellAgentTool
- Rename class
ImageBasedHostedAgentDefinitionhas been merged intoHostedAgentDefinitionImageis now an optional property onHostedAgentDefinition; no other net change