Skip to content

Commit 80868a7

Browse files
authored
Merge pull request #5729 from laujan/patch-2
Update toc.yml
2 parents 4055a96 + 2be5b13 commit 80868a7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

articles/ai-services/translator/text-translation/how-to/migrate-to-v3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ Microsoft Translator Translation V2 accepted and returned data in XML format. In
5454

5555
This change affects several aspects of an application written for the V2 Text translation API. As an example: The Languages API returns language information for text translation, transliteration, and the two dictionary methods. You can request all language information for all methods in one call or request them individually.
5656

57-
The languages method doesn't require authentication; by selecting the following link you can see all the language information for V3 in JSON:
58-
59-
[https://api.cognitive.microsofttranslator.com/languages?api-version=3.0&scope=translation,dictionary,transliteration](https://api.cognitive.microsofttranslator.com/languages?api-version=3.0&scope=translation,dictionary,transliteration)
60-
6157
## Authentication Key
6258

6359
The authentication key used for V2 is accepted for V3. You don't need to get a new subscription. You can mix V2 and V3 in your apps during the yearlong migration period, making it easier for you to release new versions while you migrate from V2-XML to V3-JSON.

articles/ai-services/translator/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ items:
108108
- name: Dictionary Examples
109109
href: text-translation/reference/v3/dictionary-examples.md
110110
- name: Migrate to v3 Text translation API
111-
displayName: speech,error,version,endpoint,compatibility,json,authentication,pricing
112-
href: text-translation/how-to/migrate-to-v3.md
111+
displayName: speech,error,version,endpoint,compatibility,json,authentication,pricing
112+
href: text-translation/how-to/migrate-to-v3.md
113113
- name: Authentication and authorization
114114
displayName: key,subscription,endpoint,region,location,resource,token,header,header value,header-value
115115
href: text-translation/reference/authentication.md

0 commit comments

Comments
 (0)