Skip to content

Commit

Permalink
Bugfix: fix NPE in CreateNodeCommand to allow ServicePrincipal to cre…
Browse files Browse the repository at this point in the history
…ate objects.
  • Loading branch information
cmorgner committed Jun 14, 2024
1 parent c3c36b5 commit c2d811e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public boolean isBlocked() {

@Override
public boolean shouldSkipSecurityRelationships() {
return false;
return true;
}

@Override
Expand Down

0 comments on commit c2d811e

Please sign in to comment.