stiefeljackal / Jworkz.ResonitePowerShellModule

A PowerShell module that will interact with Resonite's APIs and Libraries.
GNU General Public License v2.0
4 stars 0 forks source link

feat(skyfrost): remove new credentials cmdlet #14

Closed stiefeljackal closed 2 months ago

stiefeljackal commented 2 months ago

This removes New-ResoniteCredential since Get-Credential can be used instead. This also removes any extension methods that were solely used for masking the password prompt.

Resolves #12