Skip to content

Commit 51f2fe7

Browse files
seyadavajianghaolu
authored andcommitted
added primary flag to the NetworkInterfaceIPConfigurationPropertiesFormat object of networkInterface.json definition of Network 2015-06-15 spec (#3200)
1 parent 962108d commit 51f2fe7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2015-06-15/networkInterface.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@
275275
"subnet": {
276276
"$ref": "./virtualNetwork.json#/definitions/Subnet"
277277
},
278+
"primary": {
279+
"type": "boolean",
280+
"description": "Gets whether this is a primary customer address on the network interface."
281+
},
278282
"publicIPAddress": {
279283
"$ref": "./publicIpAddress.json#/definitions/PublicIPAddress"
280284
},

0 commit comments

Comments
 (0)