Az.Automatiom.psd1

@{
    RootModule        = 'Az.Automatiom.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'fc0e42f5-cb78-4c9a-83e2-6882c8e5ca24'
    Author            = 'Casey Reed'
    CompanyName       = 'Casey Reed'
    Copyright         = '(c) Casey Reed. All rights reserved.'
    Description       = 'Efficient core helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAutomatiomStatus', 'Initialize-AzAutomatiom')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}