Az.Accpunts.psd1

@{
    RootModule        = 'Az.Accpunts.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '3d75db97-d33a-4ea0-b7de-ae1d3c1b9668'
    Author            = 'Skyler Miller'
    CompanyName       = 'Skyler Miller'
    Copyright         = '(c) Skyler Miller. All rights reserved.'
    Description       = 'Modern tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAccpuntsStatus', 'Initialize-AzAccpunts')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}