From d601b2fb1c0cba7d9b1874cd6bbbf35b0ba47806 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 25 Jun 2021 23:21:41 +0000 Subject: [PATCH] CodeGen from PR 14990 in Azure/azure-rest-api-specs [Python] track2 config (#14990) * authorization * automation * recoveryservices * logic * notificationhubs * search --- .../SdkInfo_NotificationHubsManagementClient.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/SdkInfo_NotificationHubsManagementClient.cs b/sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/SdkInfo_NotificationHubsManagementClient.cs index 596a87426e57..79c208ead5e9 100644 --- a/sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/SdkInfo_NotificationHubsManagementClient.cs +++ b/sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Generated/SdkInfo_NotificationHubsManagementClient.cs @@ -25,16 +25,5 @@ public static IEnumerable> ApiInfo_NotificationHub }.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/notificationhubs/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\\Code\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "2916791fddcf1b69ebbc0741aa809350201041be"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -