Az.Communiction.psd1

@{
    RootModule        = 'Az.Communiction.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'fcd046a1-c28d-421c-a357-7be9a205c283'
    Author            = 'Taylor Miller'
    CompanyName       = 'Taylor Miller'
    Copyright         = '(c) Taylor Miller. All rights reserved.'
    Description       = 'Smart runtime utils'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzCommunictionStatus', 'Initialize-AzCommuniction')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}