From db9542ed083af893d9ff13241f682b9e57eb5fff Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 6 Aug 2021 18:53:00 +0000 Subject: [PATCH] CodeGen from PR 15540 in Azure/azure-rest-api-specs Merge 3c943fe10854a1fe6f67a91b7f51913274b05893 into 57e30b59a95ea35181d547a97528adbf82360ae7 --- .../Microsoft.DBforPostgreSQL.json | 30 ------------------- 1 file changed, 30 deletions(-) diff --git a/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json b/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json index 1b1e8fc5a7..404bd91a13 100644 --- a/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json +++ b/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json @@ -332,10 +332,6 @@ ], "description": "stand by count value can be either enabled or disabled." }, - "logBackupStorageSku": { - "type": "string", - "description": "The log backup storage sku of the server." - }, "maintenanceWindow": { "oneOf": [ { @@ -374,17 +370,6 @@ "type": "string", "description": "The subscription id of source serve PostgreSQL server name to restore from." }, - "standbyCount": { - "oneOf": [ - { - "type": "integer" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The number of standbys." - }, "storageProfile": { "oneOf": [ { @@ -491,21 +476,6 @@ ], "description": "Backup retention days for the server." }, - "geoRedundantBackup": { - "oneOf": [ - { - "type": "string", - "enum": [ - "Enabled", - "Disabled" - ] - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "A value indicating whether Geo-Redundant backup is enabled on the server." - }, "storageMB": { "oneOf": [ {