Skip to content

getServiceEndpoints missing in 8.*.* #317

@grawcho

Description

@grawcho

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

  1. install azure-devops-node-api@8.1.0
  2. try calling agentapi.getServiceEndpoints(projec.id)
  3. error TS2339: Property 'getServiceEndpoints' does not exist on type 'ITaskAgentApiBase'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions