Skip to content

Commit

Permalink
Fix bug where ReplicationRoles was exposing unsupported roles (Azure#…
Browse files Browse the repository at this point in the history
…23294)

* Fix bug where ReplicationRoles was exposing unsupported roles

* Remove unsupported ReplicationRole from api version 2022-03-08-preview
  • Loading branch information
ambrahma authored and JoshLove-msft committed Apr 25, 2023
1 parent 316afba commit effa00e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -817,11 +817,7 @@
"enum": [
"None",
"Primary",
"Secondary",
"WalReplica",
"SyncReplica",
"AsyncReplica",
"GeoSyncReplica",
"GeoAsyncReplica"
],
"x-ms-enum": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -838,11 +838,7 @@
"enum": [
"None",
"Primary",
"Secondary",
"WalReplica",
"SyncReplica",
"AsyncReplica",
"GeoSyncReplica",
"GeoAsyncReplica"
],
"x-ms-enum": {
Expand Down

0 comments on commit effa00e

Please sign in to comment.