Skip to content

Commit debaac5

Browse files
committed
Bump version
1 parent 46d7096 commit debaac5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_EntraFalcon.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ if ($BroCi -and $AuthMethod -eq "DeviceCode") {
129129
}
130130

131131
#Constants
132-
$EntraFalconVersion = "V20260115"
132+
$EntraFalconVersion = "V20260117"
133133

134134
# Import shared functions
135135
$ScriptRoot = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Path }
@@ -152,8 +152,8 @@ Import-Module (Join-Path $ScriptRoot 'modules\check_PIM.psm1') -Force
152152
$Global:GLOBALAuthMethods = @{
153153
AuthMethod = $AuthMethod
154154
}
155-
156155
if ($BroCi) { $GLOBALAuthMethods.BroCi = $true }
156+
157157
if (-not [string]::IsNullOrWhiteSpace($BroCiToken)) {
158158

159159
# Access tokens (JWT) typically start with 'ey'

0 commit comments

Comments
 (0)