File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/tools/Modules/HelpersCommon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -392,8 +392,8 @@ function Get-WsManSupport {
392
392
if (
393
393
($platformInfo.Platform -match " alpine|raspbian" ) -or
394
394
($platformInfo.Platform -eq " debian" -and $platformInfo.Version -ne ' 9' ) -or
395
- ($platformInfo.Platform -eq ' centos' -and $platformInfo.Version -eq ' 8 ' ) -or
396
- ($platformInfo.Platform -eq ' ubuntu' -and $platformInfo.Version -eq ' 20 .04' ) -or
395
+ ($platformInfo.Platform -eq ' centos' -and $platformInfo.Version -ne ' 7 ' ) -or
396
+ ($platformInfo.Platform -eq ' ubuntu' -and $platformInfo.Version -notin ' 18.04 ' , ' 16 .04' ) -or
397
397
($platformInfo.Platform -eq ' mariner' ) -or
398
398
($platformInfo.Platform -eq ' rhel' ) -or
399
399
($platformInfo.Platform -eq ' fedora' ) -or
You can’t perform that action at this time.
0 commit comments