Skip to content

Commit 9448945

Browse files
author
msftbot[bot]
authored
[ReleasePR postgresql] Add optional param - private DNS zone to server API (#1586)
Create to sync Azure/azure-rest-api-specs#13716 [ReCreate this PR](https://github.com/azure-resource-manager-schemas/compare/master...AzureSDKAutomation:sdkAuto/postgresql?expand=1)
2 parents b58b5f6 + 6e931b3 commit 9448945

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

schemas/2020-02-14-preview/Microsoft.DBforPostgreSQL.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,16 @@
348348
"format": "date-time",
349349
"description": "Restore point creation time (ISO8601 format), specifying the time to restore from."
350350
},
351+
"privateDnsZoneArguments": {
352+
"oneOf": [
353+
{
354+
"$ref": "#/definitions/ServerPropertiesPrivateDnsZoneArguments"
355+
},
356+
{
357+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
358+
}
359+
]
360+
},
351361
"sourceResourceGroupName": {
352362
"type": "string",
353363
"description": "The resource group name of source serve PostgreSQL server name to restore from."
@@ -413,6 +423,15 @@
413423
}
414424
}
415425
},
426+
"ServerPropertiesPrivateDnsZoneArguments": {
427+
"type": "object",
428+
"properties": {
429+
"privateDnsZoneArmResourceId": {
430+
"type": "string",
431+
"description": "private dns zone arm resource id."
432+
}
433+
}
434+
},
416435
"Sku": {
417436
"type": "object",
418437
"properties": {

0 commit comments

Comments
 (0)