We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98d194 commit 591b6a2Copy full SHA for 591b6a2
1 file changed
azure-devops/azure/devops/connection.py
@@ -24,6 +24,7 @@ class Connection(object):
24
25
def __init__(self, base_url=None, creds=None, user_agent=None):
26
self._config = ClientConfiguration(base_url)
27
+ self._config.credentials = creds
28
self._addition_user_agent = user_agent
29
if user_agent is not None:
30
self._config.add_user_agent(user_agent)
0 commit comments