Skip to content

Commit c785d64

Browse files
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into dev
2 parents f222a09 + ae0b459 commit c785d64

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Standards/Push-CIPPStandardsList.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ function Push-CIPPStandardsList {
203203
} -Force | Out-Null
204204
}
205205

206-
# Remove cosed onmpliance
207206
if (-not $PolicyChanged -and -not $StandardTemplateChanged) {
208207
$AlignmentKey = "standards.IntuneTemplate.$($Template.Settings.TemplateList.value)"
209208
$IsDeployed = $IntuneComplianceLookup.ContainsKey($AlignmentKey)

Modules/CIPPCore/Public/Set-CIPPDefaultAPDeploymentProfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function Set-CIPPDefaultAPDeploymentProfile {
1616
$AutoKeyboard,
1717
$Headers,
1818
$Language = 'os-default',
19-
$APIName = 'Add Default Enrollment Status Page'
19+
$APIName = 'Add Default Autopilot Deployment Profile'
2020
)
2121

2222
$User = $Request.Headers

0 commit comments

Comments
 (0)