From e97e7f22b2e8280004a457e600e331d9bf30b5b7 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:41:50 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com> --- .../Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 fec616d4767..d64fd32bc5a 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDictionary.cs @@ -449,11 +449,11 @@ public SanitizerDictionary() { "AZSDK3443" ), new RegisteredSanitizer( - new BodyKeySanitizer("$..principalId"), + new BodyKeySanitizer("$..principalId", value: EMPTYGUID), "AZSDK3444" ), new RegisteredSanitizer( - new BodyKeySanitizer("$..clientId"), + new BodyKeySanitizer("$..clientId", value: EMPTYGUID), "AZSDK3445" ), new RegisteredSanitizer(