Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down