github Azure/azure-sdk-for-net Azure.AI.Projects.OpenAI_2.0.0-beta.1

2.0.0-beta.1 (2026-02-24)

Features Added

  • Updated for full net10 framework 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 AzureAISearchAgentTool to AzureAISearchTool
    • Rename class OpenApiAgentTool to OpenAPITool
    • Rename class AzureFunctionAgentTool to AzureFunctionTool
    • Rename class BingGroundingAgentTool to BingGroundingTool
  • To align with OpenAI naming conventions, use "PreviewTool" suffix for class names descirbing Azure tools in preview:
    • Rename class MicrosoftFabricAgentTool to MicrosoftFabricPreviewTool
    • Rename class MemorySearchTool to MemorySearchPreviewTool
    • Rename class SharepointAgentTool to SharepointPreviewTool
    • Rename class BingCustomSearchAgentTool to BingCustomSearchPreviewTool
    • Rename class BrowserAutomationAgentTool to BrowserAutomationPreviewTool
    • Rename class A2ATool to A2APreviewTool
    • Removed class LocalShellAgentTool
  • ImageBasedHostedAgentDefinition has been merged into HostedAgentDefinition
    • Image is now an optional property on HostedAgentDefinition; no other net change

Don't miss a new azure-sdk-for-net release

NewReleases is sending notifications on new releases.