Skip to content

Commit f51b59d

Browse files
author
SDKAuto
committed
CodeGen from PR 23910 in Azure/azure-rest-api-specs
Merge 5a0382a48aeb1ac9190319d1ae00fba2c3e9644f into 9a20afc353d601769460d42fd13475eecbe61e7d
1 parent ec38aad commit f51b59d

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

schemas/2018-06-01/Microsoft.DataFactory.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,37 @@
717717
"type": "string",
718718
"description": "Activity name."
719719
},
720+
"onInactiveMarkAs": {
721+
"oneOf": [
722+
{
723+
"type": "string",
724+
"enum": [
725+
"Succeeded",
726+
"Failed",
727+
"Skipped"
728+
]
729+
},
730+
{
731+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
732+
}
733+
],
734+
"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."
735+
},
736+
"state": {
737+
"oneOf": [
738+
{
739+
"type": "string",
740+
"enum": [
741+
"Active",
742+
"Inactive"
743+
]
744+
},
745+
{
746+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
747+
}
748+
],
749+
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default."
750+
},
720751
"userProperties": {
721752
"oneOf": [
722753
{

0 commit comments

Comments
 (0)