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

Emit warning for deprecation of Find-RoleCapability #31

Closed alerickson closed 1 year ago

alerickson commented 1 year ago

PR Summary

Find-RoleCapability, which is a no-op, now emits a warning informing users the cmdlet is no longer supported.

PR Context

Resolves #30