Environment
Node version: 10.14.2
Npm version: 6.4.1
OS and version: Windows 10 Build 18890
azure-devops-node-api version: 7.2.0
Issue Description
The getConnectedServices and getConnectedServiceDetails api's in Core interface do not seem to be working.
Expected behaviour
I created a custom service connection instance in my ado account. Using this api I am able to see that the endpoint exists. I should see the same data through the Core API in this library.
Actual behaviour
The call to getConnectedServiceDetails completes with no data or error.
Environment
Node version: 10.14.2
Npm version: 6.4.1
OS and version: Windows 10 Build 18890
azure-devops-node-api version: 7.2.0
Issue Description
The
getConnectedServicesandgetConnectedServiceDetailsapi's in Core interface do not seem to be working.Expected behaviour
I created a custom service connection instance in my ado account. Using this api I am able to see that the endpoint exists. I should see the same data through the Core API in this library.
Actual behaviour
The call to
getConnectedServiceDetailscompletes with no data or error.