Skip to content

Commit c63e58c

Browse files
committed
Bump version
1 parent 2399122 commit c63e58c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

run_EntraFalcon.ps1

Lines changed: 1 addition & 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 = "V20260117"
132+
$EntraFalconVersion = "V20260121"
133133

134134
# Import shared functions
135135
$ScriptRoot = if ($PSScriptRoot) { $PSScriptRoot } else { Split-Path -Parent $MyInvocation.MyCommand.Path }
@@ -294,7 +294,6 @@ $TenantReports = [pscustomobject]@{
294294
PimForEntra = $false
295295
Summary = $true
296296
}
297-
298297
$ReportsBasedOnObjects = Get-TenantReportAvailability -IncludeMsApps:$IncludeMsApps
299298
$global:GLOBALAzureIamWarningText = $null
300299
if (-not $GLOBALAzurePsChecks) {

0 commit comments

Comments
 (0)