Skip to content

Commit 4a48e38

Browse files
authored
Fix S360 alarms of OBJECT_ADDITIONAL_PROPERTIES (#13046)
1 parent fd0cd02 commit 4a48e38

File tree

1 file changed

+43
-0
lines changed
  • specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18

1 file changed

+43
-0
lines changed

specification/cognitiveservices/resource-manager/Microsoft.CognitiveServices/stable/2017-04-18/cognitiveservices.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,6 +1034,16 @@
10341034
},
10351035
"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."
10361036
},
1037+
"isMigrated": {
1038+
"type": "boolean",
1039+
"description": "If the resource is migrated from an existing key.",
1040+
"readOnly": true
1041+
},
1042+
"skuChangeInfo": {
1043+
"$ref": "#/definitions/CognitiveServicesAccountSkuChangeInfo",
1044+
"description": "Sku change info of account.",
1045+
"readOnly": true
1046+
},
10371047
"customSubDomainName": {
10381048
"type": "string",
10391049
"description": "Optional subdomain name used for token-based authentication."
@@ -1090,6 +1100,14 @@
10901100
"type": "string",
10911101
"description": "(QnAMaker Only) The runtime endpoint of QnAMaker."
10921102
},
1103+
"qnaAzureSearchEndpointKey": {
1104+
"type": "string",
1105+
"description": "(QnAMaker Only) The Azure Search endpoint key of QnAMaker."
1106+
},
1107+
"qnaAzureSearchEndpointId": {
1108+
"type": "string",
1109+
"description": "(QnAMaker Only) The Azure Search endpoint id of QnAMaker."
1110+
},
10931111
"statisticsEnabled": {
10941112
"type": "boolean",
10951113
"description": "(Bing Search Only) The flag to enable statistics of Bing Search."
@@ -1142,6 +1160,26 @@
11421160
},
11431161
"description": "The access keys for the cognitive services account."
11441162
},
1163+
"CognitiveServicesAccountSkuChangeInfo": {
1164+
"properties": {
1165+
"countOfDowngrades": {
1166+
"type": "number",
1167+
"description": "Gets the count of downgrades.",
1168+
"readOnly": true
1169+
},
1170+
"countOfUpgradesAfterDowngrades": {
1171+
"type": "number",
1172+
"description": "Gets the count of upgrades after downgrades.",
1173+
"readOnly": true
1174+
},
1175+
"lastChangeDate": {
1176+
"type": "string",
1177+
"description": "Gets the last change date.",
1178+
"readOnly": true
1179+
}
1180+
},
1181+
"description": "Sku change info of account."
1182+
},
11451183
"RegenerateKeyParameters": {
11461184
"properties": {
11471185
"keyName": {
@@ -1791,6 +1829,11 @@
17911829
"properties": {
17921830
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
17931831
"description": "Resource properties."
1832+
},
1833+
"etag": {
1834+
"type": "string",
1835+
"description": "Entity Tag",
1836+
"readOnly": true
17941837
}
17951838
},
17961839
"allOf": [

0 commit comments

Comments
 (0)