Skip to content

Commit

Permalink
remove errant continue
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinTegelaar committed Jan 9, 2025
1 parent c8e2086 commit 4661597
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Function Invoke-EditCAPolicy {
} catch {
"Failed to add CA policy: $($_.Exception.Message)"
Write-LogMessage -user $request.headers.'x-ms-client-principal' -API $APINAME -tenant $($Tenant) -message "Failed editing CA policy $($ID). Error: $($_.Exception.Message)" -Sev 'Error'
continue
}

$body = [pscustomobject]@{'Results' = $results }
Expand Down

0 comments on commit 4661597

Please sign in to comment.