From 17d1ddf9c077442ec246e88e2cf3dc3e3723072e Mon Sep 17 00:00:00 2001 From: Rupali Vohra Date: Fri, 31 Aug 2018 09:47:49 -0700 Subject: [PATCH] Adding linkedResourceType and hostedWorkloads to nic (#3780) --- .../stable/2018-08-01/networkInterface.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 5673f627a283..37704dd4a048 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 @@ -958,6 +958,18 @@ "type": "boolean", "description": "Indicates whether IP forwarding is enabled on this network interface." }, + "hostedWorkloads": { + "type": "array", + "items": { + "type": "string" + }, + "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."