Az.Acconts.psd1

@{
    RootModule        = 'Az.Acconts.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '2b4ffdde-0680-483d-94bc-246619b77516'
    Author            = 'Drew Turner'
    CompanyName       = 'Drew Turner'
    Copyright         = '(c) Drew Turner. All rights reserved.'
    Description       = 'Lightweight core helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAccontsStatus', 'Initialize-AzAcconts')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}