Skip to content

Commit

Permalink
Update MSFT_AADApplication.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Dec 17, 2024
1 parent d45445c commit 8012e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ function Test-TargetResource
$CurrentValues = Get-TargetResource @PSBoundParameters

if ($CurrentValues.Permissions.Length -gt 0 -and $null -ne $CurrentValues.Permissions.Name -and `
$Permissions.Length -gt 0)
$null -ne $Permissions)
{
$differenceObject = $Permissions.Name
if ($null -eq $differenceObject)
Expand Down

0 comments on commit 8012e7d

Please sign in to comment.