diff --git a/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json b/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json index 3b4a6c483e1f..2939be9938b4 100644 --- a/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json +++ b/specification/mysql/resource-manager/Microsoft.DBforMySQL/stable/2021-05-01/mysql.json @@ -1682,10 +1682,26 @@ }, "delegatedSubnetResourceId": { "type": "string", + "format": "arm-id", + "x-ms-arm-id-details": { + "allowedResources": [ + { + "type": "Microsoft.Network/virtualNetworks/subnets" + } + ] + }, "description": "Delegated subnet resource id used to setup vnet for a server." }, "privateDnsZoneResourceId": { "type": "string", + "format": "arm-id", + "x-ms-arm-id-details": { + "allowedResources": [ + { + "type": "Microsoft.Network/privateDnsZones" + } + ] + }, "description": "Private DNS zone resource id." } },