Environment
Node version: v10.15.3
Npm version: 6.9.0
OS and version: linux (fedora 28 kernel 5.0.16
azure-devops-node-api version: 8.1.0
Issue Description
i'm using azure-devops-node-api to rotate secrets in service endpoints from script and tried to upgrade from 7.2.0 to 8.1.0 and geterviceEndpoints / updateServiceEndpoints is missing from the TaskAgentAPIBase.d.ts
Expected behaviour
all functions in older version have backward compatibility
Actual behaviour
functions are missing from the mpn package
Steps to reproduce
- install azure-devops-node-api@8.1.0
- try calling agentapi.getServiceEndpoints(projec.id)
- error TS2339: Property 'getServiceEndpoints' does not exist on type 'ITaskAgentApiBase'.
Environment
Node version: v10.15.3
Npm version: 6.9.0
OS and version: linux (fedora 28 kernel 5.0.16
azure-devops-node-api version: 8.1.0
Issue Description
i'm using azure-devops-node-api to rotate secrets in service endpoints from script and tried to upgrade from 7.2.0 to 8.1.0 and geterviceEndpoints / updateServiceEndpoints is missing from the TaskAgentAPIBase.d.ts
Expected behaviour
all functions in older version have backward compatibility
Actual behaviour
functions are missing from the mpn package
Steps to reproduce