From 51f2fe7a6a21b7157513763a80cf1c6867e86349 Mon Sep 17 00:00:00 2001 From: Ali Nikravesh <34384792+seyadava@users.noreply.github.com> Date: Fri, 8 Jun 2018 13:13:22 -0700 Subject: [PATCH] added primary flag to the NetworkInterfaceIPConfigurationPropertiesFormat object of networkInterface.json definition of Network 2015-06-15 spec (#3200) --- .../Microsoft.Network/stable/2015-06-15/networkInterface.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specification/network/resource-manager/Microsoft.Network/stable/2015-06-15/networkInterface.json b/specification/network/resource-manager/Microsoft.Network/stable/2015-06-15/networkInterface.json index 5d400c4e2d32..020bb5848db4 100644 --- a/specification/network/resource-manager/Microsoft.Network/stable/2015-06-15/networkInterface.json +++ b/specification/network/resource-manager/Microsoft.Network/stable/2015-06-15/networkInterface.json @@ -275,6 +275,10 @@ "subnet": { "$ref": "./virtualNetwork.json#/definitions/Subnet" }, + "primary": { + "type": "boolean", + "description": "Gets whether this is a primary customer address on the network interface." + }, "publicIPAddress": { "$ref": "./publicIpAddress.json#/definitions/PublicIPAddress" },