From 48d8a75625fc109e3acd257f02d2cf64d8fc3bf8 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Wed, 22 Sep 2021 09:24:40 +0000 Subject: [PATCH] CodeGen from PR 16113 in Azure/azure-rest-api-specs Merge 709c19c1a51b807fc96d5b09ced99aa6af8b2daf into a62f0a79c6abf6e876ca9816e13f206850dd7822 --- .../SdkInfo_ContainerInstanceManagementClient.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs index e1f03e17d08b..4f8f9880e52e 100644 --- a/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs +++ b/sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Generated/SdkInfo_ContainerInstanceManagementClient.cs @@ -26,16 +26,5 @@ public static IEnumerable> ApiInfo_ContainerInstan }.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/master/specification/containerinstance/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\josephporter\\source\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "e07d7900e7e02c9bb6caba0ee15f0e280e97b8f5"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -