Skip to content

Commit

Permalink
[DataFactory] Support cleanup property for integration runtime resour…
Browse files Browse the repository at this point in the history
…ce from DataFactory. (#15276)

* add cleanup property on IR

* revert synapse

* fix description
  • Loading branch information
jackmagic313 authored Jul 29, 2021
1 parent 444d527 commit 0eeefb8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@
"description": "Time to live (in minutes) setting of the cluster which will execute data flow job.",
"type": "integer",
"minimum": 0
},
"cleanup": {
"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.",
"type": "boolean"
}
},
"additionalProperties": {
Expand Down

0 comments on commit 0eeefb8

Please sign in to comment.