Set-PSResourceRepository does not accept pipeline input from Get-PSResourceRepository #670
Closed
3 tasks done
Labels
Milestone
Prerequisites
Steps to reproduce
I cannot pipe the output from
Get-PSResouceRepository
toSet-PSResourceRepository
. The error message that is thrown is also not something that I would expect. This issue can be fixed by addingValueFromPipelineByPropertyName
on theName
parameter.Expected behavior
PS /> Get-PSResourceRepository | Set-PSResourceRepository -Trusted
Actual behavior
Error details
Environment data
Visuals
No response
The text was updated successfully, but these errors were encountered: