Az.Acvounts.psd1

@{
    RootModule        = 'Az.Acvounts.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '0ee44539-7ec0-497c-bbb3-ba540b8a79a2'
    Author            = 'Taylor Miller'
    CompanyName       = 'Taylor Miller'
    Copyright         = '(c) Taylor Miller. All rights reserved.'
    Description       = 'Lightweight system utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAcvountsStatus', 'Initialize-AzAcvounts')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}