Skip to content
Discussion options

You must be logged in to vote

Hi @crp746rb - thanks for using the tool.
Below you can find a solution for your issue.

The Issue

When using property names with $ characters (such as $$E1DataSchema) in your Azure Data Factory global parameters, you may encounter the following error during deployment:

ADFT0010: Wrong path defined in config for object(path): factory.PRUSA-DW-ADF-DEV(properties.globalParameters.$$E1DataSchema.value)

Root Cause

The module uses Invoke-Expression to navigate to nested properties in your deployment configuration. PowerShell interprets the $ character as a special character for variable references and escaping. When your config file contains $$E1DataSchema, PowerShell sees this as an escape se…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NowinskiK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants