diff --git a/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json b/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json index 404bd91a13..1b1e8fc5a7 100644 --- a/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json +++ b/schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json @@ -332,6 +332,10 @@ ], "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": [ { @@ -370,6 +374,17 @@ "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": [ { @@ -476,6 +491,21 @@ ], "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": [ {