Skip to content

Commit

Permalink
new sanitizer added pre feedback from joshlove
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd committed May 1, 2024
1 parent eecb65a commit 6b05161
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,10 @@ public SanitizerDictionary() {
new BodyKeySanitizer("$..resourceLocation"),
"AZSDK3496"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..keyVaultClientId", value: EMPTYGUID),
"AZSDK3497"
),
#endregion
#region UriRegex
new RegisteredSanitizer(
Expand Down

0 comments on commit 6b05161

Please sign in to comment.