Skip to content

Commit be87927

Browse files
[AutoSync] 74754a3d25 Update properties (#23910)
Co-authored-by: swagger-automation <[email protected]>
1 parent 5b07a79 commit be87927

File tree

1 file changed

+25
-0
lines changed
  • specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes

1 file changed

+25
-0
lines changed

specification/datafactory/resource-manager/Microsoft.DataFactory/stable/2018-06-01/entityTypes/Pipeline.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,31 @@
116116
"description": "Activity description.",
117117
"type": "string"
118118
},
119+
"state": {
120+
"description": "Activity state. This is an optional property and if not provided, the state will be Active by default.",
121+
"type": "string",
122+
"enum": [
123+
"Active",
124+
"Inactive"
125+
],
126+
"x-ms-enum": {
127+
"name": "ActivityState",
128+
"modelAsString": true
129+
}
130+
},
131+
"onInactiveMarkAs": {
132+
"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.",
133+
"type": "string",
134+
"enum": [
135+
"Succeeded",
136+
"Failed",
137+
"Skipped"
138+
],
139+
"x-ms-enum": {
140+
"name": "ActivityOnInactiveMarkAs",
141+
"modelAsString": true
142+
}
143+
},
119144
"dependsOn": {
120145
"type": "array",
121146
"description": "Activity depends on condition.",

0 commit comments

Comments
 (0)