SecretManagement.VMware.CloudFoundation.Extension/SecretManagement.VMware.CloudFoundation.Extension.psd1

@{
    ModuleVersion = '0.2505.5'
    RootModule = '.\SecretManagement.VMware.CloudFoundation.Extension.psm1'
    FunctionsToExport = @('Get-Secret', 'Get-SecretInfo', 'Remove-Secret', 'Set-Secret', 'Test-SecretVault')
}