Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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