Hi,
I have a strange bug. I have an existing Data Factory pipeline where I have cases that are data lake paths e.g. 'container/example/path'. Now that I try to edit the case/path I get a validation error "Pipeline name cannot be 'Switchcontainer/example/path'. Pipeline name should only contain letters, numbers, dashes (-), underscores (_), or spaces." So when I edit the case it tries to change the name of the "pipeline" for that particular case. Before editing the name of that pipeline is effectively 'Switchcontainerexamplepath' so it seems ADF has stopped stripping unallowed characters from the case before using at the name?
So I have I working pipeline with '/' in the cases but now I cannot change it because it breaks the pipelines. Can anyone help?
