Skip to content

Commit

Permalink
Update MSFT_AADAttributeSet.psm1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Oct 20, 2023
1 parent 5abc6dc commit 579f62a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function Set-TargetResource
elseif ($Ensure -eq 'Absent' -and $currentInstance.Ensure -eq 'Present')
{
Write-Verbose -Message "Removing the Attribute Set with Id {$($currentInstance.Id)}"
Remove-MgBetaDirectoryAttributeSet -AuthenticationContextClassReferenceId $Id | Out-Null
Remove-MgBetaDirectoryAttributeSet -AttributeSetId $Id | Out-Null
}
}

Expand Down

0 comments on commit 579f62a

Please sign in to comment.