From b9dc6e971d16ad17953bd7bbc42c01649991c3a4 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 7 Mar 2022 06:50:35 +0000 Subject: [PATCH] CodeGen from PR 17954 in Azure/azure-rest-api-specs Modified MaxTaskRetryCount description in Batch Management Plane (#17954) --- schemas/2022-01-01/Microsoft.Batch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/2022-01-01/Microsoft.Batch.json b/schemas/2022-01-01/Microsoft.Batch.json index 5187bb0fb7..38b02736d4 100644 --- a/schemas/2022-01-01/Microsoft.Batch.json +++ b/schemas/2022-01-01/Microsoft.Batch.json @@ -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": [