Skip to content

Commit

Permalink
small sanitizer update recommended from group chat (#8253)
Browse files Browse the repository at this point in the history
  • Loading branch information
scbedd authored May 13, 2024
1 parent 6c5a180 commit f02480d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,10 @@ public SanitizerDictionary() {
new BodyKeySanitizer("$..keyVaultClientId", value: EMPTYGUID),
"AZSDK3497"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..storageAccountAccessKey"),
"AZSDK3498"
),
#endregion
#region UriRegex
new RegisteredSanitizer(
Expand Down

0 comments on commit f02480d

Please sign in to comment.