Azure-Player/azure.datafactory.devops

Unknown object type: Credential

peterbud opened this issue · 1 comments

I have an ADF source which contains a credential:
image

Having a step like this:

steps:
- task: BuildADFTask@1
  displayName: 'Build and test ADF'
  inputs:
    DataFactoryCodePath: 'src/adf'
    Action: 'Build'

Leads to this error:
##[error]ADFT0029: Unknown object type: Credential.

Is that expected, or is this an error?

Credentials are not supported for now.
Azure-Player/azure.datafactory.tools#156