From 997f1317b88dad6840625dc2f9bcf67d59369b9c Mon Sep 17 00:00:00 2001 From: lijzha Date: Tue, 9 Nov 2021 15:58:10 -0800 Subject: [PATCH] Add possible values to pipeline run status description --- .../Microsoft.DataFactory/stable/2018-06-01/datafactory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json index 2c594b2725b5..cf456af0310b 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/datafactory.json @@ -5815,7 +5815,7 @@ "readOnly": true }, "status": { - "description": "The status of a pipeline run.", + "description": "The status of a pipeline run. Possible values: Queued, InProgress, Succeeded, Failed, Canceling, Cancelled", "type": "string", "readOnly": true },