Skip to content

Commit 0700950

Browse files
committed
command correction
1 parent cbd3e0c commit 0700950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/extensions/network-watcher-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Use [Get-AzVMExtension](/powershell/module/az.compute/get-azvmextension) cmdlet
140140

141141
```azurepowershell-interactive
142142
# List the installed extensions on the virtual machine.
143-
Get-AzVMExtension -ResourceGroupName 'myResourceGroup' -VMName 'myVM' | format-table Name, Publisher, ExtensionType, EnableAutomaticUpgrade
143+
Get-AzVMExtension -ResourceGroupName 'myResourceGroup' -VMName 'myVM' | format-table Name, Publisher, ExtensionType, AutoUpgradeMinorVersion, EnableAutomaticUpgrade
144144
```
145145

146146
The output of the cmdlet lists the installed extensions:

0 commit comments

Comments
 (0)