Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
209 stars 69 forks source link

Warning on dashes in pipeline name #309

Closed Prefix42 closed 1 year ago

Prefix42 commented 1 year ago

Describe the bug Validation test of pipeline names incorrectly flag pipelines with a dash ("-") in the name as violating the check Dashes ("-") are not allowed in the names of linked services, data flows, and datasets.

This is likely the result of the poor structure of the microsoft documentation on naming rules where the check is nested within the checks for "Linked services/Datasets/Pipelines/Data Flows" while the actual check only mentions linked services, data flows, and datasets.

To Reproduce Create an ADF pipeline with a dash ("-") in the name

Expected behaviour No warning thrown no pipelines with dash ("-") in name

Screenshots image

Version of PowerShell module of:

Provide all files to reproduce the issue See screenshot