From 1787bbb1d226c229bb0e30b5d9ab728a48f69dbc Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 14 Nov 2022 02:31:39 +0000 Subject: [PATCH] CodeGen from PR 21424 in Azure/azure-rest-api-specs Add Replicas_ListByServer to postgres flexible server 2022-03-08-preview (#21424) * Add Replicas_ListByServer to postgres package-flexibleserver-2022-03-preview * Fix lintDiff * Fix lintDiff * Move Replicas_ListByServer to Replicas.json * Add 202 response to Administrators_Create --- schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json | 1 + 1 file changed, 1 insertion(+) diff --git a/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json b/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json index c89883bc16..c7300791fd 100644 --- a/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json +++ b/schemas/2022-03-08-preview/Microsoft.DBforPostgreSQL.json @@ -900,6 +900,7 @@ { "type": "string", "enum": [ + "None", "Primary", "Secondary", "WalReplica",