Skip to content

Commit

Permalink
CodeGen from PR 15552 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
track2 add PostgreSQL in readme.go.md (#15552)

* track2 add PostgreSQL in readme.go.md

* fix

* fix
  • Loading branch information
SDKAuto committed Aug 6, 2021
1 parent a5a4f7f commit b50df86
Showing 1 changed file with 30 additions and 0 deletions.
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

0 comments on commit b50df86

Please sign in to comment.