Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jan 19, 2024
1 parent 0438cda commit 88326f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions Tests/Unit/Microsoft365DSC/Microsoft365DSC.AADGroup.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
Mock -CommandName Get-MgBetaDirectoryDeletedItemAsGroup -MockWith {
}

Mock -CommandName Get-MgBetaDirectoryDeletedItem -MockWith {
}

Mock -CommandName Get-MgGroupMemberOf -MockWith {
}

Expand Down
7 changes: 1 addition & 6 deletions Tests/Unit/Stubs/Microsoft365.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -51834,13 +51834,8 @@ function Restore-MgBetaDirectoryDeletedItem
$DirectoryObjectId
)
}
function Get-MgBetaDirectoryDeletedItem
{
[CmdletBinding()]
param()
}

function Get-MgBetaDirectoryDeletedItem
function Get-MgBetaDirectoryDeletedItemAsGroup
{
[CmdletBinding()]
param(
Expand Down

0 comments on commit 88326f9

Please sign in to comment.