We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dee48f2 + 2453493 commit 88cb16aCopy full SHA for 88cb16a
src/common_modules/vsts-cli-common/vsts/cli/common/services.py
@@ -51,7 +51,7 @@ def _get_credentials(team_instance):
51
return credentials
52
else:
53
# todo: need to add back az login fallback here.
54
- raise_authentication_error('Before you can run VSTS commands, you need to sign in or setup credentials.')
+ raise_authentication_error('Before you can run VSTS commands, you need to run the login command to setup credentials.')
55
56
57
def _get_vss_connection(team_instance, credentials):
0 commit comments