Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -12675,7 +12675,7 @@
"format": "int32",
"default": -1,
"title": "The maximum number of tasks that can be executed in parallel for the job.",
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API."
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API. This property is currently in private preview."
},
"displayName": {
"type": "string",
Expand Down Expand Up @@ -13140,7 +13140,7 @@
"format": "int32",
"default": -1,
"title": "The maximum number of tasks that can be executed in parallel for the job.",
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API."
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API. This property is currently in private preview."
},
"constraints": {
"$ref": "#/definitions/JobConstraints",
Expand Down Expand Up @@ -13230,7 +13230,7 @@
"format": "int32",
"default": -1,
"title": "The maximum number of tasks that can be executed in parallel for the job.",
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API."
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API. This property is currently in private preview."
},
"constraints": {
"$ref": "#/definitions/JobConstraints",
Expand Down Expand Up @@ -16214,7 +16214,7 @@
"type": "integer",
"format": "int32",
"title": "The maximum number of tasks that can be executed in parallel for the job.",
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API."
"description": "The value of maxParallelTasks must be -1 or greater than 0 if specified. If not specified, the default value is -1, which means there's no limit to the number of tasks that can be run at once. You can update a job's maxParallelTasks after it has been created using the update job API. This property is currently in private preview."
},
"onAllTasksComplete": {
"title": "The action the Batch service should take when all Tasks in the Job are in the completed state.",
Expand Down