3.0.0-beta.1 (2026-08-24)
Features Added
- Enabled the Model weights subclient.
- Added the convenience methods
UploadModelAsyncandUploadModelto upload model weights. - Added distributed tracing support.
Breaking Changes
- The
GetConnectionAsyncandGetConnectionmethods ofAIProjectConnectionsOperationsare now returningTask<ClientResult<AIProjectConnection>>andClientResult<AIProjectConnection>respectively. - The Routines and routine runs listing has been changed: the parameter
beforewas removed from bothGetRoutineRunsandGetRoutinesmethods. In theGetRoutineRunsthe parameternamewas replaced byroutineName. 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.