Skip to content

Commit 054dbc1

Browse files
authored
Update OSM Version
1 parent 8c9db0c commit 054dbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/includes/servicemesh/osm/open-service-mesh-binary-install-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In a PowerShell-based shell on Windows, use `Invoke-WebRequest` to download the
1212

1313
```powershell
1414
# Specify the OSM version that will be leveraged throughout these instructions
15-
$OSM_VERSION="v1.2.2"
15+
$OSM_VERSION="v1.2.0"
1616
1717
[Net.ServicePointManager]::SecurityProtocol = "tls12"
1818
$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -URI "https://github.com/openservicemesh/osm/releases/download/$OSM_VERSION/osm-$OSM_VERSION-windows-amd64.zip" -OutFile "osm-$OSM_VERSION.zip"

0 commit comments

Comments
 (0)