PowerShell / SecretManagement

PowerShell module to consistent usage of secrets through different extension vaults
MIT License
335 stars 47 forks source link

[Docs] Help is not correct for Set-Secret #106

Closed JustinGrote closed 3 years ago

JustinGrote commented 3 years ago

The help shows Set-Secret [-Name] <String> [-Metadata] <Hashtable> [[-Vault] <String>] [<CommonParameters>]

but is missing the Secret, SecretInfo, etc. parameters, and the help appears to have been clobbered with only the metadata scenario.

SydneyhSmith commented 3 years ago

Thanks for catching that @JustinGrote!

PaulHigin commented 3 years ago

Fixed in GA