Skip to content

Commit 2d83450

Browse files
EvgenyAgafonchikovdsgouda
authored andcommitted
Make NIC VM readOnly (#4444)
1 parent 7577df9 commit 2d83450

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2018-08-01/networkInterface.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,8 @@
930930
"properties": {
931931
"virtualMachine": {
932932
"$ref": "./network.json#/definitions/SubResource",
933-
"description": "The reference of a virtual machine."
933+
"description": "The reference of a virtual machine.",
934+
"readOnly": true
934935
},
935936
"networkSecurityGroup": {
936937
"$ref": "./networkSecurityGroup.json#/definitions/NetworkSecurityGroup",

0 commit comments

Comments
 (0)