|
1621 | 1621 | "items": { |
1622 | 1622 | "$ref": "#/definitions/SkuCapability" |
1623 | 1623 | }, |
| 1624 | + "x-ms-identifiers": [ |
| 1625 | + "name" |
| 1626 | + ], |
1624 | 1627 | "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." |
1625 | 1628 | }, |
1626 | 1629 | "isMigrated": { |
|
1654 | 1657 | "items": { |
1655 | 1658 | "$ref": "#/definitions/UserOwnedStorage" |
1656 | 1659 | }, |
| 1660 | + "x-ms-identifiers": [ |
| 1661 | + "resourceId" |
| 1662 | + ], |
1657 | 1663 | "description": "The storage accounts for this resource." |
1658 | 1664 | }, |
1659 | 1665 | "privateEndpointConnections": { |
|
1790 | 1796 | "type": "array", |
1791 | 1797 | "items": { |
1792 | 1798 | "$ref": "#/definitions/ThrottlingRule" |
1793 | | - } |
| 1799 | + }, |
| 1800 | + "x-ms-identifiers": [ |
| 1801 | + "key" |
| 1802 | + ] |
1794 | 1803 | } |
1795 | 1804 | }, |
1796 | 1805 | "description": "The call rate limit Cognitive Services account." |
|
1808 | 1817 | "type": "array", |
1809 | 1818 | "items": { |
1810 | 1819 | "$ref": "#/definitions/ThrottlingRule" |
1811 | | - } |
| 1820 | + }, |
| 1821 | + "x-ms-identifiers": [ |
| 1822 | + "key" |
| 1823 | + ] |
1812 | 1824 | } |
1813 | 1825 | } |
1814 | 1826 | }, |
|
1834 | 1846 | "type": "array", |
1835 | 1847 | "items": { |
1836 | 1848 | "$ref": "#/definitions/RequestMatchPattern" |
1837 | | - } |
| 1849 | + }, |
| 1850 | + "x-ms-identifiers": [ |
| 1851 | + "path", |
| 1852 | + "method" |
| 1853 | + ] |
1838 | 1854 | } |
1839 | 1855 | } |
1840 | 1856 | }, |
|
1910 | 1926 | "items": { |
1911 | 1927 | "$ref": "#/definitions/AccountSku" |
1912 | 1928 | }, |
| 1929 | + "x-ms-identifiers": [ |
| 1930 | + "sku/name", |
| 1931 | + "resourceType" |
| 1932 | + ], |
1913 | 1933 | "description": "Gets the list of Cognitive Services accounts and their properties." |
1914 | 1934 | } |
1915 | 1935 | }, |
|
1937 | 1957 | "items": { |
1938 | 1958 | "$ref": "#/definitions/Usage" |
1939 | 1959 | }, |
| 1960 | + "x-ms-identifiers": [ |
| 1961 | + "name" |
| 1962 | + ], |
1940 | 1963 | "description": "The list of usages for Cognitive Service account." |
1941 | 1964 | } |
1942 | 1965 | }, |
|
2054 | 2077 | "items": { |
2055 | 2078 | "$ref": "#/definitions/SkuAvailability" |
2056 | 2079 | }, |
| 2080 | + "x-ms-identifiers": [ |
| 2081 | + "skuName", |
| 2082 | + "type", |
| 2083 | + "kind" |
| 2084 | + ], |
2057 | 2085 | "description": "Check SKU availability result list." |
2058 | 2086 | } |
2059 | 2087 | } |
|
2222 | 2250 | "items": { |
2223 | 2251 | "$ref": "#/definitions/ResourceSkuRestrictions" |
2224 | 2252 | }, |
| 2253 | + "x-ms-identifiers": [], |
2225 | 2254 | "description": "The restrictions because of which SKU cannot be used. This is empty if there are no restrictions." |
2226 | 2255 | } |
2227 | 2256 | }, |
|
2254 | 2283 | "items": { |
2255 | 2284 | "$ref": "#/definitions/ResourceSku" |
2256 | 2285 | }, |
| 2286 | + "x-ms-identifiers": [ |
| 2287 | + "resourceType", |
| 2288 | + "name", |
| 2289 | + "kind" |
| 2290 | + ], |
2257 | 2291 | "description": "The list of skus available for the subscription." |
2258 | 2292 | }, |
2259 | 2293 | "nextLink": { |
|
2286 | 2320 | "items": { |
2287 | 2321 | "$ref": "#/definitions/IpRule" |
2288 | 2322 | }, |
| 2323 | + "x-ms-identifiers": [], |
2289 | 2324 | "description": "The list of IP address rules." |
2290 | 2325 | }, |
2291 | 2326 | "virtualNetworkRules": { |
|
2692 | 2727 | "items": { |
2693 | 2728 | "$ref": "#/definitions/CommitmentTier" |
2694 | 2729 | }, |
| 2730 | + "x-ms-identifiers": [ |
| 2731 | + "kind", |
| 2732 | + "tier", |
| 2733 | + "skuName", |
| 2734 | + "hostingModel", |
| 2735 | + "planType" |
| 2736 | + ], |
2695 | 2737 | "description": "Gets the list of Cognitive Services accounts CommitmentTier and their properties." |
2696 | 2738 | } |
2697 | 2739 | }, |
|
0 commit comments