Skip to content

Azure.AI.Projects_3.0.0-beta.1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk-automation azure-sdk-automation released this 24 Aug 22:59
086ae41

3.0.0-beta.1 (2026-08-24)

Features Added

  • Enabled the Model weights subclient.
  • Added the convenience methods UploadModelAsync and UploadModel to upload model weights.
  • Added distributed tracing support.

Breaking Changes

  • The GetConnectionAsync and GetConnection methods of AIProjectConnectionsOperations are now returning Task<ClientResult<AIProjectConnection>> and ClientResult<AIProjectConnection> respectively.
  • The Routines and routine runs listing has been changed: the parameter before was removed from both GetRoutineRuns and GetRoutines methods. In the GetRoutineRuns the parameter name was replaced by routineName. The same changes were done for asynchronous methods.

Bugs Fixed

  • Fix the Foundry-Features header, resulting in 400 error during Agent optimization jobs submission.

Sample Updates

  • Added sample for Model weights.
  • Added sample for GitHubIssueRoutineTrigger.
  • Updated sample for routine with manual dispatching so that it also demonstrates triggering based on message in Teams.