Skip to content

Commit

Permalink
Make NIC VM readOnly (#4444)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgenyAgafonchikov authored and dsgouda committed Nov 12, 2018
1 parent 7577df9 commit 2d83450
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,8 @@
"properties": {
"virtualMachine": {
"$ref": "./network.json#/definitions/SubResource",
"description": "The reference of a virtual machine."
"description": "The reference of a virtual machine.",
"readOnly": true
},
"networkSecurityGroup": {
"$ref": "./networkSecurityGroup.json#/definitions/NetworkSecurityGroup",
Expand Down

0 comments on commit 2d83450

Please sign in to comment.