Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Marks the agentserver packages’ beta versions as released by updating their changelog headers from “Unreleased” to a specific release date.
Changes:
- Update
azure-ai-agentserver-responseschangelog to set1.0.0b1release date. - Update
azure-ai-agentserver-invocationschangelog to set1.0.0b1release date. - Update
azure-ai-agentserver-corechangelog to set2.0.0b1release date.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| sdk/agentserver/azure-ai-agentserver-responses/CHANGELOG.md | Sets 1.0.0b1 from “Unreleased” to a dated release entry. |
| sdk/agentserver/azure-ai-agentserver-invocations/CHANGELOG.md | Sets 1.0.0b1 from “Unreleased” to a dated release entry. |
| sdk/agentserver/azure-ai-agentserver-core/CHANGELOG.md | Sets 2.0.0b1 from “Unreleased” to a dated release entry. |
pvaneck
reviewed
Apr 14, 2026
Member
pvaneck
left a comment
There was a problem hiding this comment.
Can you fix the pylint issue in agentserver-core that is occurring? Looks like it was introduced in a recent PR.
Also to avoid always failing pipelines, lets add the following to each project's pyproject.toml for now since there are known issues with these checks:
[tool.azure-sdk-build]
verifytypes = false
latestdependency = false
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.
Description
Please add an informative description that covers that changes made by the pull request and link all relevant issues.
If an SDK is being regenerated based on a new API spec, a link to the pull request containing these API spec changes should be included above.
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines