Skip to content
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

[textanalytics] re-enable duplicate actions in begin_analyze_actions #19612

Closed
kristapratico opened this issue Jul 1, 2021 · 0 comments
Closed

Comments

@kristapratico
Copy link
Member

kristapratico commented Jul 1, 2021

5.1.0 release disallowed multiple actions of the same type in begin_analyze_actions: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_text_analytics_client.py#L931

A bug on the service side prevented us from correlating the inputs with the outputs and returning the correct order. This should be re-enabled once the service supports multiple actions with correct action names in v3.2-preview.2. Action name should be used internally to order match the input with the output. See this PR which did the initial work for this: #19422

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant