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