You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$warnings.RuleName| Should -Contain $violationName
45
-
$warnings.Message| Should -Contain "Cmdlet 'Foo' has positional parameter. Please use named parameters instead of positional parameters when calling a command."
42
+
$warnings.Count| Should -Be 1
43
+
$warnings.RuleName| Should -BeExactly $violationName
0 commit comments