Skip to content

Commit 63cc8bc

Browse files
committed
ARM ID annotations for MySQL
1 parent f4e7a1c commit 63cc8bc

File tree

1 file changed

+16
-0
lines changed
  • specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01

1 file changed

+16
-0
lines changed

specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,10 +1682,26 @@
16821682
},
16831683
"delegatedSubnetResourceId": {
16841684
"type": "string",
1685+
"format": "arm-id",
1686+
"x-ms-arm-id-details": {
1687+
"allowedResources": [
1688+
{
1689+
"type": "Microsoft.Network/virtualNetworks/subnets"
1690+
}
1691+
]
1692+
},
16851693
"description": "Delegated subnet resource id used to setup vnet for a server."
16861694
},
16871695
"privateDnsZoneResourceId": {
16881696
"type": "string",
1697+
"format": "arm-id",
1698+
"x-ms-arm-id-details": {
1699+
"allowedResources": [
1700+
{
1701+
"type": "Microsoft.Network/privateDnsZones"
1702+
}
1703+
]
1704+
},
16891705
"description": "Private DNS zone resource id."
16901706
}
16911707
},

0 commit comments

Comments
 (0)