diff --git a/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/delegatedSubnets.json b/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/delegatedSubnets.json index 227454d9adc8..d5e389049d9e 100644 --- a/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/delegatedSubnets.json +++ b/specification/dnc/resource-manager/Microsoft.DelegatedNetwork/preview/2020-08-08-preview/delegatedSubnets.json @@ -418,15 +418,15 @@ }, "subnetDetails": { "description": "orchestrator details", - "$ref": "#/definitions/subnetDetails" + "$ref": "#/definitions/SubnetDetails" }, "controllerDetails": { "description": "controller details", - "$ref": "#/definitions/controllerDetails" + "$ref": "./orchestrators.json#/definitions/ControllerDetails" } } }, - "subnetDetails": { + "SubnetDetails": { "description": "Properties of orchestrator", "type": "object", "properties": { @@ -436,16 +436,6 @@ } } }, - "controllerDetails": { - "description": "controller details", - "type": "object", - "properties": { - "id": { - "description": "controller arm resource id", - "type": "string" - } - } - }, "ErrorResponse": { "description": "Error response.", "properties": {