Skip to content

Commit 0eeefb8

Browse files
authored
[DataFactory] Support cleanup property for integration runtime resource from DataFactory. (#15276)
* add cleanup property on IR * revert synapse * fix description
1 parent 444d527 commit 0eeefb8

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,10 @@
153153
"description": "Time to live (in minutes) setting of the cluster which will execute data flow job.",
154154
"type": "integer",
155155
"minimum": 0
156+
},
157+
"cleanup": {
158+
"description": "Cluster will not be recycled and it will be used in next data flow activity run until TTL (time to live) is reached if this is set as false. Default is true.",
159+
"type": "boolean"
156160
}
157161
},
158162
"additionalProperties": {

0 commit comments

Comments
 (0)