An error while overriding '' parameter because of 'TypeError: Cannot read property 'type' of undefined', make sure it follows JavaScript Object Notation (JSON)

chandrasekhar munagala 21 Reputation points
2021-02-04T16:23:25.627+00:00

Hi

While trying to publish my changes in ADF I get the following message:

"There was an error while overriding '' parameter because of 'TypeError: Cannot read property 'type' of undefined', make sure it follows JavaScript Object Notation (JSON)"

I am facing template validation failed issue in CI CD.

Would much appreciate any help regarding on how to debug this error.

Thanks

64122-image.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,614 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KranthiPakala-MSFT 46,422 Reputation points Microsoft Employee
    2021-02-05T20:07:08.1+00:00

    Hi @chandrasekhar munagala ,

    Thanks for reaching out.

    Could you please confirm if you are having any credentials coming from AKV? If that is the case, for credentials that come from Azure Key Vault, enter the secret's name between double quotation marks. For example, if the secret's name is cred1, enter "$(cred1)" for this value.

    And also please confirm if any of your parameter has space in it? Please check all overrideParameters are correctly mentioned.

    Thank you

    1 person found this answer helpful.
    0 comments No comments