From 5a0382a48aeb1ac9190319d1ae00fba2c3e9644f Mon Sep 17 00:00:00 2001 From: swagger-automation Date: Wed, 3 May 2023 01:23:36 +0000 Subject: [PATCH] [AutoSync] 74754a3d25 Update properties --- .../2018-06-01/entityTypes/Pipeline.json | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json index 28247293504a..c984f24b533f 100644 --- a/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json +++ b/specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json @@ -116,6 +116,31 @@ "description": "Activity description.", "type": "string" }, + "state": { + "description": "Activity state. This is an optional property and if not provided, the state will be Active by default.", + "type": "string", + "enum": [ + "Active", + "Inactive" + ], + "x-ms-enum": { + "name": "ActivityState", + "modelAsString": true + } + }, + "onInactiveMarkAs": { + "description": "Status result of the activity when the state is set to Inactive. This is an optional property and if not provided when the activity is inactive, the status will be Succeeded by default.", + "type": "string", + "enum": [ + "Succeeded", + "Failed", + "Skipped" + ], + "x-ms-enum": { + "name": "ActivityOnInactiveMarkAs", + "modelAsString": true + } + }, "dependsOn": { "type": "array", "description": "Activity depends on condition.",