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-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ The latest version of the Network Watcher extension is currently `1.4.2423.1`.
27
27
28
28
### Identify latest version
29
29
30
-
Use the
31
-
32
30
# [Linux](#tab/linux)
33
31
34
32
```powershell
@@ -46,7 +44,7 @@ az vm extension image list-versions --publisher Microsoft.Azure.NetworkWatcher -
46
44
---
47
45
48
46
## Update your extension using a PowerShell script
49
-
Customers with large deployments who need to update multiple VMs at once. For updating select VMs manually, please see the next section
47
+
Customers with large deployments who need to update multiple VMs at once. For updating select VMs manually, see the next section.
50
48
51
49
```powershell
52
50
<#
@@ -163,7 +161,8 @@ Run the following command from an Azure CLI prompt:
163
161
az vm get-instance-view --resource-group "SampleRG" --name "Sample-VM"
164
162
```
165
163
Locate **"AzureNetworkWatcherExtension"** in the output and identify the version number from the *“TypeHandlerVersion”* field in the output.
166
-
Please note: Information about the extension appears multiple times in the JSON output. Please look under the "extensions" block and you should see the full version number of the extension.
164
+
165
+
Information about the extension appears multiple times in the JSON output. The full version number of the extension is available under the Extensions block.
0 commit comments