Skip to content

Commit 8c78db0

Browse files
authored
Modified MaxTaskRetryCount description in Batch Management Plane (#17954)
1 parent 9735d8c commit 8c78db0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4827,7 +4827,7 @@
48274827
"type": "integer",
48284828
"format": "int32",
48294829
"title": "The maximum number of times the task may be retried.",
4830-
"description": "The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit."
4830+
"description": "The Batch service retries a task if its exit code is nonzero. Note that this value specifically controls the number of retries. The Batch service will try the task once, and may then retry up to this limit. For example, if the maximum retry count is 3, Batch tries the task up to 4 times (one initial try and 3 retries). If the maximum retry count is 0, the Batch service does not retry the task. If the maximum retry count is -1, the Batch service retries the task without limit, however this is not recommended for a start task or any task. The default value is 0 (no retries)."
48314831
},
48324832
"waitForSuccess": {
48334833
"type": "boolean",

0 commit comments

Comments
 (0)