From 2bcec0784f5cd6d7b6f7c41c3b9472cb5f5b5755 Mon Sep 17 00:00:00 2001 From: neaggarwMS <31906480+neaggarwMS@users.noreply.github.com> Date: Mon, 10 Sep 2018 13:31:52 -0700 Subject: [PATCH] Vtap swagger update and made the property as readonly (#3845) * vtapswaggerupdate * Adding readonly property --- .../Microsoft.Network/stable/2018-08-01/virtualNetworkTap.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetworkTap.json b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetworkTap.json index 09d029bdfc9c..60de3206db6f 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetworkTap.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/virtualNetworkTap.json @@ -326,7 +326,8 @@ "items": { "$ref": "./networkInterface.json#/definitions/NetworkInterfaceTapConfiguration", "description": "The reference of the Network Interface." - }, + }, + "readOnly": true, "description": "Specifies the list of resource IDs for the network interface IP configuration that needs to be tapped." }, "destinationNetworkInterfaceIPConfiguration": {