-
Notifications
You must be signed in to change notification settings - Fork 64
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
Microsoft Translator API Regional Source Support #566
Conversation
@deeDude, VMware has approved your signed contributor license agreement. |
@deeDude |
@Xiaochao8 Its done, already signed that commit. My apologies for the lapse. Thanks |
Travis CI hangs, please close this PR and reopen it to see if CI would start. Another people meet same issue, he reopen PR to fix the issue. @deeDude |
Add the possibility of configuring Microsoft Translator regional endpoint, according to Azure geographies.
A new property,
mt.region
, was added on application-bundle.properties , and, once this property is set to a non-empty value, the header, Ocp-Apim-Subscription-Region, will be included in the request to the Microsot Translator API endpoint.