Skip to content

Commit 4437823

Browse files
OAS Update
1 parent 3ce30e1 commit 4437823

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

services/postgres-flex/v3alpha1/postgres-flex.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,6 @@
11791179
"backupSchedule",
11801180
"flavorId",
11811181
"name",
1182-
"replicas",
11831182
"retentionDays",
11841183
"storage",
11851184
"version"
@@ -1615,7 +1614,8 @@
16151614
"type": "object"
16161615
},
16171616
"replicas": {
1618-
"description": "How many replicas the instance should have.",
1617+
"deprecated": true,
1618+
"description": "Deprecated: Use flavorId instead, -replica in flavorId means 3 replicas. How many replicas the instance should have.",
16191619
"enum": [
16201620
1,
16211621
3
@@ -1624,7 +1624,8 @@
16241624
"type": "integer"
16251625
},
16261626
"replicas.opt": {
1627-
"description": "How many replicas the instance should have.",
1627+
"deprecated": true,
1628+
"description": "Deprecated: Use flavorId instead, -replica in flavorId means 3 replicas. How many replicas the instance should have.",
16281629
"enum": [
16291630
1,
16301631
3
@@ -1859,7 +1860,6 @@
18591860
"backupSchedule",
18601861
"flavorId",
18611862
"name",
1862-
"replicas",
18631863
"retentionDays",
18641864
"storage",
18651865
"version",

0 commit comments

Comments
 (0)