NB! This is a duplicate of this issue. I wasn't sure where this issue would fit best, so I will leave it up to you to decide
What is the issue
Running a pipeline where an action is named Pipeline causes the run to fail immediately.
Steps to reproduce issue
- Create a pipeline
- Add a Synapse Notebook activity and name it "Pipeline"
- Link it to the notebook and spark pool of your choice

Expected behavior
I would expect one of the following outcomes, in the given order:
- It should not fail
- It should report back a more helpful error message
- It should be documented somewhere if "Pipeline" is a reserved activity name
Observed behavior
The pipeline run fails immediately with the following error message:
{
"code": "BadRequest",
"message": null,
"target": "pipeline//runid/8fd22880-bbfe-41a9-b91d-8ce0fa3ef746",
"details": null,
"error": null
}