Skip to content

agentserver release#46304

Open
ankitbko wants to merge 2 commits intomainfrom
agentserver/release-1
Open

agentserver release#46304
ankitbko wants to merge 2 commits intomainfrom
agentserver/release-1

Conversation

@ankitbko
Copy link
Copy Markdown
Member

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:

  • The pull request does not introduce [breaking changes]
  • CHANGELOG is updated for new features, bug fixes or other significant changes.
  • I have read the contribution guidelines.

General Guidelines and Best Practices

  • Title of the pull request is clear and informative.
  • There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, see this page.

Testing Guidelines

  • Pull request includes test coverage for the included changes.

Copilot AI review requested due to automatic review settings April 14, 2026 10:06
@github-actions github-actions bot added the Hosted Agents sdk/agentserver/* label Apr 14, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-responses changelog to set 1.0.0b1 release date.
  • Update azure-ai-agentserver-invocations changelog to set 1.0.0b1 release date.
  • Update azure-ai-agentserver-core changelog to set 2.0.0b1 release 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.

Copy link
Copy Markdown
Member

@pvaneck pvaneck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Hosted Agents sdk/agentserver/*

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants