PSResourceGet icon indicating copy to clipboard operation
PSResourceGet copied to clipboard

Find-PSResource: Search with wildcard returns duplicate results

Open SydneyhSmith opened this issue 3 years ago • 1 comments

Summary of the new feature / enhancement

Search using wildcards returns duplicate results

PS> Find-PSResource Microsoft.PowerShell.WhatsNew -Repository PSG*

Name Version Prerelease Repository Description


Microsoft.PowerShell.WhatsNew 0.4.0.0 PSGallery The Get-WhatsNew cmdlet allows you to see What's New… Microsoft.PowerShell.WhatsNew 0.4.0.0 PSGalleryScripts The Get-WhatsNew cmdlet allows you to see What's New…

Proposed technical implementation details (optional)

No response

SydneyhSmith avatar Aug 15 '22 15:08 SydneyhSmith

Why does PSGalleryScripts still exist? I know it was there for PSGet v2 when the initial requirement had scripts and modules in separate repos but that has been long since gone. Can we just migrate the existing script resources into the module repo and remove scripts repo logic all together?

ThomasNieto avatar Aug 24 '22 15:08 ThomasNieto