CrossTenantIdentityMapping.psd1

@{
RootModule = 'Microsoft.CrossTenant.IdentityMapping.Module.dll'
ModuleVersion = '0.0.32'
GUID = 'f1e0a93a-9a08-42f6-a564-61dfa63fdca9'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
Copyright = '(c) 2022 Microsoft Corporation. All rights reserved.'
Description = 'This is a pre-release module used by a private preview program. Support will only be granted to those in the program. For detailed information on how to install and run this module from the PowerShell Gallery including prerequisites, please refer to https://docs.microsoft.com/en-us/powershell/scripting/gallery/overview'
PowerShellVersion = '5.1'
DotNetFrameworkVersion = '4.7.2'
VariablesToExport = '*'
AliasesToExport = @()
CmdletsToExport = @('Accept-CtimCopyRequest','Add-CtimServicePrincipal','Download-CtimCopiedIdentities','Get-CtimReport','Get-CtimRequest','New-CtimCopyRequest','New-CtimMapRequest','New-CtimWriteRequest','Reject-CtimCopyRequest','Remove-CtimData','Remove-CtimServicePrincipal','Upload-CtimMappingData','Verify-CtimWrittenAttributes','Write-CtimIdentitiesInOnPremises')
FileList = @('.\CsvHelper.dll',
        '.\Microsoft.CrossTenant.IdentityMapping.Module.dll',
        '.\Microsoft.Identity.Client.dll',
        '.\Microsoft.IdentityModel.Abstractions.dll',
        '.\Microsoft.IdentityModel.JsonWebTokens.dll',
        '.\Microsoft.IdentityModel.Logging.dll',
        '.\Microsoft.IdentityModel.Tokens.dll',
        '.\Newtonsoft.Json.dll',
        '.\RestSharp.dll',
        '.\System.IdentityModel.Tokens.Jwt.dll',
        '.\LICENSE.txt',
        '.\NOTICE.txt')

PrivateData = @{
    PSData = @{
    # Set to a prerelease string value if the release should be a prerelease.
    Prerelease = 'Preview0649'
    LicenseUri = 'https://aka.ms/CTIMPSModuleLicense'
    ReleaseNotes = '---------------------------------------------------------------------------------------------
What is new in this release:
 
v0.0.32-Preview0649
 
    1. Fixed issue where Write-CtimIdentitiesInOnPremises cmdlet didnt copy all x500 proxy addresses.
---------------------------------------------------------------------------------------------
 
'

}
}
}