Find-PSResource: Search with wildcard returns duplicate results
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
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?