You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($actionContext.Configuration.deleteAccount-eq$true) {
213
217
$actionAccount="Delete"
214
218
}
219
+
elseif ($actionContext.Data-eq$null){
220
+
Write-Warning"Connector is configured to skip account deletion on revoke. Only updates will be made. But since no fields are mapped for the delete event, nothing will happen."
221
+
$actionAccount="NoChanges"
222
+
}
215
223
else {
216
224
$actionMessage="comparing current account to mapped properties"
0 commit comments