File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
schemas/2020-07-01-preview Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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" : {
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."
You can’t perform that action at this time.
0 commit comments