Skip to content

Commit

Permalink
Adding xms-ids to CognitiveServices (Azure#17627)
Browse files Browse the repository at this point in the history
* Adding xms-ids to CognitiveServices

* corrections after rebase

* Update PR per feedback

Co-authored-by: Yanming Tang <yantang@microsoft.com>
  • Loading branch information
agalerrotaru and yantang-msft committed Feb 23, 2022
1 parent 7380e68 commit 9f48fea
Showing 1 changed file with 45 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,9 @@
"items": {
"$ref": "#/definitions/SkuCapability"
},
"x-ms-identifiers": [
"name"
],
"description": "Gets the capabilities of the cognitive services account. Each item indicates the capability of a specific feature. The values are read-only and for reference only."
},
"isMigrated": {
Expand Down Expand Up @@ -1654,6 +1657,9 @@
"items": {
"$ref": "#/definitions/UserOwnedStorage"
},
"x-ms-identifiers": [
"resourceId"
],
"description": "The storage accounts for this resource."
},
"privateEndpointConnections": {
Expand Down Expand Up @@ -1790,7 +1796,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ThrottlingRule"
}
},
"x-ms-identifiers": [
"key"
]
}
},
"description": "The call rate limit Cognitive Services account."
Expand All @@ -1808,7 +1817,10 @@
"type": "array",
"items": {
"$ref": "#/definitions/ThrottlingRule"
}
},
"x-ms-identifiers": [
"key"
]
}
}
},
Expand All @@ -1834,7 +1846,11 @@
"type": "array",
"items": {
"$ref": "#/definitions/RequestMatchPattern"
}
},
"x-ms-identifiers": [
"path",
"method"
]
}
}
},
Expand Down Expand Up @@ -1910,6 +1926,10 @@
"items": {
"$ref": "#/definitions/AccountSku"
},
"x-ms-identifiers": [
"sku/name",
"resourceType"
],
"description": "Gets the list of Cognitive Services accounts and their properties."
}
},
Expand Down Expand Up @@ -1937,6 +1957,9 @@
"items": {
"$ref": "#/definitions/Usage"
},
"x-ms-identifiers": [
"name"
],
"description": "The list of usages for Cognitive Service account."
}
},
Expand Down Expand Up @@ -2054,6 +2077,11 @@
"items": {
"$ref": "#/definitions/SkuAvailability"
},
"x-ms-identifiers": [
"skuName",
"type",
"kind"
],
"description": "Check SKU availability result list."
}
}
Expand Down Expand Up @@ -2222,6 +2250,7 @@
"items": {
"$ref": "#/definitions/ResourceSkuRestrictions"
},
"x-ms-identifiers": [],
"description": "The restrictions because of which SKU cannot be used. This is empty if there are no restrictions."
}
},
Expand Down Expand Up @@ -2254,6 +2283,11 @@
"items": {
"$ref": "#/definitions/ResourceSku"
},
"x-ms-identifiers": [
"resourceType",
"name",
"kind"
],
"description": "The list of skus available for the subscription."
},
"nextLink": {
Expand Down Expand Up @@ -2286,6 +2320,7 @@
"items": {
"$ref": "#/definitions/IpRule"
},
"x-ms-identifiers": [],
"description": "The list of IP address rules."
},
"virtualNetworkRules": {
Expand Down Expand Up @@ -2692,6 +2727,13 @@
"items": {
"$ref": "#/definitions/CommitmentTier"
},
"x-ms-identifiers": [
"kind",
"tier",
"skuName",
"hostingModel",
"planType"
],
"description": "Gets the list of Cognitive Services accounts CommitmentTier and their properties."
}
},
Expand Down

0 comments on commit 9f48fea

Please sign in to comment.