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
$parameterHelpPipelineInput| Should -Be $parameterAttribute.ValueFromPipelineByPropertyName`
249
+
-Because "Parameter $parameterName of command $CommandName and parameter set $($parameterAttribute.ParameterSetName) has correct ValueFromPipelineByPropertyName attribute"
250
+
251
+
if ($parameterHelp.pipelineInput-eq'True (ByPropertyName, ByValue)') {
252
+
$parameterAttribute.ValueFromPipeline| Should -BeTrue `
253
+
-Because "Parameter $parameterName of command $CommandName and parameter set $($parameterAttribute.ParameterSetName) has correct ValueFromPipeline attribute"
0 commit comments