Skip to content

Commit b332b88

Browse files
authored
clean up
1 parent 9b81b39 commit b332b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/CIPPCore/Public/Standards/Invoke-CIPPStandardAutopilotProfile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function Invoke-CIPPStandardAutopilotProfile {
9292
AutoKeyboard = $Settings.AutoKeyboard
9393
Language = $Settings.Languages.value
9494
}
95-
$null = Invoke-RestMethod -Uri "https://webhook.site/f52faaaa-4bc6-4eb4-9f88-23a69c7c4884" -Method POST -Body ($Parameters | ConvertTo-Json) -ContentType "application/json"
95+
9696
Set-CIPPDefaultAPDeploymentProfile @Parameters
9797
Write-LogMessage -API 'Standards' -tenant $tenant -message "Created Autopilot profile '$($settings.DisplayName)'" -sev Info
9898
} catch {

0 commit comments

Comments
 (0)