From 8e2a9742a3f888e8ba108722652c9bb77b23099e Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 17 Mar 2022 10:48:53 +0000 Subject: [PATCH] =?UTF-8?q?CodeGen=20from=20PR=2018304=20in=20Azure/azure-?= =?UTF-8?q?rest-api-specs=20=E2=80=9C=C3=A2[Go]Add=20batch=20tag=2022/03/1?= =?UTF-8?q?7=20(#18304)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Generated/Models/StartTask.cs | 3 ++- .../src/Generated/SdkInfo_BatchManagementClient.cs | 11 ----------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/StartTask.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/StartTask.cs index 8a7eb9cbdcbd9..e506fc79026fa 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/StartTask.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/Models/StartTask.cs @@ -124,7 +124,8 @@ public StartTask() /// 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. + /// the task without limit, however this is not recommended for a start + /// task or any task. The default value is 0 (no retries). /// [JsonProperty(PropertyName = "maxTaskRetryCount")] public int? MaxTaskRetryCount { get; set; } diff --git a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagementClient.cs b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagementClient.cs index 69392d7ffa09a..d1d6f62fda0b0 100644 --- a/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagementClient.cs +++ b/sdk/batch/Microsoft.Azure.Management.Batch/src/Generated/SdkInfo_BatchManagementClient.cs @@ -31,16 +31,5 @@ public static IEnumerable> ApiInfo_BatchManagement }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "v2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@2.0.4413"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/batch/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=E:\\hpc\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "main"; - public static readonly String GithubCommidId = "c56b44b794ff17caad4d31c6ab64b07e28253504"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -