Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Generated from 932f3adb13821639c173dc647dd024875372238a
Remove maximum maxParallelExecutionsPerNode validation
  • Loading branch information
AutorestCI committed Jun 14, 2018
commit 91acd3ff9bf0e6a93c7682ea473449212c2a6277
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IntegrationRuntimeComputeProperties(Model):

_validation = {
'number_of_nodes': {'minimum': 1},
'max_parallel_executions_per_node': {'maximum': 8, 'minimum': 1},
'max_parallel_executions_per_node': {'minimum': 1},
}

_attribute_map = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class IntegrationRuntimeComputeProperties(Model):

_validation = {
'number_of_nodes': {'minimum': 1},
'max_parallel_executions_per_node': {'maximum': 8, 'minimum': 1},
'max_parallel_executions_per_node': {'minimum': 1},
}

_attribute_map = {
Expand Down