Skip to content

Commit

Permalink
Update Microsoft365.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Nov 12, 2024
1 parent 1da574e commit 818f793
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Tests/Unit/Stubs/Microsoft365.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -104372,3 +104372,47 @@ function Remove-MigrationBatch
)
}
#endregion

#region Microsoft.Graph.Authentication
function Get-MigrationUser
{
[CmdletBinding()]
param(
[Parameter()]
[System.Object]
$EmailAddress,

[Parameter()]
[System.Object]
$MailboxGuid,

[Parameter()]
[System.Management.Automation.SwitchParameter]
$IncludeAssociatedUsers,

[Parameter()]
[System.Object]
$Identity,

[Parameter()]
[System.Object]
$BatchId,

[Parameter()]
[System.Object]
$Partition,

[Parameter()]
[System.Object]
$ResultSize,

[Parameter()]
[System.Object]
$Status,

[Parameter()]
[System.Object]
$StatusSummary
)
}
#endregion

0 comments on commit 818f793

Please sign in to comment.