From 1d580fdb56e1a99dd000d141d1370698d0f0f115 Mon Sep 17 00:00:00 2001 From: NickKouds Date: Tue, 22 Feb 2022 20:19:22 -0800 Subject: [PATCH] Modified MaxTaskRetryCount description in Batch Management Plane --- .../Microsoft.Batch/stable/2022-01-01/BatchManagement.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json index ada078ee29c1..a0fa8ef32394 100644 --- a/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json +++ b/specification/batch/resource-manager/Microsoft.Batch/stable/2022-01-01/BatchManagement.json @@ -4827,7 +4827,7 @@ "type": "integer", "format": "int32", "title": "The maximum number of times the task may be retried.", - "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)." }, "waitForSuccess": { "type": "boolean",