Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: JoshLove-msft <[email protected]>
  • Loading branch information
scbedd and JoshLove-msft authored Apr 30, 2024
1 parent 610758d commit e97e7f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,11 @@ public SanitizerDictionary() {
"AZSDK3443"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..principalId"),
new BodyKeySanitizer("$..principalId", value: EMPTYGUID),
"AZSDK3444"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..clientId"),
new BodyKeySanitizer("$..clientId", value: EMPTYGUID),
"AZSDK3445"
),
new RegisteredSanitizer(
Expand Down

0 comments on commit e97e7f2

Please sign in to comment.