diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/interfaceEndpoint.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/interfaceEndpoint.json index 4264a432a897..dc543ee2cc8d 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/interfaceEndpoint.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/interfaceEndpoint.json @@ -284,13 +284,14 @@ "description": "A reference to the service being brought into the virtual network." }, "subnet": { - "$ref": "./network.json#/definitions/SubResource", + "$ref": "./virtualNetwork.json#/definitions/Subnet", "description": "The ID of the subnet from which the private IP will be allocated." }, "networkInterfaces": { "type": "array", + "readOnly": true, "items": { - "$ref": "./network.json#/definitions/SubResource" + "$ref": "./networkInterface.json#/definitions/NetworkInterface" }, "description": "Gets an array of references to the network interfaces created for this interface endpoint." }, diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json index 1b7a006b5d28..e8d0a9b59c14 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json @@ -983,10 +983,6 @@ "readOnly": true, "description": "A list of references to linked BareMetal resources" }, - "linkedResourceType": { - "type": "string", - "description": "The type of resource to be linked to this network interface" - }, "resourceGuid": { "type": "string", "description": "The resource GUID property of the network interface resource." diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetwork.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetwork.json index 6f9d433fbccc..477ec20ee203 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetwork.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetwork.json @@ -988,9 +988,10 @@ "description": "An array of service endpoint policies." }, "interfaceEndpoints": { + "readOnly": true, "type": "array", "items": { - "$ref": "./network.json#/definitions/SubResource" + "$ref": "./interfaceEndpoint.json#/definitions/InterfaceEndpoint" }, "description": "An array of references to interface endpoints " },