fix: return when higest policy passes.

This commit is contained in:
DrIOS
2024-12-30 13:52:34 -06:00
parent a0b524104d
commit e1ef81a249
3 changed files with 9 additions and 6 deletions

View File

@@ -3,7 +3,6 @@ function Get-ScopeOverlap {
param (
[Parameter(Mandatory = $true)]
[PSCustomObject]$Policy,
[Parameter(Mandatory = $true)]
[PSCustomObject[]]$OtherPolicies
)