-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
Area-FindIssue-EnhancementNew feature or requestNew feature or requestSemester of CodeStatus: In PRgood first issueGood for newcomersGood for newcomers
Milestone
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
I should be able to take the output from Get-PSResource and pipe that to `Find-PSResource in order to find out what versions are on the repository.
Get-PSResource operationvalidation | Find-PSResourceThis is can be resolved by adding ValueFromPipelineByPropertyName to Name and Repository parameters.
Expected behavior
Get-PSResource operationvalidation | Find-PSResource
Name Version Prerelease Repository Description
---- ------- ---------- ---------- -----------
OperationValidation 1.2.1.0 PSGallery A set of tools for executing validation of the operation of a system. It provides a way to organize and ex…Actual behavior
No resources are returnedError details
No response
Environment data
ModuleType Version PreRelease Name ExportedCommands
---------- ------- ---------- ---- ----------------
Binary 3.0.12 beta PowerShellGet {Find-PSResource, Get-PSResource, Get-PSResourceRepository, Install-PSResource…}
Name Value
---- -----
PSVersion 7.2.4
PSEdition Core
GitCommitId 7.2.4
OS Microsoft Windows 10.0.19043
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0Visuals
No response
Metadata
Metadata
Assignees
Labels
Area-FindIssue-EnhancementNew feature or requestNew feature or requestSemester of CodeStatus: In PRgood first issueGood for newcomersGood for newcomers