Skip to content

Commit effa00e

Browse files
ambrahmaJoshLove-msft
authored andcommitted
Fix bug where ReplicationRoles was exposing unsupported roles (Azure#23294)
* Fix bug where ReplicationRoles was exposing unsupported roles * Remove unsupported ReplicationRole from api version 2022-03-08-preview
1 parent 316afba commit effa00e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2022-03-08-preview/FlexibleServers.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -817,11 +817,7 @@
817817
"enum": [
818818
"None",
819819
"Primary",
820-
"Secondary",
821-
"WalReplica",
822-
"SyncReplica",
823820
"AsyncReplica",
824-
"GeoSyncReplica",
825821
"GeoAsyncReplica"
826822
],
827823
"x-ms-enum": {

specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,7 @@
838838
"enum": [
839839
"None",
840840
"Primary",
841-
"Secondary",
842-
"WalReplica",
843-
"SyncReplica",
844841
"AsyncReplica",
845-
"GeoSyncReplica",
846842
"GeoAsyncReplica"
847843
],
848844
"x-ms-enum": {

0 commit comments

Comments
 (0)