Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions schemas/2020-07-01-preview/Microsoft.DBforMySQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,16 @@
},
"description": "Maintenance window of a server."
},
"PrivateDnsZoneArguments": {
"type": "object",
"properties": {
"privateDnsZoneArmResourceId": {
"type": "string",
"description": "private dns zone arm resource id."
}
},
"description": "Private DNS zone arguments of a server"
},
"ServerKeyProperties": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -569,6 +579,17 @@
],
"description": "Maintenance window of a server."
},
"privateDnsZoneArguments": {
"oneOf": [
{
"$ref": "#/definitions/PrivateDnsZoneArguments"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"description": "Private DNS zone arguments of a server"
},
"replicationRole": {
"type": "string",
"description": "The replication role."
Expand Down