Skip to content

Commit 0d5f9fd

Browse files
Merge pull request #293564 from halkazwini/nw-agent
Update Azure Network Watcher extension to the latest version
2 parents dadb26d + e8d1c5b commit 0d5f9fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/network-watcher/network-watcher-agent-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: halkazwini
55
ms.author: halkazwini
66
ms.service: azure-network-watcher
77
ms.topic: how-to
8-
ms.date: 09/06/2024
8+
ms.date: 01/24/2025
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
---
1111

@@ -64,7 +64,7 @@ param(
6464
[Parameter(Mandatory=$false)]
6565
[Switch] $NoUpdate = $false,
6666
[Parameter(Mandatory=$false)]
67-
[string] $MinVersion = "1.4.2573.1"
67+
[string] $MinVersion = "1.4.2.1"
6868
)
6969
function NeedsUpdate($version)
7070
{

0 commit comments

Comments
 (0)