Enable API stub generation for agent server core - #48479
Merged
Shiva S (Shivakishore14) merged 2 commits intoAug 7, 2026
Merged
Enable API stub generation for agent server core#48479Shiva S (Shivakishore14) merged 2 commits into
Shiva S (Shivakishore14) merged 2 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Member
Author
CI failure analysisBuild 6668772 failed only in This is independent of enabling API stub generation; the API stub job and all platform tests passed. The fix is to declare that this package is not part of a Conda bundle: [tool.azure-sdk-conda]
in_bundle = false |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Shiva S (Shivakishore14)
marked this pull request as ready for review
August 7, 2026 07:41
Shiva S (Shivakishore14)
requested a review
from Ankit Sinha (ankitbko)
as a code owner
August 7, 2026 07:41
Shiva S (Shivakishore14)
requested review from
Ravi Pidaparthi (RaviPidaparthi) and
Pranav Pandit (vangarp)
as code owners
August 7, 2026 07:41
|
Azure Pipelines: Successfully started running 1 pipeline(s). 10 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Shiva S (Shivakishore14)
enabled auto-merge (squash)
August 7, 2026 09:09
Ankit Sinha (ankitbko)
approved these changes
Aug 7, 2026
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
Enables the API stub generation check for
azure-ai-agentserver-corenow that generic task classes are handled successfully on the Python 3.10 CI path.Validation