Skip to content

Commit

Permalink
CodeGen from PR 17954 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Modified MaxTaskRetryCount description in Batch Management Plane (#17954)
  • Loading branch information
SDKAuto committed Mar 7, 2022
1 parent 46e020f commit b9dc6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/2022-01-01/Microsoft.Batch.json
Original file line number Diff line number Diff line change
Expand Up @@ -2057,7 +2057,7 @@
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
}
],
"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."
"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)."
},
"resourceFiles": {
"oneOf": [
Expand Down

0 comments on commit b9dc6e9

Please sign in to comment.