VCF.IdentityManager.psd1

@{
    RootModule           = 'VCF.IdentityManager.psm1'
    ModuleVersion = '1.0.0.1'
    GUID = 'bfd98cf4-0261-4e5f-ad55-b818f8e22ce5'
    Author               = 'The Any Stack Architect'
    CompanyName          = 'AnyStack'
    Description          = 'Enterprise extension module for vSphere 8.0 U3'
    PowerShellVersion = '5.1'
    FunctionsToExport    = '*'
}