We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac63172 commit 9cc5127Copy full SHA for 9cc5127
1 file changed
specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json
@@ -5764,6 +5764,16 @@
5764
"description": "The type of the entity that started the run.",
5765
"type": "string",
5766
"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
5776
5777
}
5778
5779
},
0 commit comments