Skip to content

Commit f6f8f5c

Browse files
author
SDKAuto
committed
CodeGen from PR 14964 in Azure/azure-rest-api-specs
Merge 63e5f8025e99e62f6db150e7427e7850902474cd into d9249ed91d16c8ff8bf81e2df13e54bd0439bb64
1 parent 05d4239 commit f6f8f5c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,16 @@
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+
"description": "Private DNS zone arguments of a server"
470+
},
461471
"ServerKeyProperties": {
462472
"type": "object",
463473
"properties": {
@@ -569,6 +579,17 @@
569579
],
570580
"description": "Maintenance window of a server."
571581
},
582+
"privateDnsZoneArguments": {
583+
"oneOf": [
584+
{
585+
"$ref": "#/definitions/PrivateDnsZoneArguments"
586+
},
587+
{
588+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
589+
}
590+
],
591+
"description": "Private DNS zone arguments of a server"
592+
},
572593
"replicationRole": {
573594
"type": "string",
574595
"description": "The replication role."

0 commit comments

Comments
 (0)