|
292 | 292 | "operationId": "Clusters_Update", |
293 | 293 | "x-ms-long-running-operation": true, |
294 | 294 | "x-ms-long-running-operation-options": { |
295 | | - "final-state-via": "azure-async-operation" |
| 295 | + "final-state-via": "location" |
296 | 296 | }, |
297 | 297 | "x-ms-examples": { |
298 | 298 | "Update multiple configuration settings of the cluster": { |
|
1872 | 1872 | }, |
1873 | 1873 | "storageQuotaInMb": { |
1874 | 1874 | "type": "integer", |
1875 | | - "format": "int64", |
| 1875 | + "format": "int32", |
1876 | 1876 | "description": "The storage of a server in MB." |
1877 | 1877 | }, |
1878 | 1878 | "vCores": { |
1879 | 1879 | "type": "integer", |
1880 | | - "format": "int64", |
| 1880 | + "format": "int32", |
1881 | 1881 | "description": "The vCores count of a server." |
1882 | 1882 | }, |
1883 | 1883 | "enableHa": { |
|
2045 | 2045 | }, |
2046 | 2046 | "coordinatorStorageQuotaInMb": { |
2047 | 2047 | "type": "integer", |
2048 | | - "format": "int64", |
| 2048 | + "format": "int32", |
2049 | 2049 | "description": "The storage of the coordinator in MB." |
2050 | 2050 | }, |
2051 | 2051 | "coordinatorVCores": { |
2052 | 2052 | "type": "integer", |
2053 | | - "format": "int64", |
| 2053 | + "format": "int32", |
2054 | 2054 | "description": "The vCores count of the coordinator (max: 96)." |
2055 | 2055 | }, |
2056 | 2056 | "coordinatorEnablePublicIpAccess": { |
|
2063 | 2063 | }, |
2064 | 2064 | "nodeCount": { |
2065 | 2065 | "type": "integer", |
2066 | | - "format": "int64", |
| 2066 | + "format": "int32", |
2067 | 2067 | "description": "Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1." |
2068 | 2068 | }, |
2069 | 2069 | "nodeStorageQuotaInMb": { |
2070 | 2070 | "type": "integer", |
2071 | | - "format": "int64", |
| 2071 | + "format": "int32", |
2072 | 2072 | "description": "The storage in MB on each worker node." |
2073 | 2073 | }, |
2074 | 2074 | "nodeVCores": { |
2075 | 2075 | "type": "integer", |
2076 | | - "format": "int64", |
| 2076 | + "format": "int32", |
2077 | 2077 | "description": "The compute in vCores on each worker node (max: 104)." |
2078 | 2078 | }, |
2079 | 2079 | "nodeEnablePublicIpAccess": { |
|
2180 | 2180 | }, |
2181 | 2181 | "coordinatorStorageQuotaInMb": { |
2182 | 2182 | "type": "integer", |
2183 | | - "format": "int64", |
| 2183 | + "format": "int32", |
2184 | 2184 | "description": "The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." |
2185 | 2185 | }, |
2186 | 2186 | "coordinatorVCores": { |
2187 | 2187 | "type": "integer", |
2188 | | - "format": "int64", |
| 2188 | + "format": "int32", |
2189 | 2189 | "description": "The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." |
2190 | 2190 | }, |
2191 | 2191 | "coordinatorEnablePublicIpAccess": { |
|
2198 | 2198 | }, |
2199 | 2199 | "nodeCount": { |
2200 | 2200 | "type": "integer", |
2201 | | - "format": "int64", |
| 2201 | + "format": "int32", |
2202 | 2202 | "description": "Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation." |
2203 | 2203 | }, |
2204 | 2204 | "nodeStorageQuotaInMb": { |
2205 | 2205 | "type": "integer", |
2206 | | - "format": "int64", |
| 2206 | + "format": "int32", |
2207 | 2207 | "description": "The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." |
2208 | 2208 | }, |
2209 | 2209 | "nodeVCores": { |
2210 | 2210 | "type": "integer", |
2211 | | - "format": "int64", |
| 2211 | + "format": "int32", |
2212 | 2212 | "description": "The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information." |
2213 | 2213 | }, |
2214 | 2214 | "nodeEnablePublicIpAccess": { |
|
0 commit comments