Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"location" node under "Microsoft.DataFactory/factories/datasets" is missing in Default parameterization template #53221

Closed
t104 opened this issue Apr 24, 2020 · 1 comment

Comments

@t104
Copy link

t104 commented Apr 24, 2020

The current nodes under "Microsoft.DataFactory/factories/datasets" in Default parameterization template

    "Microsoft.DataFactory/factories/datasets": {
        "*": {
            "properties": {
                "typeProperties": {
                    "folderPath": "=",
                    "fileName": "="
                }
            }
        }}

"location" node is missing between "typeProperties" and "folderPath".

    "Microsoft.DataFactory/factories/datasets": {
        "*": {
            "properties": {
                "typeProperties": {
                  "location" : {
                    "folderPath": "=",
                    "fileName": "="
                  }
                }
            }
        }}

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@djpmsft
Copy link
Contributor

djpmsft commented Apr 24, 2020

Hey @t104 ,

While for many datasets, the filepath is a subset of the location field, we also have many that are still using the format stated Keep in mind that '=' just keeps the current value and doesn't generate an ARM parameter. This is just a default template to help you get started with custom parameters so edit this according to whatever configurations you have!

Thanks,
Daniel

#please-close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants