From f51b59dbe4648da9f54256c7d6fde14fa34f9517 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 15 May 2023 07:13:42 +0000 Subject: [PATCH] CodeGen from PR 23910 in Azure/azure-rest-api-specs Merge 5a0382a48aeb1ac9190319d1ae00fba2c3e9644f into 9a20afc353d601769460d42fd13475eecbe61e7d --- schemas/2018-06-01/Microsoft.DataFactory.json | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/schemas/2018-06-01/Microsoft.DataFactory.json b/schemas/2018-06-01/Microsoft.DataFactory.json index 2c41e09cf4..62904e3979 100644 --- a/schemas/2018-06-01/Microsoft.DataFactory.json +++ b/schemas/2018-06-01/Microsoft.DataFactory.json @@ -717,6 +717,37 @@ "type": "string", "description": "Activity name." }, + "onInactiveMarkAs": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Succeeded", + "Failed", + "Skipped" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "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." + }, + "state": { + "oneOf": [ + { + "type": "string", + "enum": [ + "Active", + "Inactive" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Activity state. This is an optional property and if not provided, the state will be Active by default." + }, "userProperties": { "oneOf": [ {