-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[text analytics] Autogenerated code for v3.1-preview.4 #16811
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 analytics] Autogenerated code for v3.1-preview.4 #16811
Conversation
| base_url = '{Endpoint}/text/analytics/v3.0' | ||
| elif api_version == 'v3.1-preview.3': | ||
| base_url = '{Endpoint}/text/analytics/v3.1-preview.3' | ||
| elif api_version == 'v3.1-preview.4': |
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.
Are we going to bump the version here like we did before for v3.1-preview.4 (i.e. removing support for other API versions)?
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.
For now I've added this back in to prevent existing tests from failing. It will be easier to remove this later once updates to Healthcare and Analyze have been merged, because the tests will be updated to reflect the changes.
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.
yeah @abhahn you made the right call. We need to keep v3.1-preview.3 and 4 for now, but once 4 is released we should get rid of 3
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_generated/_operations_mixin.py
Show resolved
Hide resolved
…ts from failing while new features are being added in separate PRs
iscai-msft
left a comment
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.
thanks @abhahn
No description provided.