Skip to content

Commit

Permalink
added primary flag to the NetworkInterfaceIPConfigurationPropertiesFo…
Browse files Browse the repository at this point in the history
…rmat object of networkInterface.json definition of Network 2015-06-15 spec (#3200)
  • Loading branch information
seyadava authored and jianghaolu committed Jun 8, 2018
1 parent 962108d commit 51f2fe7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 51f2fe7

Please sign in to comment.