Skip to content

Commit

Permalink
Remove maximum maxParallelExecutionsPerNode validation (#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
meiyan-Li authored and sergey-shandar committed Jun 15, 2018
1 parent 64b5c7e commit 979fa50
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@
"maxParallelExecutionsPerNode": {
"description": "Maximum parallel executions count per node for managed integration runtime.",
"type": "integer",
"minimum": 1,
"maximum": 8
"minimum": 1
},
"vNetProperties": {
"description": "VNet properties for managed integration runtime.",
Expand Down

0 comments on commit 979fa50

Please sign in to comment.