-
Notifications
You must be signed in to change notification settings - Fork 2.3k
.NET: [BREAKING] Bump Azure.AI.Projects to 2.1.0-beta.4 #6798
Copy link
Copy link
Closed
Labels
.NETUsage: [Issues, PRs], Target: .NetUsage: [Issues, PRs], Target: .Netbreaking changeUsage: [PRs], Target: all PRs that introduce changes that are not backward compatibleUsage: [PRs], Target: all PRs that introduce changes that are not backward compatibledependenciesUsage: [Issues, PRs], Target: dependencies in the projectUsage: [Issues, PRs], Target: dependencies in the project
Description
Activity
Metadata
Metadata
Assignees
Labels
.NETUsage: [Issues, PRs], Target: .NetUsage: [Issues, PRs], Target: .Netbreaking changeUsage: [PRs], Target: all PRs that introduce changes that are not backward compatibleUsage: [PRs], Target: all PRs that introduce changes that are not backward compatibledependenciesUsage: [Issues, PRs], Target: dependencies in the projectUsage: [Issues, PRs], Target: dependencies in the project
Type
Projects
- StatusShow more project fieldsDone
Summary
Bump
Azure.AI.Projectsfrom2.1.0-beta.3to the released2.1.0-beta.4, adopting its breaking changes.Breaking changes to adapt
AgentSessionFilesis now scoped atGetAgentSessionFiles(agentName, sessionId); per-callagentName/sessionIdparams dropped. Methods renamed toUploadAsync/GetAllAsync/DeleteAsync;SessionDirectoryEntry.SizetoSizeInBytes.AgentToolboxes:CreateToolboxVersionAsynctoCreateVersionAsync,DeleteToolboxAsynctoDeleteAsync.ProjectsAgentTool.AsProjectTool(ResponseTool.Create...)to strongly typedWebSearchToolboxTool/MCPToolboxTool.Transitive dependency floors required by beta.4
Azure.Core1.57.0to1.60.0System.ClientModel1.13.0to1.14.0Microsoft.Identity.Client.Extensions.Msal4.83.1to4.84.21.60.0cascades the shared 10.0.8 servicing packages to10.0.9:Microsoft.Bcl.AsyncInterfaces,System.Diagnostics.DiagnosticSource,System.Text.Json,System.Threading.Channels,Microsoft.Extensions.DependencyInjection.Abstractions,Microsoft.Extensions.Logging.Abstractions.Affected consumers
dotnet/tests/Foundry.Hosting.IntegrationTests/SessionFilesHostedAgentTests.csdotnet/samples/02-agents/AgentProviders/foundry/Agent_Step25_FoundryToolboxMcp/Program.csdotnet/samples/03-workflows/Declarative/InvokeFoundryToolboxMcp/Program.csNotes
No public Agent Framework API or runtime behavior changes; this is a naming-only refactor plus a dependency bump.