From b377f8e28b61e3d1beaf2be880272d4572ce8bbe Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 18 Nov 2021 05:55:22 +0000 Subject: [PATCH] CodeGen from PR 16798 in Azure/azure-rest-api-specs Merge 62717238e65d7272eaefb3d8d2df37572d99a6a4 into 017671a81d01c5dbb1b2cb5ec410574ccf3d4c1a --- .../Generated/ConfluentManagementClient.cs | 2 +- .../SdkInfo_ConfluentManagementClient.cs | 19 ++++--------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs index 033f36f401f0..99daeb5def52 100644 --- a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs +++ b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/ConfluentManagementClient.cs @@ -337,7 +337,7 @@ private void Initialize() Organization = new OrganizationOperationsOperations(this); Validations = new ValidationsOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2021-03-01-preview"; + ApiVersion = "2021-09-01-preview"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs index 2a526d123b33..008ffe655ad1 100644 --- a/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs +++ b/sdk/confluent/Microsoft.Azure.Management.Confluent/src/Generated/SdkInfo_ConfluentManagementClient.cs @@ -19,23 +19,12 @@ public static IEnumerable> ApiInfo_ConfluentManage { return new Tuple[] { - new Tuple("Confluent", "MarketplaceAgreements", "2021-03-01-preview"), - new Tuple("Confluent", "Organization", "2021-03-01-preview"), - new Tuple("Confluent", "OrganizationOperations", "2021-03-01-preview"), - new Tuple("Confluent", "Validations", "2021-03-01-preview"), + new Tuple("Confluent", "MarketplaceAgreements", "2021-09-01-preview"), + new Tuple("Confluent", "Organization", "2021-09-01-preview"), + new Tuple("Confluent", "OrganizationOperations", "2021-09-01-preview"), + new Tuple("Confluent", "Validations", "2021-09-01-preview"), }.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/confluent/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\azureDotnetSDK\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "b2034729e79d99e48f6a2e6b66c3592311b4c688"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -