File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Standards Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function Push-CIPPStandard {
5757 FunctionName = $FunctionName
5858 TriggerType = ' Standard'
5959 }
60-
60+
6161 # Add template-specific metadata
6262 if ($Standard -eq ' IntuneTemplate' -and $Item.Settings.TemplateList.value ) {
6363 $metadata [' IntuneTemplateId' ] = $Item.Settings.TemplateList.value
@@ -70,7 +70,7 @@ function Push-CIPPStandard {
7070 Measure-CippTask - TaskName $Standard - EventName ' CIPP.StandardCompleted' - Metadata $metadata - Script {
7171 & $FunctionName - Tenant $Item.Tenant - Settings $Settings - ErrorAction Stop
7272 }
73-
73+
7474 Write-Information " Standard $ ( $Standard ) completed for tenant $ ( $Tenant ) "
7575 } catch {
7676 Write-LogMessage - API ' Standards' - tenant $Tenant - message " Error running standard $ ( $Standard ) for tenant $ ( $Tenant ) - $ ( $_.Exception.Message ) " - sev Error - LogData (Get-CippException - Exception $_ )
You can’t perform that action at this time.
0 commit comments