-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Update Face README.python.md #13403
Update Face README.python.md #13403
Conversation
Hi, @tjprescott Thanks for your PR. I am workflow bot for review process. Here are some small tips. Any feedback about review process or workflow bot, pls contact swagger and tools team. [email protected] |
Swagger Validation Report
|
Swagger Generation Artifacts
|
@jhendrixMSFT @yangyuan removing the labels added by the bot as false positives. This doesn't affect Go at all, and it does not break the Python SDK (but using this readme in its current state certainly would). |
use: "@microsoft.azure/autorest.python@~4.0.71" | ||
version: V2 | ||
multiapi: true | ||
no-async: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Autorest will generate the completely wrong set of files without these settings.
specification/cognitiveservices/data-plane/Face/readme.python.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. for documentations sake: this is to only generate a track 1 sdk, hence the differences in use
, and version
* Update Python readme * Fix setting.
* Update Python readme * Fix setting.
Updated so that you can actually generate the SDK simply with
autorest readme.md --python