Skip to content

Commit 87f621e

Browse files
authored
Add fedora to the OS's that can't run WSMan (PowerShell#17325)
1 parent 30f4b82 commit 87f621e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tools/Modules/HelpersCommon/HelpersCommon.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ function Get-WsManSupport {
396396
($platformInfo.Platform -eq 'ubuntu' -and $platformInfo.Version -eq '20.04') -or
397397
($platformInfo.Platform -eq 'mariner') -or
398398
($platformInfo.Platform -eq 'rhel') -or
399+
($platformInfo.Platform -eq 'fedora') -or
399400
($IsMacOS)
400401
) {
401402
return $false

0 commit comments

Comments
 (0)