We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e2086 commit 4661597Copy full SHA for 4661597
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/Conditional/Invoke-EditCAPolicy.ps1
@@ -23,7 +23,6 @@ Function Invoke-EditCAPolicy {
23
} catch {
24
"Failed to add CA policy: $($_.Exception.Message)"
25
Write-LogMessage -user $request.headers.'x-ms-client-principal' -API $APINAME -tenant $($Tenant) -message "Failed editing CA policy $($ID). Error: $($_.Exception.Message)" -Sev 'Error'
26
- continue
27
}
28
29
$body = [pscustomobject]@{'Results' = $results }
0 commit comments