Skip to content

Commit ae8d365

Browse files
authored
Merge pull request #56 from KelvinTegelaar/master
[pull] master from KelvinTegelaar:master
2 parents 1aee380 + fe30ed9 commit ae8d365

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Modules/CIPPCore/Public/Compare-CIPPIntuneObject.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ function Compare-CIPPIntuneObject {
3030
'featureUpdatesPauseStartDate'
3131
'wslDistributions',
3232
'lastSuccessfulSyncDateTime',
33-
'tenantFilter'
33+
'tenantFilter',
34+
'agents'
3435
)
3536

3637
$excludeProps = $defaultExcludeProperties + $ExcludeProperties

Modules/CIPPCore/Public/Test-CIPPRerun.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Test-CIPPRerun {
2121
'Standard' { 9800 } # 2 hours 45 minutes ish.
2222
'BPA' { 85000 } # 24 hours ish.
2323
'CippTests' { 85000 } # 24 hours ish.
24-
'Get-CIPPAlertQuarantineReleaseRequests' { 3500 } #about an hour
24+
'ExchangeMonitor' { 3500 } #about an hour
2525
default { throw "Unknown type: $Type" }
2626
}
2727
}

host.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"distributedTracingEnabled": false,
1717
"version": "None"
1818
},
19-
"defaultVersion": "10.0.8",
19+
"defaultVersion": "10.0.9",
2020
"versionMatchStrategy": "Strict",
2121
"versionFailureStrategy": "Fail"
2222
}

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.0.8
1+
10.0.9

0 commit comments

Comments
 (0)