-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Generate and implement Face SDK via TypeSpec #35384
Generate and implement Face SDK via TypeSpec #35384
Conversation
Thank you for your contribution @zihyunting! We will review the pull request and get back to you soon. |
Merge 482ba279cb21fbf7f4e6bbd4ad14b6c14aa979d7 into b8af2fc3af08e42d2df6f48d1c84070ef1f6589b
d0d8ad2
to
931b3a6
Compare
sdk/face/azure-ai-vision-face/samples/async_samples/samples_authentication_async.py
Outdated
Show resolved
Hide resolved
sdk/face/azure-ai-vision-face/samples/async_samples/samples_authentication_async.py
Outdated
Show resolved
Hide resolved
sdk/face/azure-ai-vision-face/samples/async_samples/samples_find_similar_faces_async.py
Outdated
Show resolved
Hide resolved
/azp run prepare-pipelines |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run prepare-pipelines |
Commenter does not have sufficient privileges for PR 35384 in repo Azure/azure-sdk-for-python |
@zihyunting Please make sure CI passed for all these items: |
fc30b3c
to
c422332
Compare
6dc4672
to
85554ab
Compare
4e3b11e
to
85554ab
Compare
sdk/face/azure-ai-vision-face/azure/ai/vision/face/aio/_patch.py
Outdated
Show resolved
Hide resolved
sdk/face/azure-ai-vision-face/samples/samples_authentication.py
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.
Overall looks good to me. It will be better if you could use black
to format the code snippet in README.md.
pip install black
black myfile.py -l 120
Description
This PR contains:
ToDo:
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines