diff --git a/specification/postgresql/DBforPostgreSQL.Management/models.tsp b/specification/postgresql/DBforPostgreSQL.Management/models.tsp index 6a30f55afd16..e10c9e9143df 100644 --- a/specification/postgresql/DBforPostgreSQL.Management/models.tsp +++ b/specification/postgresql/DBforPostgreSQL.Management/models.tsp @@ -902,6 +902,12 @@ union HighAvailabilityState { /** Standby server is being removed. */ RemovingStandby: "RemovingStandby", + + /** Standby server is being recreated. */ + RecreatingStandby: "RecreatingStandby", + + /** Compute is being updated due to a failover. */ + ComputeUpdatingByFailover: "ComputeUpdatingByFailover", } /** diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2026-01-01-preview/openapi.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2026-01-01-preview/openapi.json index 3e0330cfb7bd..a4b1a228970d 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2026-01-01-preview/openapi.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/preview/2026-01-01-preview/openapi.json @@ -6271,7 +6271,9 @@ "ReplicatingData", "FailingOver", "Healthy", - "RemovingStandby" + "RemovingStandby", + "RecreatingStandby", + "ComputeUpdatingByFailover" ], "x-ms-enum": { "name": "HighAvailabilityState", @@ -6306,6 +6308,16 @@ "name": "RemovingStandby", "value": "RemovingStandby", "description": "Standby server is being removed." + }, + { + "name": "RecreatingStandby", + "value": "RecreatingStandby", + "description": "Standby server is being recreated." + }, + { + "name": "ComputeUpdatingByFailover", + "value": "ComputeUpdatingByFailover", + "description": "Compute is being updated due to a failover." } ] } diff --git a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2025-08-01/openapi.json b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2025-08-01/openapi.json index 73e05a22e3de..a4add861df59 100644 --- a/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2025-08-01/openapi.json +++ b/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2025-08-01/openapi.json @@ -6182,7 +6182,9 @@ "ReplicatingData", "FailingOver", "Healthy", - "RemovingStandby" + "RemovingStandby", + "RecreatingStandby", + "ComputeUpdatingByFailover" ], "x-ms-enum": { "name": "HighAvailabilityState", @@ -6217,6 +6219,16 @@ "name": "RemovingStandby", "value": "RemovingStandby", "description": "Standby server is being removed." + }, + { + "name": "RecreatingStandby", + "value": "RecreatingStandby", + "description": "Standby server is being recreated." + }, + { + "name": "ComputeUpdatingByFailover", + "value": "ComputeUpdatingByFailover", + "description": "Compute is being updated due to a failover." } ] }