Skip to content

Commit

Permalink
Fixing Spacing Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jan 21, 2025
1 parent 3d5e942 commit 9e0d0c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ function Test-TargetResource

Write-Verbose -Message "Current Values: $(Convert-M365DscHashtableToString -Hashtable $CurrentValues)"
Write-Verbose -Message "Target Values: $(Convert-M365DscHashtableToString -Hashtable $ValuesToCheck)"

$testResult = $true
foreach ($reviewer in $Reviewers)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,7 @@ function Test-TargetResource
Write-Verbose -Message "Testing configuration of the Azure AD Authentication Requirement for a user with UPN {$UserPrincipalName}"

$CurrentValues = Get-TargetResource @PSBoundParameters
$ValuesToCheck = ([Hashtable]$PSBoundParameters).clone()

$ValuesToCheck = ([Hashtable]$PSBoundParameters).Clone()
$testResult = $true

$CurrentValues.remove('Id') | Out-Null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ function Test-TargetResource

Write-Verbose -Message "Current Values: $(Convert-M365DscHashtableToString -Hashtable $CurrentValues)"
Write-Verbose -Message "Target Values: $(Convert-M365DscHashtableToString -Hashtable $ValuesToCheck)"

$testResult = $true

#Compare Cim instances
Expand Down

0 comments on commit 9e0d0c1

Please sign in to comment.