AzCommunicationServices.psd1

@{
    RootModule        = 'AzCommunicationServices.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'af4ba9f2-159c-4651-9d8c-dc2e44779c66'
    Author            = 'Morgan Gray'
    CompanyName       = 'Morgan Gray'
    Copyright         = '(c) Morgan Gray. All rights reserved.'
    Description       = 'Neat management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzCommunicationServicesStatus', 'Initialize-AzCommunicationServices')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}