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.3.170'

    # 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 = 'Enables Office 365 FastTrack customers to manage migration services provided by Office FastTrack'

    # 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="AzureAD" 
                                ModuleVersion="2.0.1.10"
                                Guid="d60c0004-962d-4dfb-8d28-5707572ffd00"
                            },                            
                            @{
                                ModuleName="FastTrack-GDPR-RequestDsr"
                                ModuleVersion="1.0.7"
                                Guid="4bb83f8d-809c-4d6c-838b-e9a5986ab150"
                            },
                            @{
                                ModuleName="FastTrack-TransactionQuery"
                                ModuleVersion="1.0.6"
                                Guid="574e18f0-bdf8-45ae-94fc-4edebe8292e3"
                            },
                            @{
                                ModuleName="FastTrack-ScheduleManagement"
                                ModuleVersion="1.0.11"
                                Guid="0be16b10-e96d-49d3-9061-8152fd390170"
                            },
                            @{
                                ModuleName="FastTrack-KeyVaultRequests"
                                ModuleVersion="1.0.13"
                                Guid="67f0a5bd-3672-44ae-8045-c5b6ce18b3bd"
                            },
                            @{
                                ModuleName="FastTrack-ConfigurationManagement"
                                ModuleVersion="1.0.8"
                                Guid="7ab56b90-d2b8-4cb9-aa30-eb5b042788f8"
                            }
                        )
    # 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', 'AzureAD', 'AzureRM.Profile')
            Prerelease = 'alpha'
        }
    }
}