|
811 | 811 | "type": "array", |
812 | 812 | "items": { |
813 | 813 | "$ref": "#/definitions/ContainerPort" |
814 | | - } |
| 814 | + }, |
| 815 | + "x-ms-identifiers": [ |
| 816 | + "port" |
| 817 | + ] |
815 | 818 | }, |
816 | 819 | "environmentVariables": { |
817 | 820 | "description": "The environment variables to set in the container instance.", |
818 | 821 | "type": "array", |
819 | 822 | "items": { |
820 | 823 | "$ref": "#/definitions/EnvironmentVariable" |
821 | | - } |
| 824 | + }, |
| 825 | + "x-ms-identifiers": [ |
| 826 | + "name" |
| 827 | + ] |
822 | 828 | }, |
823 | 829 | "instanceView": { |
824 | 830 | "description": "The instance view of the container instance. Only valid in response.", |
|
847 | 853 | "type": "array", |
848 | 854 | "items": { |
849 | 855 | "$ref": "#/definitions/Event" |
850 | | - } |
| 856 | + }, |
| 857 | + "x-ms-identifiers": [ |
| 858 | + "name", |
| 859 | + "type" |
| 860 | + ] |
851 | 861 | } |
852 | 862 | } |
853 | 863 | }, |
|
860 | 870 | "type": "array", |
861 | 871 | "items": { |
862 | 872 | "$ref": "#/definitions/VolumeMount" |
863 | | - } |
| 873 | + }, |
| 874 | + "x-ms-identifiers": [ |
| 875 | + "name" |
| 876 | + ] |
864 | 877 | }, |
865 | 878 | "livenessProbe": { |
866 | 879 | "description": "The liveness probe.", |
|
1188 | 1201 | "type": "array", |
1189 | 1202 | "items": { |
1190 | 1203 | "$ref": "#/definitions/HttpHeader" |
1191 | | - } |
| 1204 | + }, |
| 1205 | + "x-ms-identifiers": [ |
| 1206 | + "name" |
| 1207 | + ] |
1192 | 1208 | } |
1193 | 1209 | }, |
1194 | 1210 | "required": [ |
|
1265 | 1281 | "description": "The containers within the container group.", |
1266 | 1282 | "items": { |
1267 | 1283 | "$ref": "#/definitions/Container" |
1268 | | - } |
| 1284 | + }, |
| 1285 | + "x-ms-identifiers": [ |
| 1286 | + "name" |
| 1287 | + ] |
1269 | 1288 | }, |
1270 | 1289 | "imageRegistryCredentials": { |
1271 | 1290 | "type": "array", |
1272 | 1291 | "description": "The image registry credentials by which the container group is created from.", |
1273 | 1292 | "items": { |
1274 | 1293 | "$ref": "#/definitions/ImageRegistryCredential" |
1275 | | - } |
| 1294 | + }, |
| 1295 | + "x-ms-identifiers": [ |
| 1296 | + "username" |
| 1297 | + ] |
1276 | 1298 | }, |
1277 | 1299 | "restartPolicy": { |
1278 | 1300 | "type": "string", |
|
1308 | 1330 | "description": "The list of volumes that can be mounted by containers in this container group.", |
1309 | 1331 | "items": { |
1310 | 1332 | "$ref": "#/definitions/Volume" |
1311 | | - } |
| 1333 | + }, |
| 1334 | + "x-ms-identifiers": [ |
| 1335 | + "name" |
| 1336 | + ] |
1312 | 1337 | }, |
1313 | 1338 | "instanceView": { |
1314 | 1339 | "description": "The instance view of the container group. Only valid in response.", |
|
1321 | 1346 | "type": "array", |
1322 | 1347 | "items": { |
1323 | 1348 | "$ref": "#/definitions/Event" |
1324 | | - } |
| 1349 | + }, |
| 1350 | + "x-ms-identifiers": [ |
| 1351 | + "name", |
| 1352 | + "type" |
| 1353 | + ] |
1325 | 1354 | }, |
1326 | 1355 | "state": { |
1327 | 1356 | "readOnly": true, |
|
1358 | 1387 | "description": "The init containers for a container group.", |
1359 | 1388 | "items": { |
1360 | 1389 | "$ref": "#/definitions/InitContainerDefinition" |
1361 | | - } |
| 1390 | + }, |
| 1391 | + "x-ms-identifiers": [ |
| 1392 | + "name" |
| 1393 | + ] |
1362 | 1394 | } |
1363 | 1395 | }, |
1364 | 1396 | "required": [ |
|
1525 | 1557 | "description": "The list of ports exposed on the container group.", |
1526 | 1558 | "items": { |
1527 | 1559 | "$ref": "#/definitions/Port" |
1528 | | - } |
| 1560 | + }, |
| 1561 | + "x-ms-identifiers": [ |
| 1562 | + "port" |
| 1563 | + ] |
1529 | 1564 | }, |
1530 | 1565 | "type": { |
1531 | 1566 | "type": "string", |
|
1655 | 1690 | "items": { |
1656 | 1691 | "$ref": "#/definitions/Operation" |
1657 | 1692 | }, |
| 1693 | + "x-ms-identifiers": [ |
| 1694 | + "name" |
| 1695 | + ], |
1658 | 1696 | "description": "The list of operations." |
1659 | 1697 | }, |
1660 | 1698 | "nextLink": { |
|
1726 | 1764 | "description": "The usage data.", |
1727 | 1765 | "items": { |
1728 | 1766 | "$ref": "#/definitions/Usage" |
1729 | | - } |
| 1767 | + }, |
| 1768 | + "x-ms-identifiers": [ |
| 1769 | + "name" |
| 1770 | + ] |
1730 | 1771 | } |
1731 | 1772 | } |
1732 | 1773 | }, |
|
1938 | 1979 | "items": { |
1939 | 1980 | "$ref": "#/definitions/cachedImages" |
1940 | 1981 | }, |
| 1982 | + "x-ms-identifiers": [ |
| 1983 | + "image" |
| 1984 | + ], |
1941 | 1985 | "description": "The list of cached images." |
1942 | 1986 | }, |
1943 | 1987 | "nextLink": { |
|
1973 | 2017 | "items": { |
1974 | 2018 | "$ref": "#/definitions/Capabilities" |
1975 | 2019 | }, |
| 2020 | + "x-ms-identifiers": [ |
| 2021 | + "resourceType", |
| 2022 | + "location" |
| 2023 | + ], |
1976 | 2024 | "description": "The list of capabilities." |
1977 | 2025 | }, |
1978 | 2026 | "nextLink": { |
|
2108 | 2156 | "type": "array", |
2109 | 2157 | "items": { |
2110 | 2158 | "$ref": "#/definitions/EnvironmentVariable" |
2111 | | - } |
| 2159 | + }, |
| 2160 | + "x-ms-identifiers": [ |
| 2161 | + "name" |
| 2162 | + ] |
2112 | 2163 | }, |
2113 | 2164 | "instanceView": { |
2114 | 2165 | "description": "The instance view of the init container. Only valid in response.", |
|
2137 | 2188 | "type": "array", |
2138 | 2189 | "items": { |
2139 | 2190 | "$ref": "#/definitions/Event" |
2140 | | - } |
| 2191 | + }, |
| 2192 | + "x-ms-identifiers": [ |
| 2193 | + "name", |
| 2194 | + "type" |
| 2195 | + ] |
2141 | 2196 | } |
2142 | 2197 | } |
2143 | 2198 | }, |
|
2146 | 2201 | "type": "array", |
2147 | 2202 | "items": { |
2148 | 2203 | "$ref": "#/definitions/VolumeMount" |
2149 | | - } |
| 2204 | + }, |
| 2205 | + "x-ms-identifiers": [ |
| 2206 | + "name" |
| 2207 | + ] |
2150 | 2208 | } |
2151 | 2209 | } |
2152 | 2210 | }, |
|
2179 | 2237 | "items": { |
2180 | 2238 | "$ref": "#/definitions/CloudErrorBody" |
2181 | 2239 | }, |
| 2240 | + "x-ms-identifiers": [ |
| 2241 | + "message", |
| 2242 | + "target" |
| 2243 | + ], |
2182 | 2244 | "description": "A list of additional details about the error." |
2183 | 2245 | } |
2184 | 2246 | }, |
|
0 commit comments