Skip to content

Commit

Permalink
Update Microsoft365DSC.AADRoleEligibilityScheduleRequest.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Nov 13, 2024
1 parent ce85749 commit 4f5569f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Describe -Name $Global:DscHelper.DescribeHeader -Fixture {
Mock -CommandName Get-MgBetaRoleManagementDirectoryRoleEligibilitySchedule -MockWith {
return @{
Id = '12345-12345-12345-12345-12345'
RoleDefinitionId = "12345"
}
}

Expand Down

0 comments on commit 4f5569f

Please sign in to comment.