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 f9d6098 commit 9fb2313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ public SanitizerDictionary() {
"AZSDK3428"
),
new RegisteredSanitizer(
new BodyKeySanitizer("$..sasUri"),
new BodyKeySanitizer("$..sasUri", regex: "sig=(?<sig>[^&]+)", groupForReplace: "sig"),
"AZSDK3429"
),
new RegisteredSanitizer(
Expand Down

0 comments on commit 9fb2313

Please sign in to comment.