Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jiasli committed Apr 14, 2021
1 parent 321525d commit 36e3d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/sdk/policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SafeNetworkTraceLoggingPolicy(SansIOHTTPPolicy):
def __init__(self, headers_to_redact=None):
"""
:param list[str] headers_to_redact: headers that should be redacted from the log.
Default to 'Authorization'.
Default to 'Authorization', 'x-ms-authorization-auxiliary'.
"""
if headers_to_redact is not None:
self.headers_to_redact = headers_to_redact
Expand Down

0 comments on commit 36e3d15

Please sign in to comment.