Skip to content

Commit

Permalink
Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/SanitizerDic…
Browse files Browse the repository at this point in the history
…tionary.cs

Co-authored-by: JoshLove-msft <[email protected]>
  • Loading branch information
scbedd and JoshLove-msft authored May 3, 2024
1 parent 0792b7a commit 0f10c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ public SanitizerDictionary() {
"AZSDK3478"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..applicationId"),
new BodyKeySanitizer("$..applicationId", value: EMPTYGUID),
"AZSDK3479"
),
new RegisteredSanitizer(
Expand Down

0 comments on commit 0f10c38

Please sign in to comment.