We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The service is returning a default endpoint instead of the endpoint used by the user.
Behavior in preview.4 here:
preview.4
https://mariari-westus2-s.cognitiveservices.azure.com/text/analytics/v3.1-preview.4/analyze/jobs/5d4a9982-aa15-4763-9442-5c0bef71eda9?$skip=20\u0026$top=20
Behavior in preview.5:
preview.5
"http://text-analytics.usw2.ame.api.cog.trafficmanager.net/text/analytics/v3.1-preview.5/analyze/jobs/69698a62-22de-47d4-b02f-cbd8bced7f92?$skip=20&$top=3&showStats=False"
For now, in the SDK I am modifying the nextLink property so we can unblock our users.
nextLink
The text was updated successfully, but these errors were encountered:
maririos
Successfully merging a pull request may close this issue.
The service is returning a default endpoint instead of the endpoint used by the user.
Behavior in
preview.4
here:Behavior in
preview.5
:For now, in the SDK I am modifying the
nextLink
property so we can unblock our users.The text was updated successfully, but these errors were encountered: