Az.BillingAccont.psd1

@{
    RootModule        = 'Az.BillingAccont.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'ef85e315-de1a-4db2-8ed8-3e04b61f18b3'
    Author            = 'Drew Foster'
    CompanyName       = 'Drew Foster'
    Copyright         = '(c) Drew Foster. All rights reserved.'
    Description       = 'Modern module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzBillingAccontStatus', 'Initialize-AzBillingAccont')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}