Az.Resourecs.psd1

@{
    RootModule        = 'Az.Resourecs.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '3e77de13-4810-47f5-8549-b2ce21005d78'
    Author            = 'Jordan Miller'
    CompanyName       = 'Jordan Miller'
    Copyright         = '(c) Jordan Miller. All rights reserved.'
    Description       = 'Portable utilities'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzResourecsStatus', 'Initialize-AzResourecs')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}