PowerShell / PowerShellGet

This module provide functions used with PowerShellGet v3 to provide compatibility with scripts expecting PowerShellGet v2
MIT License
49 stars 13 forks source link

Find-RoleCapability proxy cmdlet exits silently #30

Closed sdwheeler closed 1 year ago

sdwheeler commented 1 year ago

Summary of the new feature / enhancement

The current implementation of Find-RoleCapability in the proxy module does nothing.

At a minimum, it should return a message about being unsupported. And reporting that nothing was found is not true or helpful.

Proposed technical implementation details (optional)

No response