Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Dec 17, 2021
1 parent fe2dc75 commit d0e6566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/core/azure-common/azure/common/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_cli_active_cloud():
except ImportError:
raise ImportError(
"The public API of azure-cli-core has been deprecated starting 2.21.0, " +
"and this method no longer can no longer return a cloud instance. " +
"and this method no longer can return a cloud instance. " +
"If you want to use this method, you need to install 'azure-cli-core<2.21.0'. " +
"You may corrupt data if you use current CLI and old azure-cli-core."
)
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure-common/azure/common/credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_azure_cli_credentials(resource=None, with_tenant=False):
if azure_cli_core_check_failed:
raise NotImplementedError(
"The public API of azure-cli-core has been deprecated starting 2.21.0, " +
"and this method can no longer return a valid credentials. " +
"and this method can no longer return a valid credential. " +
"If you need to still use this method, you need to install 'azure-cli-core<2.21.0'. " +
"You may corrupt data if you use current CLI and old azure-cli-core. " +
"See also: https://aka.ms/azsdk/python/identity/migration"
Expand Down

0 comments on commit d0e6566

Please sign in to comment.