Skip to content

Commit

Permalink
[ReleasePR postgresql] Add optional param - private DNS zone to serve…
Browse files Browse the repository at this point in the history
  • Loading branch information
msftbot[bot] committed Apr 16, 2021
2 parents b58b5f6 + 6e931b3 commit 9448945
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,16 @@
"format": "date-time",
"description": "Restore point creation time (ISO8601 format), specifying the time to restore from."
},
"privateDnsZoneArguments": {
"oneOf": [
{
"$ref": "#/definitions/ServerPropertiesPrivateDnsZoneArguments"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
]
},
"sourceResourceGroupName": {
"type": "string",
"description": "The resource group name of source serve PostgreSQL server name to restore from."
Expand Down Expand Up @@ -413,6 +423,15 @@
}
}
},
"ServerPropertiesPrivateDnsZoneArguments": {
"type": "object",
"properties": {
"privateDnsZoneArmResourceId": {
"type": "string",
"description": "private dns zone arm resource id."
}
}
},
"Sku": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 9448945

Please sign in to comment.