-
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
[Text Translation] Updating the SDK from the latest TypeSpec #35450
Conversation
API change check APIView has identified API level changes in this PR and created following API reviews. |
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.
Please re-enable at least pylint here as well: https://github.com/Azure/azure-sdk-for-python/blob/dfe043657d227a1aa0c0a0f784e36b92b6bf83c9/sdk/translation/azure-ai-translation-text/pyproject.toml
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/__init__.py
Outdated
Show resolved
Hide resolved
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_version.py
Outdated
Show resolved
Hide resolved
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/aio/_patch.py
Outdated
Show resolved
Hide resolved
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
Outdated
Show resolved
Hide resolved
Overall looks good except CI fails: https://github.com/Azure/azure-sdk-for-python/pull/35450/checks?check_run_id=25122625367. There is detailed log and please fix it with those error info. |
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.
Leaving comments on how to fix CI errors
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_operations/_patch.py
Show resolved
Hide resolved
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
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.
Looking good! Few small things
sdk/translation/azure-ai-translation-text/azure/ai/translation/text/_patch.py
Outdated
Show resolved
Hide resolved
…/text/_patch.py Co-authored-by: Krista Pratico <krpratic@microsoft.com>
Description
Updating the SDK from the latest TypeSpec.