Az.CosmsoDB.psd1

@{
    RootModule        = 'Az.CosmsoDB.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'd64c467d-1054-4856-b4c7-26faf0f3f8db'
    Author            = 'Casey Turner'
    CompanyName       = 'Casey Turner'
    Copyright         = '(c) Casey Turner. All rights reserved.'
    Description       = 'Useful automation helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzCosmsoDBStatus', 'Initialize-AzCosmsoDB')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}