Skip to content

Commit

Permalink
[text analytics] fix query param in cli call to get endpoint (#14243)
Browse files Browse the repository at this point in the history
fixes #14099
  • Loading branch information
iscai-msft authored Oct 5, 2020
1 parent 66cd75c commit 026580e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/textanalytics/azure-ai-textanalytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ or [Azure CLI][azure_cli_endpoint_lookup]:

```bash
# Get the endpoint for the text analytics resource
az cognitiveservices account show --name "resource-name" --resource-group "resource-group-name" --query "endpoint"
az cognitiveservices account show --name "resource-name" --resource-group "resource-group-name" --query "properties.endpoint"
```

#### Get the API Key
Expand Down

0 comments on commit 026580e

Please sign in to comment.