Azure.AI.Projects.Agents_2.0.0

Azure OpenAI .NET Releases / 4/2/2026

📰 NewsDeveloper Stack & InfrastructureTools & Practical Usage

Key Points

  • Azure.AI.Projects.Agents 2.0.0(2026-03-31)では複数のAPIクラス名が大きくリネームされ、互換性に注意が必要です。
  • 主要な変更として、AgentVersion/AgentDefinition/AgentRecord などが Projects 接頭辞付きの型(ProjectsAgentVersion 等)へ置き換わります。
  • PromptAgentDefinition は DeclarativeAgentDefinition に改名され、エージェント定義の表現(型名)に影響します。
  • 管理系クライアントは AgentClient → AgentAdministrationClient に変更され、関連オプション(AgentClientOptions → AgentAdministrationClientOptions)も同様にリネームされています。
  • 開発者は既存コードの移行(型名・参照先の更新)とビルド/実行時のコンパイルエラー回避を計画する必要があります。

2.0.0 (2026-03-31)

Breaking Changes

  • AgentVersion was renamed to ProjectsAgentVersion.
  • AgentVersionCreationOptions was renamed to ProjectsAgentVersionCreationOptions.
  • AgentDefinition was renamed to ProjectsAgentDefinition.
  • AgentRecord was renamed to ProjectsAgentRecord.
  • ProjectsAgentTool was renamed to ProjectsAgentTool.
  • PromptAgentDefinition was renamed to DeclarativeAgentDefinition.
  • AgentClient was renamed to AgentAdministrationClient.
  • AgentClientOptions were renamed to AgentAdministrationClientOptions.