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.
1 parent 0b2b292 commit 2453493Copy full SHA for 2453493
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