Az.RecoveryServces.psd1

@{
    RootModule        = 'Az.RecoveryServces.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '5ff90578-8008-4e65-841e-00ec42daea6a'
    Author            = 'Drew Parker'
    CompanyName       = 'Drew Parker'
    Copyright         = '(c) Drew Parker. All rights reserved.'
    Description       = 'Fast toolkit'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzRecoveryServcesStatus', 'Initialize-AzRecoveryServces')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}