Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

order keyword-only args overload first in generated operations #2566

Open
kristapratico opened this issue May 2, 2024 · 0 comments
Open

Comments

@kristapratico
Copy link
Member

Overloads that we generate now accept the body, kw only args, etc. This issue is to re-order the overloads in the code such that the one with the keyword-only args is defined first. This will make it the show up in intellisense first which IMO is more ideal. For example, move this overload above the one uses body: JSON:
https://github.com/Azure/azure-sdk-for-python/blob/931b3a6d39b944df75b51853117ca3dcdadbd943/sdk/face/azure-ai-vision-face/azure/ai/vision/face/_operations/_operations.py#L2548

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant