Skip to content

Commit

Permalink
Add 'capabilities' field to Cognitive Services account properties. (A…
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyuan authored and 00Kai0 committed Oct 12, 2020
1 parent 147e4bd commit 611d310
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,14 @@
"description": "The internal identifier.",
"readOnly": true
},
"capabilities": {
"readOnly": true,
"type": "array",
"items": {
"type": "string"
},
"description": "Gets the capabilities of the cognitive services account. Each item indicates a specific feature is supported by this account. The value is read only and for reference only."
},
"customSubDomainName": {
"type": "string",
"description": "Optional subdomain name used for token-based authentication."
Expand Down

0 comments on commit 611d310

Please sign in to comment.