Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
add query parameter
  • Loading branch information
arrownj committed Apr 24, 2020
commit 0aee4dcb38055433431f7c789196dc20fd8cd349
2 changes: 1 addition & 1 deletion src/azure-cli-core/azure/cli/core/_msal.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def _acquire_token_silent_by_finding_rt_belongs_to_me_or_my_family(
self, authority, scopes, account, **kwargs):
# pylint: disable=line-too-long
return self._acquire_token_silent_by_finding_specific_refresh_token(
authority, scopes, **kwargs)
authority, scopes, None, **kwargs)

def _acquire_token_silent_by_finding_specific_refresh_token(
self, authority, scopes, query,
Expand Down