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

Commit bfd0b7b

Browse files
gison93lmazuel
authored andcommitted
Fix typo (#122)
1 parent b0ff648 commit bfd0b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

msrestazure/azure_active_directory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def get_msi_token(resource, port=50342, msi_conf=None):
485485
result.raise_for_status()
486486
except Exception as ex: # pylint: disable=broad-except
487487
_LOGGER.warning("MSI: Failed to retrieve a token from '%s' with an error of '%s'. This could be caused "
488-
"by the MSI extension not yet fullly provisioned.",
488+
"by the MSI extension not yet fully provisioned.",
489489
request_uri, ex)
490490
raise
491491
token_entry = result.json()

0 commit comments

Comments
 (0)