Skip to content

Commit

Permalink
added AzureKeyCredential link to readme (#11089)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored May 1, 2020
1 parent 0974b40 commit b835a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ az cognitiveservices account show --name "resource-name" --resource-group "resou
```

#### Types of credentials
The `credential` parameter may be provided as a `AzureKeyCredential` from azure.core.credentials or as a token from Azure Active Directory.
The `credential` parameter may be provided as a [AzureKeyCredential][azure-key-credential] from azure.core.credentials or as a token from Azure Active Directory.
See the full details regarding [authentication][cognitive_authentication] of
cognitive services.

Expand Down Expand Up @@ -452,6 +452,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[azure_identity_credentials]: ../../identity/azure-identity#credentials
[default_azure_credential]: ../../identity/azure-identity#defaultazurecredential
[service_limits]: https://docs.microsoft.com/azure/cognitive-services/text-analytics/overview#data-limits
[azure-key-credential]: https://aka.ms/azsdk-python-core-azurekeycredential

[document_error]: https://aka.ms/azsdk-python-textanalytics-documenterror
[detect_language_result]: https://aka.ms/azsdk-python-textanalytics-detectlanguageresult
Expand Down

0 comments on commit b835a91

Please sign in to comment.