You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/network-watcher-update.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,19 @@ The latest version of the Network Watcher extension is `1.4.2573.1`.
26
26
27
27
### Identify latest version
28
28
29
-
Use this command to identify the latest version of the Network Watcher extension for your VM's operating system.
29
+
Use [az vm extension image list](/cli/azure/vm/extension/image#az-vm-extension-image-list) command to identify the latest version of the Network Watcher extension for your VM's operating system.
30
30
31
31
# [Linux](#tab/linux)
32
32
33
33
```azurecli-interactive
34
-
# List latest version of Network Watcher extension for Linux.
34
+
# Identify latest version of Network Watcher extension for Linux.
35
35
az vm extension image list --name 'NetworkWatcherAgentLinux' --publisher 'Microsoft.Azure.NetworkWatcher' --latest --location 'eastus'
36
36
```
37
37
38
38
# [Windows](#tab/windows)
39
39
40
40
```azurecli-interactive
41
-
# List latest version of Network Watcher extension for Windows.
41
+
# Identify latest version of Network Watcher extension for Windows.
42
42
az vm extension image list --name 'NetworkWatcherAgentWindows' --publisher 'Microsoft.Azure.NetworkWatcher' --latest --location 'eastus'
0 commit comments