Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Fix typo (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
gison93 authored and lmazuel committed Dec 14, 2018
1 parent b0ff648 commit bfd0b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msrestazure/azure_active_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def get_msi_token(resource, port=50342, msi_conf=None):
result.raise_for_status()
except Exception as ex: # pylint: disable=broad-except
_LOGGER.warning("MSI: Failed to retrieve a token from '%s' with an error of '%s'. This could be caused "
"by the MSI extension not yet fullly provisioned.",
"by the MSI extension not yet fully provisioned.",
request_uri, ex)
raise
token_entry = result.json()
Expand Down

0 comments on commit bfd0b7b

Please sign in to comment.