VCF.PerformanceProfiler.psd1

@{
    RootModule = 'VCF.PerformanceProfiler.psm1'
    ModuleVersion = '1.6.6'
    GUID = 'e577018e-c017-4682-88a9-b613e640d15e'
    Author = 'The AnyStack Architect'
    CompanyName = 'AnyStack'
    Copyright = '(c) 2026 AnyStack. All rights reserved.'
    Description = 'Enterprise module for VCF.PerformanceProfiler automation and management.'
    PowerShellVersion = '7.2'
    RequiredModules = @(
        @{ModuleName='VCF.PowerCLI'; ModuleVersion='9.0'}
    )
    FunctionsToExport = @('Export-AnyStackPerformanceBaseline','Get-AnyStackHostCpuCoStop','Get-AnyStackVmStorageLatency','Test-AnyStackNetworkDroppedPackets')
    CmdletsToExport = @()
    VariablesToExport = @()
    AliasesToExport = @()
    PrivateData = @{
        PSData = @{
            Tags = @('VMware','vSphere','VCF','Automation', 'VCF.PerformanceProfiler')
            ProjectUri = 'https://github.com/eblackrps/AnyStack'
            LicenseUri = 'https://github.com/eblackrps/AnyStack/blob/main/LICENSE'
        }
    }
}