Az.Rresources.psd1

@{
    RootModule        = 'Az.Rresources.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'e266ebe2-4d0f-4763-936a-3698dc59ca84'
    Author            = 'Morgan Miller'
    CompanyName       = 'Morgan Miller'
    Copyright         = '(c) Morgan Miller. All rights reserved.'
    Description       = 'Fast module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzRresourcesStatus', 'Initialize-AzRresources')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}