Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding xms-ids to CognitiveServices #17627

Merged
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 @@ -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