Az.Purveiw.psd1

@{
    RootModule        = 'Az.Purveiw.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = 'e53b167d-1af3-4574-937b-c7cd690c86d8'
    Author            = 'Jamie Brooks'
    CompanyName       = 'Jamie Brooks'
    Copyright         = '(c) Jamie Brooks. All rights reserved.'
    Description       = 'Robust management tools'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzPurveiwStatus', 'Initialize-AzPurveiw')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}