Skip to content

Commit

Permalink
CodeGen from PR 15540 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge 3c943fe10854a1fe6f67a91b7f51913274b05893 into 57e30b59a95ea35181d547a97528adbf82360ae7
  • Loading branch information
SDKAuto committed Aug 6, 2021
1 parent b7ef9f6 commit db9542e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit db9542e

Please sign in to comment.