Az.OperationalInsigths.psd1

@{
    RootModule        = 'Az.OperationalInsigths.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0d1a32fb-56d6-4f52-a826-e65b5b3d10ba'
    Author            = 'Drew Murphy'
    CompanyName       = 'Drew Murphy'
    Copyright         = '(c) Drew Murphy. All rights reserved.'
    Description       = 'Efficient helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzOperationalInsigthsStatus', 'Initialize-AzOperationalInsigths')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}