Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"operationId": "Clusters_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Create a new cluster": {
Expand Down Expand Up @@ -292,7 +292,7 @@
"operationId": "Clusters_Update",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Update multiple configuration settings of the cluster": {
Expand Down Expand Up @@ -644,7 +644,7 @@
"operationId": "Configurations_UpdateOnCoordinator",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Update single configuration of coordinator": {
Expand Down Expand Up @@ -759,7 +759,7 @@
"operationId": "Configurations_UpdateOnNode",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Update single configuration of nodes": {
Expand Down Expand Up @@ -831,7 +831,7 @@
"operationId": "FirewallRules_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Create a firewall rule of the cluster": {
Expand Down Expand Up @@ -1088,7 +1088,7 @@
"operationId": "Roles_Create",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"RoleCreate": {
Expand Down Expand Up @@ -1640,7 +1640,7 @@
"operationId": "PrivateEndpointConnections_CreateOrUpdate",
"x-ms-long-running-operation": true,
"x-ms-long-running-operation-options": {
"final-state-via": "azure-async-operation"
"final-state-via": "location"
},
"x-ms-examples": {
"Approves or Rejects a Private Endpoint Connection with a given name.": {
Expand Down Expand Up @@ -1872,12 +1872,10 @@
},
"storageQuotaInMb": {
"type": "integer",
"format": "int64",
"description": "The storage of a server in MB."
},
"vCores": {
"type": "integer",
"format": "int64",
"description": "The vCores count of a server."
},
"enableHa": {
Expand Down Expand Up @@ -2045,12 +2043,10 @@
},
"coordinatorStorageQuotaInMb": {
"type": "integer",
"format": "int64",
"description": "The storage of the coordinator in MB."
},
"coordinatorVCores": {
"type": "integer",
"format": "int64",
"description": "The vCores count of the coordinator (max: 96)."
},
"coordinatorEnablePublicIpAccess": {
Expand All @@ -2063,17 +2059,14 @@
},
"nodeCount": {
"type": "integer",
"format": "int64",
"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."
},
"nodeStorageQuotaInMb": {
"type": "integer",
"format": "int64",
"description": "The storage in MB on each worker node."
},
"nodeVCores": {
"type": "integer",
"format": "int64",
"description": "The compute in vCores on each worker node (max: 104)."
},
"nodeEnablePublicIpAccess": {
Expand Down Expand Up @@ -2180,12 +2173,10 @@
},
"coordinatorStorageQuotaInMb": {
"type": "integer",
"format": "int64",
"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."
},
"coordinatorVCores": {
"type": "integer",
"format": "int64",
"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."
},
"coordinatorEnablePublicIpAccess": {
Expand All @@ -2198,17 +2189,14 @@
},
"nodeCount": {
"type": "integer",
"format": "int64",
"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."
},
"nodeStorageQuotaInMb": {
"type": "integer",
"format": "int64",
"description": "The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information."
},
"nodeVCores": {
"type": "integer",
"format": "int64",
"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."
},
"nodeEnablePublicIpAccess": {
Expand Down Expand Up @@ -2275,17 +2263,14 @@
},
"startHour": {
"type": "integer",
"format": "int32",
"description": "Start hour within preferred day of the week for maintenance window."
},
"startMinute": {
"type": "integer",
"format": "int32",
"description": "Start minute within the start hour for maintenance window."
},
"dayOfWeek": {
"type": "integer",
"format": "int32",
"description": "Preferred day of the week for maintenance window."
}
}
Expand Down