Skip to content

Commit 39c458f

Browse files
authored
[Synapse workspace]Support cleanup property for integration runtime resource of Synapse workspace. (#15279)
* fix description * add for new api version
1 parent 20a98a8 commit 39c458f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/integrationRuntime.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,6 +1422,10 @@
14221422
"type": "integer",
14231423
"format": "int32",
14241424
"minimum": 0
1425+
},
1426+
"cleanup": {
1427+
"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.",
1428+
"type": "boolean"
14251429
}
14261430
},
14271431
"additionalProperties": {

specification/synapse/resource-manager/Microsoft.Synapse/preview/2021-06-01-preview/integrationRuntime.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1470,6 +1470,10 @@
14701470
"type": "integer",
14711471
"format": "int32",
14721472
"minimum": 0
1473+
},
1474+
"cleanup": {
1475+
"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.",
1476+
"type": "boolean"
14731477
}
14741478
},
14751479
"additionalProperties": {

0 commit comments

Comments
 (0)