Skip to content

Commit

Permalink
Merge branch 'add-common-sanitizers' into no-output/add-common-saniti…
Browse files Browse the repository at this point in the history
…zers
  • Loading branch information
scbedd committed Apr 30, 2024
2 parents 695ca9b + e97e7f2 commit 26fd862
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 26fd862

Please sign in to comment.