-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[TA] Client side validation #30708
[TA] Client side validation #30708
Conversation
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.
In Python and .NET we also updated our docstrings to indicate version support. Is this something Java does?
...ure-ai-textanalytics/src/main/java/com/azure/ai/textanalytics/AnalyzeActionsAsyncClient.java
Outdated
Show resolved
Hide resolved
API change check APIView has identified API level changes in this PR and created following API reviews. |
Yeah. Java also should update the docstring. Added the docstring. |
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.
Did you also want to add the serviceLogsDisabled
"property" to the newer actions like I did in Azure/azure-sdk-for-net#30753 as well? Makes everything consistent; though, could be another PR. No need to validate those, though, since they only exist for 2022-05-01 and newer anyway.
Added the v-team shared client-side validation