forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update translator text readmes for python (Azure#12817)
* test * updating readme for python under translatortext
- Loading branch information
1 parent
0e0d4ec
commit 8992083
Showing
2 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
specification/cognitiveservices/data-plane/TranslatorText/readme.python.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Python | ||
|
||
These settings apply only when `--python` is specified on the command line. | ||
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`. | ||
|
||
``` yaml | ||
license-header: MICROSOFT_MIT_NO_VERSION | ||
add-credentials: true | ||
payload-flattening-threshold: 2 | ||
namespace: azure.ai.translatortext | ||
package-name: azure-ai-translatortext | ||
clear-output-folder: true | ||
credential-scopes: https://cognitiveservices.azure.com/.default | ||
no-namespace-folders: true | ||
python-sdks-folder: $(python-sdks-folder) | ||
``` |