Skip to content

Commit bde506b

Browse files
committed
Merge pull request Azure#421 from hyonholee/dev2
Fix output of VM object
2 parents 237ab20 + 74efb3d commit bde506b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ResourceManager/Compute/Commands.Compute/Microsoft.Azure.Commands.Compute.format.generated.ps1xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@
219219
<PropertyName>DataDiskNames</PropertyName>
220220
</ListItem>
221221
<ListItem>
222-
<Label>NicIds</Label>
223-
<PropertyName>NicIds</PropertyName>
222+
<Label>NetworkInterfaceIds</Label>
223+
<PropertyName>NetworkInterfaceIds</PropertyName>
224224
</ListItem>
225225
</ListItems>
226226
</ListEntry>

0 commit comments

Comments
 (0)