[typespec-python] Regenerate tests from microsoft/typespec PR #11161 (DO NOT MERGE)#47827
Draft
msyyc wants to merge 1 commit into
Draft
[typespec-python] Regenerate tests from microsoft/typespec PR #11161 (DO NOT MERGE)#47827msyyc wants to merge 1 commit into
msyyc wants to merge 1 commit into
Conversation
6615b32 to
5ea2512
Compare
0a6a269 to
5379a74
Compare
5379a74 to
c051cf9
Compare
msyyc
commented
Jul 3, 2026
| import geojson | ||
|
|
||
|
|
||
| class Geometry(TypedDict, total=False): |
Member
Author
There was a problem hiding this comment.
These deleted class in types.py are not referred by any model or operation so they should be deleted.
msyyc
commented
Jul 3, 2026
|
|
||
| @overload | ||
| def send(self, body: _types.SendRequest1, *, content_type: str = "application/json", **kwargs: Any) -> None: | ||
| def send(self, body: _types.SendRequest, *, content_type: str = "application/json", **kwargs: Any) -> None: |
Member
Author
There was a problem hiding this comment.
SendRequest1 are referred by many operations which are actually not right since the body of those operations actually refer to different types.
New change includes new SendRequest2/3/.../9 and those new class are referred by related operations which is expected.
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.
NOTE: This PR exists only to display the code diff. Please do not merge it.
Fixes #47826
Source: microsoft/typespec#11161
Automated regeneration of TypeSpec Python generated tests from microsoft/typespec PR #11161.
This PR was auto-generated. Re-run the workflow to update it after new commits are pushed to the upstream TypeSpec PR