Skip to content

Commit 01a81f4

Browse files
author
SDKAuto
committed
CodeGen from PR 14964 in Azure/azure-rest-api-specs
Merge 256c65d1eee19ceb780811bc5706bf56f7b04e1a into d9249ed91d16c8ff8bf81e2df13e54bd0439bb64
1 parent 05d4239 commit 01a81f4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

schemas/2020-07-01-preview/Microsoft.DBforMySQL.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,15 @@
458458
},
459459
"description": "Maintenance window of a server."
460460
},
461+
"PrivateDnsZoneArguments": {
462+
"type": "object",
463+
"properties": {
464+
"privateDnsZoneArmResourceId": {
465+
"type": "string",
466+
"description": "private dns zone arm resource id."
467+
}
468+
}
469+
},
461470
"ServerKeyProperties": {
462471
"type": "object",
463472
"properties": {
@@ -569,6 +578,16 @@
569578
],
570579
"description": "Maintenance window of a server."
571580
},
581+
"privateDnsZoneArguments": {
582+
"oneOf": [
583+
{
584+
"$ref": "#/definitions/PrivateDnsZoneArguments"
585+
},
586+
{
587+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
588+
}
589+
]
590+
},
572591
"replicationRole": {
573592
"type": "string",
574593
"description": "The replication role."

0 commit comments

Comments
 (0)