From 72c1b5f9a209bee64c518770b10597e42f1d45ad Mon Sep 17 00:00:00 2001 From: RakeshMohan-MSFT <49954584+RakeshMohanMSFT@users.noreply.github.com> Date: Fri, 25 Mar 2022 15:12:10 +0530 Subject: [PATCH] Regenerated AzureAsyncOperationResults.cs to fix https://github.com/Azure/azure-sdk-for-net/issues/21637 (#27750) --- eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt | 11 ++++++----- .../src/Generated/Models/AzureAsyncOperationResult.cs | 2 -- .../Generated/SdkInfo_FrontDoorManagementClient.cs | 11 +++++++++++ 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt b/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt index 0586dcc9f6b63..8abec557fc98d 100644 --- a/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/frontdoor_resource-manager.txt @@ -3,12 +3,13 @@ AutoRest installed successfully. Commencing code generation Generating CSharp code Executing AutoRest command -cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/frontdoor/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=D:\AzureSDKFork\azure-sdk-for-net\sdk -2021-01-26 08:07:41 UTC +cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/main/specification/frontdoor/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\CXP\SourceCode\SDK\azure-sdk-for-net\sdk +Autorest CSharp Version: 2.3.82 +2022-03-25 07:51:32 UTC Azure-rest-api-specs repository information GitHub fork: Azure -Branch: master -Commit: 20ab40f8aecd70864044f00f2ed013fd9e35afa9 +Branch: main +Commit: 202149c96d7e5cdd07cdcbc138309142b55321ad AutoRest information -Requested version: v2 +Requested version: 2.0.4421 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/AzureAsyncOperationResult.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/AzureAsyncOperationResult.cs index 56f574dfac422..5d9b00415872d 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/AzureAsyncOperationResult.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/Models/AzureAsyncOperationResult.cs @@ -37,7 +37,6 @@ public AzureAsyncOperationResult() /// Initializes a new instance of the AzureAsyncOperationResult class. /// /// Status of the Azure async operation. Possible - /// values are: 'InProgress', 'Succeeded', and 'Failed'. Possible /// values include: 'InProgress', 'Succeeded', 'Failed' public AzureAsyncOperationResult(string status = default(string), Error error = default(Error)) { @@ -53,7 +52,6 @@ public AzureAsyncOperationResult() /// /// Gets or sets status of the Azure async operation. Possible values - /// are: 'InProgress', 'Succeeded', and 'Failed'. Possible values /// include: 'InProgress', 'Succeeded', 'Failed' /// [JsonProperty(PropertyName = "status")] diff --git a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs index 55726593de5af..1a9dbce858a56 100644 --- a/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs +++ b/sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Generated/SdkInfo_FrontDoorManagementClient.cs @@ -34,5 +34,16 @@ public static IEnumerable> ApiInfo_FrontDoorManage }.AsEnumerable(); } } + // BEGIN: Code Generation Metadata Section + public static readonly String AutoRestVersion = "2.0.4421"; + 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/frontdoor/resource-manager/readme.md --csharp --version=2.0.4421 --reflect-api-versions --csharp-sdks-folder=C:\\CXP\\SourceCode\\SDK\\azure-sdk-for-net\\sdk"; + public static readonly String GithubForkName = "Azure"; + public static readonly String GithubBranchName = "main"; + public static readonly String GithubCommidId = "202149c96d7e5cdd07cdcbc138309142b55321ad"; + public static readonly String CodeGenerationErrors = ""; + public static readonly String GithubRepoName = "azure-rest-api-specs"; + // END: Code Generation Metadata Section } } +