We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a27787 commit 7efd8f3Copy full SHA for 7efd8f3
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/CIPP/Settings/Invoke-ExecOffloadFunctions.ps1
@@ -38,7 +38,7 @@ Function Invoke-ExecOffloadFunctions {
38
foreach ($Offload in $OffloadVersions) {
39
$FunctionName = $Offload.RowKey
40
if ($OffloadVersion -ne $MainVersion.Version) {
41
- $
+ $CanEnable = $false
42
$Alerts.Add("The version of $FunctionName ($($Offload.Version)) does not match the current version of $($MainVersion.Version).")
43
}
44
0 commit comments