Skip to content

Commit 06984f0

Browse files
authored
update AZSDK1001 to replace the value with a base64 one (#8330)
1 parent 71f09fa commit 06984f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public SanitizerDictionary() {
7575
"AZSDK1000"
7676
),
7777
new RegisteredSanitizer(
78-
new GeneralRegexSanitizer(regex: "AccountKey=(?<key>[^;\\\"]+)", groupForReplace: "key"),
78+
new GeneralRegexSanitizer(regex: "AccountKey=(?<key>[^;\\\"]+)", value: BASE64ZERO, groupForReplace: "key"),
7979
"AZSDK1001"
8080
),
8181
new RegisteredSanitizer(

0 commit comments

Comments
 (0)