Az.AppSerice.psd1

@{
    RootModule        = 'Az.AppSerice.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '727301d7-d91e-441f-b050-1b4ed0091ac1'
    Author            = 'Logan Reed'
    CompanyName       = 'Logan Reed'
    Copyright         = '(c) Logan Reed. All rights reserved.'
    Description       = 'Minimal core helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzAppSericeStatus', 'Initialize-AzAppSerice')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}