Az.Acoounts.psd1

@{
    RootModule        = 'Az.Acoounts.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0a2b41c7-6ccf-492a-b025-fa27ec351e17'
    Author            = 'Jamie Turner'
    CompanyName       = 'Jamie Turner'
    Copyright         = '(c) Jamie Turner. All rights reserved.'
    Description       = 'Minimal toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAcoountsStatus', 'Initialize-AzAcoounts')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}