motoko89

Results 1 issues of motoko89

I followed the sample code: `````` credentials = BasicAuthentication(username=user, password=pat) self.connection = Connection(base_url="https://dev.azure.com/myorg/", creds=credentials) testClient = self.connection.clients.get_core_client() `````` But I get exception. Did I miss something? `````` testClient = self.connection.clients.get_core_client()...