From 77fde214b41563f9ba372c57f15c33ce3df98e33 Mon Sep 17 00:00:00 2001 From: "Scott Beddall (from Dev Box)" Date: Thu, 23 May 2024 11:15:50 -0700 Subject: [PATCH] update AZSDK1001 to replace the value with a base64 one --- .../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(