Azure-Player / azure.datafactory.devops

Azure DevOps Deployment Tasks for Azure Data Factory objects
MIT License
39 stars 21 forks source link

Unknown object type: Credential #76

Closed peterbud closed 2 years ago

peterbud commented 2 years ago

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?

NowinskiK commented 2 years ago

Credentials are not supported for now. https://github.com/SQLPlayer/azure.datafactory.tools/issues/156