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
2 changes: 2 additions & 0 deletions src/azure-cli-core/azure/cli/core/auth/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ def aad_error_handler(error, **kwargs):
# To trigger this function for testing, simply provide an invalid scope:
# az account get-access-token --scope https://my-invalid-scope

logger.debug('MSAL error: %r', error)

from azure.cli.core.util import in_cloud_console
if in_cloud_console():
import socket
Expand Down
Loading