File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
schemas/2020-07-01-preview Expand file tree Collapse file tree 1 file changed +19
-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+ },
461470 "ServerKeyProperties" : {
462471 "type" : " object" ,
463472 "properties" : {
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."
You can’t perform that action at this time.
0 commit comments