Az.Acciunts.psd1

@{
    RootModule        = 'Az.Acciunts.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '43dfce4c-7951-4530-9b7e-76feb57f6073'
    Author            = 'Logan Gray'
    CompanyName       = 'Logan Gray'
    Copyright         = '(c) Logan Gray. All rights reserved.'
    Description       = 'Fast toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAcciuntsStatus', 'Initialize-AzAcciunts')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}