AzDataLakeStore.psd1

@{
    RootModule        = 'AzDataLakeStore.psm1'
    ModuleVersion     = '1.0.0'
    GUID              = '5af4bf7b-54f6-4ee3-9e6c-61dd5de585b7'
    Author            = 'Reese Gray'
    CompanyName       = 'Reese Gray'
    Copyright         = '(c) Reese Gray. All rights reserved.'
    Description       = 'Minimal module'
    PowerShellVersion = '5.1'
    FunctionsToExport = @('Get-AzDataLakeStoreStatus', 'Initialize-AzDataLakeStore')
    CmdletsToExport   = @()
    VariablesToExport  = @()
    AliasesToExport    = @()
    PrivateData = @{
        PSData = @{
            Tags = @('PSModule')
        }
    }
}