Skip to content

Commit 5b400d3

Browse files
authored
Merge pull request #115353 from OliverClissold-SBM/patch-1
Update file-sync-deployment-guide.md
2 parents f5a03cf + 1b112e0 commit 5b400d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/file-sync/file-sync-deployment-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ if ($osver.Equals([System.Version]::new(10, 0, 20348, 0))) {
306306
-Uri https://aka.ms/afs/agent/Server2012R2 `
307307
-OutFile "StorageSyncAgent.msi"
308308
} else {
309-
throw [System.PlatformNotSupportedException]::new("Azure File Sync is only supported on Windows Server 2012 R2, Windows Server 2016, and Windows Server 2019")
309+
throw [System.PlatformNotSupportedException]::new("Azure File Sync is only supported on Windows Server 2012 R2, Windows Server 2016, Windows Server 2019 and Windows Server 2022")
310310
}
311311
312312
# Install the MSI. Start-Process is used to PowerShell blocks until the operation is complete.

0 commit comments

Comments
 (0)