Skip to content

Commit

Permalink
Simplify provider name.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelcfanning committed Oct 12, 2023
1 parent 6e7b55a commit 40d328f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static partial class AdditionalMaskingRegexes
+ @"[0-9A-Za-z_\-]{44}AzFu[0-9A-Za-z\-_]{5}[AQgw]==" // match
+ @"", // post-match

// Azure Search query and admin keys.
// Azure Search keys.
@"\b" // pre-match
+ @"[0-9A-Za-z]{42}AzSe[A-D][0-9A-Za-z]{5}" // match
+ @"\b", // post-match
Expand Down

0 comments on commit 40d328f

Please sign in to comment.