SecretManagement.DevolutionsHub.Extension/SecretManagement.DevolutionsHub.Extension.psd1
@{ ModuleVersion = '2022.7.27' RootModule = '.\SecretManagement.DevolutionsHub.Extension.psm1' FunctionsToExport = @('Set-Secret','Get-Secret','Remove-Secret','Get-SecretInfo','Test-SecretVault') } |