|
1034 | 1034 | }, |
1035 | 1035 | "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." |
1036 | 1036 | }, |
| 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 | + }, |
1037 | 1047 | "customSubDomainName": { |
1038 | 1048 | "type": "string", |
1039 | 1049 | "description": "Optional subdomain name used for token-based authentication." |
|
1090 | 1100 | "type": "string", |
1091 | 1101 | "description": "(QnAMaker Only) The runtime endpoint of QnAMaker." |
1092 | 1102 | }, |
| 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 | + }, |
1093 | 1111 | "statisticsEnabled": { |
1094 | 1112 | "type": "boolean", |
1095 | 1113 | "description": "(Bing Search Only) The flag to enable statistics of Bing Search." |
|
1142 | 1160 | }, |
1143 | 1161 | "description": "The access keys for the cognitive services account." |
1144 | 1162 | }, |
| 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 | + }, |
1145 | 1183 | "RegenerateKeyParameters": { |
1146 | 1184 | "properties": { |
1147 | 1185 | "keyName": { |
|
1791 | 1829 | "properties": { |
1792 | 1830 | "$ref": "#/definitions/PrivateEndpointConnectionProperties", |
1793 | 1831 | "description": "Resource properties." |
| 1832 | + }, |
| 1833 | + "etag": { |
| 1834 | + "type": "string", |
| 1835 | + "description": "Entity Tag", |
| 1836 | + "readOnly": true |
1794 | 1837 | } |
1795 | 1838 | }, |
1796 | 1839 | "allOf": [ |
|
0 commit comments