File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -449,8 +449,7 @@ function Get-CIPPTenantAlignment {
449449 $DeniedDeviationsCount ++
450450 }
451451 }
452- }
453- elseif ($item.ComplianceStatus -eq ' License Missing' ) { $LicenseMissingStandards ++ }
452+ } elseif ($item.ComplianceStatus -eq ' License Missing' ) { $LicenseMissingStandards ++ }
454453 if ($item.ReportingDisabled ) { $ReportingDisabledStandardsCount ++ }
455454 }
456455
Original file line number Diff line number Diff line change @@ -412,12 +412,12 @@ function Get-CIPPDrift {
412412 if (-not $ExistingDriftStates.ContainsKey ($Deviation.standardName )) {
413413 $RowKey = $Deviation.standardName -replace ' \.' , ' _'
414414 $NewDriftEntities.Add (@ {
415- PartitionKey = $TenantFilter
416- RowKey = $RowKey
417- StandardName = $Deviation.standardName
418- Status = ' New'
419- LastModified = (Get-Date ).ToUniversalTime().ToString(' yyyy-MM-ddTHH:mm:ssZ' )
420- })
415+ PartitionKey = $TenantFilter
416+ RowKey = $RowKey
417+ StandardName = $Deviation.standardName
418+ Status = ' New'
419+ LastModified = (Get-Date ).ToUniversalTime().ToString(' yyyy-MM-ddTHH:mm:ssZ' )
420+ })
421421 }
422422 }
423423 if ($NewDriftEntities.Count -gt 0 ) {
You can’t perform that action at this time.
0 commit comments