AzMixedReality.psd1

@{
    RootModule        = 'AzMixedReality.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'e69d2953-cd6a-471d-aac4-b814804a2803'
    Author            = 'Reese Sullivan'
    CompanyName       = 'Reese Sullivan'
    Copyright         = '(c) Reese Sullivan. All rights reserved.'
    Description       = 'Clean helpers'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzMixedRealityStatus', 'Initialize-AzMixedReality')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}