Skip to content

Commit

Permalink
change container nics property type on container nic config to resour…
Browse files Browse the repository at this point in the history
…ceid (Azure#4459)
  • Loading branch information
Flip-Liquid authored and dsgouda committed Nov 14, 2018
1 parent 5a95c8f commit baf31d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
"containerNetworkInterfaces": {
"type": "array",
"items": {
"$ref": "#/definitions/ContainerNetworkInterface"
"$ref": "./network.json#/definitions/SubResource"
},
"description": "A list of container network interfaces created from this container network interface configuration."
},
Expand Down

0 comments on commit baf31d9

Please sign in to comment.