fix: return when higest policy passes.
This commit is contained in:
@@ -3,7 +3,6 @@ function Get-ScopeOverlap {
|
||||
param (
|
||||
[Parameter(Mandatory = $true)]
|
||||
[PSCustomObject]$Policy,
|
||||
|
||||
[Parameter(Mandatory = $true)]
|
||||
[PSCustomObject[]]$OtherPolicies
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user