AzRedisCache.psd1

@{
    RootModule        = 'AzRedisCache.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '5e27ef6d-2315-4b4c-ae6c-c80fb53e3509'
    Author            = 'Cameron Murphy'
    CompanyName       = 'Cameron Murphy'
    Copyright         = '(c) Cameron Murphy. All rights reserved.'
    Description       = 'Useful tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzRedisCacheStatus', 'Initialize-AzRedisCache')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}