Skip to content

Commit f02480d

Browse files
authored
small sanitizer update recommended from group chat (#8253)
1 parent 6c5a180 commit f02480d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,10 @@ public SanitizerDictionary() {
675675
new BodyKeySanitizer("$..keyVaultClientId", value: EMPTYGUID),
676676
"AZSDK3497"
677677
),
678+
new RegisteredSanitizer(
679+
new BodyKeySanitizer("$..storageAccountAccessKey"),
680+
"AZSDK3498"
681+
),
678682
#endregion
679683
#region UriRegex
680684
new RegisteredSanitizer(

0 commit comments

Comments
 (0)