Skip to content

Commit 9cc5127

Browse files
Elisa SilvaVitor da Silva
andauthored
Add properties pipelineName and pipelineRunId. (Azure#14914)
Co-authored-by: Vitor da Silva <[email protected]>
1 parent ac63172 commit 9cc5127

File tree

1 file changed

+10
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01

1 file changed

+10
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5764,6 +5764,16 @@
57645764
"description": "The type of the entity that started the run.",
57655765
"type": "string",
57665766
"readOnly": true
5767+
},
5768+
"pipelineName": {
5769+
"description": "The name of the pipeline that triggered the run, if any.",
5770+
"type": "string",
5771+
"readOnly": true
5772+
},
5773+
"pipelineRunId": {
5774+
"description": "The run id of the pipeline that triggered the run, if any.",
5775+
"type": "string",
5776+
"readOnly": true
57675777
}
57685778
}
57695779
},

0 commit comments

Comments
 (0)