From facc97ca13bb6c4026de5674c40ab06a8f89bcbe Mon Sep 17 00:00:00 2001 From: Bhushan Bhise Date: Thu, 22 Apr 2021 14:51:28 -0700 Subject: [PATCH] adding workloadType property for Baremetal scenarios --- .../Microsoft.Network/stable/2021-02-01/networkInterface.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json index 4bcbcb2feb34..0effb0e712e2 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2021-02-01/networkInterface.json @@ -1160,6 +1160,10 @@ "readOnly": true, "$ref": "./network.json#/definitions/ProvisioningState", "description": "The provisioning state of the network interface resource." + }, + "workloadType": { + "type": "string", + "description": "WorkloadType of the NetworkInterface for BareMetal resources" } }, "description": "NetworkInterface properties."