Update Microsoft.Agents.AI to 1.0.0-preview.260212.1#56341
Open
rogerbarreto wants to merge 1 commit intoAzure:mainfrom
Open
Update Microsoft.Agents.AI to 1.0.0-preview.260212.1#56341rogerbarreto wants to merge 1 commit intoAzure:mainfrom
rogerbarreto wants to merge 1 commit intoAzure:mainfrom
Conversation
Bump Microsoft.Agents.AI package version and adapt to type renames: - AgentRunResponseUpdate -> AgentResponseUpdate - AgentRunResponse -> AgentResponse Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Microsoft.Agents.AI package dependency from version 1.0.0-preview.251104.1 to 1.0.0-preview.260212.1 and adapts the codebase to breaking type renames introduced in the new version. The changes are straightforward mechanical replacements that maintain API compatibility by updating the public API surface accordingly.
Changes:
- Updated Microsoft.Agents.AI package version in eng/Packages.Data.props
- Renamed all references from AgentRunResponse to AgentResponse and AgentRunResponseUpdate to AgentResponseUpdate throughout the codebase
- Regenerated public API surface files for both net8.0 and net10.0 target frameworks
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/agentserver/Azure.AI.AgentServer.AgentFramework/src/Converters/ResponseConverterExtensions.cs | Updated parameter type from AgentRunResponse to AgentResponse in ToResponse extension method |
| sdk/agentserver/Azure.AI.AgentServer.AgentFramework/src/Converters/ItemResourceGenerator.cs | Updated base class generic parameter and all method signatures from AgentRunResponseUpdate to AgentResponseUpdate |
| sdk/agentserver/Azure.AI.AgentServer.AgentFramework/api/Azure.AI.AgentServer.AgentFramework.net8.0.cs | Regenerated API surface file reflecting type renames for .NET 8.0 target |
| sdk/agentserver/Azure.AI.AgentServer.AgentFramework/api/Azure.AI.AgentServer.AgentFramework.net10.0.cs | Regenerated API surface file reflecting type renames for .NET 10.0 target |
| eng/Packages.Data.props | Updated Microsoft.Agents.AI package version from 1.0.0-preview.251104.1 to 1.0.0-preview.260212.1 |
API Change CheckAPIView identified API level changes in this PR and created the following API reviews |
jsquire
reviewed
Feb 19, 2026
Member
jsquire
left a comment
There was a problem hiding this comment.
Central package change looks good. Please mention me when you've got team approval on the other content, and I'll do a final pass+merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump Microsoft.Agents.AI package version and adapt to type renames: