SecretManagement.Hashicorp.Vault.KV.Extension/SecretManagement.Hashicorp.Vault.KV.Extension.psd1
@{ ModuleVersion = '1.0.1' RootModule = 'SecretManagement.Hashicorp.Vault.KV.Extension.psm1' FunctionsToExport = @('Set-Secret', 'Get-Secret', 'Remove-Secret', 'Get-SecretInfo', 'Test-SecretVault', 'Unregister-SecretVault') } |