FastTrack-GDPR-RequestDsr.psd1

# Module manifest for module 'GDPR_Request'
#
# Generated by: Microsoft
#
# Generated on: 3/7/2018 12:36:57 PM
#

@{
    # Script module or binary module file associated with this manifest.
    RootModule = 'FastTrack-GDPR-RequestDsr.psm1'

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

    # ID used to uniquely identify this module
    GUID = '4bb83f8d-809c-4d6c-838b-e9a5986ab150'

    # 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="AzureAD"
                                ModuleVersion="1.1.166.0"
                                Guid="d162594e-d7aa-42be-9884-84928d3f7acf"
                            },
                            @{
                                ModuleName="AzureRM.Profile"
                                ModuleVersion="4.6.0"
                                Guid="342714fc-4009-4863-8afb-a9067e3db04b"
                            }
                        )
    #>

    # Assemblies that must be loaded prior to importing this module
    # RequiredAssemblies = @()

    # Functions to export from this module
    FunctionsToExport = @("Submit-FastTrackGdprDsrRequest","Get-FastTrackGdprDsrRequest")

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

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

    # Aliases to export from this module
    AliasesToExport = '*'
}