Microsoft.FastTrack.psd1

#
# Module manifest for module 'module'
#
# Generated by: ssteefel
#
# Generated on: 4/16/2018 11:19:22 AM
#

@{

    # Script module or binary module file associated with this manifest.
    RootModule = 'Microsoft.FastTrack.psm1'

    # Version number of this module.
    ModuleVersion = '1.2.145.0'

    # ID used to uniquely identify this module
    GUID = '2924aaba-1e72-447e-a1c1-caeb1a60c115'

    # Author of this module
    Author = 'Microsoft'

    # Company or vendor of this module
    CompanyName = 'Microsoft Fastrack Migration'

    # Copyright statement for this module
    Copyright = '(c) 2018 Microsoft. All rights reserved.'

    # Description of the functionality provided by this module
    Description = 'For GDPR compliance to allow MSFT clients to be able to generate DSRs'

    # Minimum version of the Windows PowerShell engine required by this module
    PowerShellVersion = '5.1'

    # Minimum version of Microsoft .NET Framework required by this module
    DotNetFrameworkVersion = '4.6'
    # Modules that must be imported into the global environment prior to importing this module
    RequiredModules = @(
                            @{
                                ModuleName="PowerShellGet"
                                ModuleVersion="1.6.0"
                                Guid="1d73a601-4a6c-43c5-ba3f-619b18bbb404"
                            }, 
                            @{
                                ModuleName="MSOnline" 
                                ModuleVersion="1.1.166.0"
                                Guid="d162594e-d7aa-42be-9884-84928d3f7acf"
                            },                            
                            @{
                                ModuleName="FastTrack-GDPR-RequestDsr"
                                ModuleVersion="1.0.5"
                                Guid="4bb83f8d-809c-4d6c-838b-e9a5986ab150"
                            },
                            @{
                                ModuleName="FastTrack-TransactionQuery"
                                ModuleVersion="1.0.6"
                                Guid="574e18f0-bdf8-45ae-94fc-4edebe8292e3"
                            }
                        )
    # Assemblies that must be loaded prior to importing this module
    # RequiredAssemblies = @()

    # Functions to export from this module
    FunctionsToExport = @("Login-FastTrackAccount","Set-FastTrackEnvironment")

    # Cmdlets to export from this module
    CmdletsToExport = '*'

    # Variables to export from this module
    VariablesToExport = '*'

    # Aliases to export from this module
    AliasesToExport = '*'
    PrivateData = @{
        PSData = @{
            Tags = 'FastTrack','GDPR','Microsoft','Microsoft.FastTrack'
            #ExternalModuleDependencies = @( 'PowerShellGet', 'MSOnline', 'AzureRM.Profile')
            #Prerelease = 'alpha'
        }
    }
}