Skip to content

Commit

Permalink
Merge pull request #560 from Cargill/azure_signin_bad_json
Browse files Browse the repository at this point in the history
Azure Interactive signin has bad json string {PII Removed}
  • Loading branch information
lyradc authored Nov 14, 2024
2 parents 5f0f75a + 4350535 commit 2040786
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ filter {
"message", '"\[', '[',
"message", '\]"', ']',
"message", '\}"', '}',
"message", '"\{', '{'
"message", '"\{', '{',
"message", '{PII Removed}', '"PII Removed"'
]
}
json {
Expand Down

0 comments on commit 2040786

Please sign in to comment.