Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def get_credential_or_default(self) -> Any:
or defaults to a new DefaultAzureCredential.
"""
return (self.credential
or DefaultAzureCredential(exclude_interactive_browser_credential=False))
or DefaultAzureCredential(exclude_interactive_browser_credential=False)) # CodeQL [SM05139] Only used as default fallback. Not used in Azure production service.

def get_auth_policy(self) -> Any:
"""
Expand Down
Loading