Unknown object type: Credential
peterbud opened this issue · 1 comments
peterbud commented
I have an ADF source which contains a credential:
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
Credentials are not supported for now.
Azure-Player/azure.datafactory.tools#156