From 06984f01c98f6d26b36a55931affc6f0b6f1016b Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 28 May 2024 11:40:42 -0700 Subject: [PATCH] update AZSDK1001 to replace the value with a base64 one (#8330) --- .../Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs index 6d79d206329..a6eba7acc7c 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs @@ -75,7 +75,7 @@ public SanitizerDictionary() { "AZSDK1000" ), new RegisteredSanitizer( - new GeneralRegexSanitizer(regex: "AccountKey=(?[^;\\\"]+)", groupForReplace: "key"), + new GeneralRegexSanitizer(regex: "AccountKey=(?[^;\\\"]+)", value: BASE64ZERO, groupForReplace: "key"), "AZSDK1001" ), new RegisteredSanitizer(