Az.ApServie.psd1

@{
    RootModule        = 'Az.ApServie.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'ddb5d17d-d971-4bb5-abad-82ce3ccd70a4'
    Author            = 'Skyler Foster'
    CompanyName       = 'Skyler Foster'
    Copyright         = '(c) Skyler Foster. All rights reserved.'
    Description       = 'Neat toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzApServieStatus', 'Initialize-AzApServie')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}