From d6a2ddb8ed88e3b7d7df62a4ac81d5e32330e98d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 16 Dec 2021 03:35:46 +0000 Subject: [PATCH] CodeGen from PR 17111 in Azure/azure-rest-api-specs Merge f85e355f64839482da640d09465602702b6649b5 into 79751e0389d7b753b5c119c8b2d796a02d3abd28 --- .../src/Generated/RecoveryServicesClient.cs | 2 +- .../SdkInfo_RecoveryServicesClient.cs | 33 +++++++------------ 2 files changed, 12 insertions(+), 23 deletions(-) diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/RecoveryServicesClient.cs b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/RecoveryServicesClient.cs index 2ee49c677178..24de637abe83 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/RecoveryServicesClient.cs +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/RecoveryServicesClient.cs @@ -372,7 +372,7 @@ private void Initialize() VaultExtendedInfo = new VaultExtendedInfoOperations(this); Usages = new UsagesOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2021-06-01"; + ApiVersion = "2021-08-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs index 4bf4069bf025..bce62253b6d6 100644 --- a/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs +++ b/sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Generated/SdkInfo_RecoveryServicesClient.cs @@ -19,30 +19,19 @@ public static IEnumerable> ApiInfo_RecoveryService { return new Tuple[] { - new Tuple("RecoveryServices", "GetOperationResult", "2021-06-01"), - new Tuple("RecoveryServices", "GetOperationStatus", "2021-06-01"), - new Tuple("RecoveryServices", "Operations", "2021-06-01"), - new Tuple("RecoveryServices", "PrivateLinkResources", "2021-06-01"), - new Tuple("RecoveryServices", "RecoveryServices", "2021-06-01"), - new Tuple("RecoveryServices", "RegisteredIdentities", "2021-06-01"), - new Tuple("RecoveryServices", "ReplicationUsages", "2021-06-01"), - new Tuple("RecoveryServices", "Usages", "2021-06-01"), - new Tuple("RecoveryServices", "VaultCertificates", "2021-06-01"), - new Tuple("RecoveryServices", "VaultExtendedInfo", "2021-06-01"), - new Tuple("RecoveryServices", "Vaults", "2021-06-01"), + new Tuple("RecoveryServices", "GetOperationResult", "2021-08-01"), + new Tuple("RecoveryServices", "GetOperationStatus", "2021-08-01"), + new Tuple("RecoveryServices", "Operations", "2021-08-01"), + new Tuple("RecoveryServices", "PrivateLinkResources", "2021-08-01"), + new Tuple("RecoveryServices", "RecoveryServices", "2021-08-01"), + new Tuple("RecoveryServices", "RegisteredIdentities", "2021-08-01"), + new Tuple("RecoveryServices", "ReplicationUsages", "2021-08-01"), + new Tuple("RecoveryServices", "Usages", "2021-08-01"), + new Tuple("RecoveryServices", "VaultCertificates", "2021-08-01"), + new Tuple("RecoveryServices", "VaultExtendedInfo", "2021-08-01"), + new Tuple("RecoveryServices", "Vaults", "2021-08-01"), }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "V2"; - public static readonly String AutoRestBootStrapperVersion = "autorest@3.1.5"; - public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/recoveryservices/resource-manager/readme.md --csharp --version=V2 --reflect-api-versions --csharp-sdks-folder=C:\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "70626b932d16a97361673e0bcba7570284fe0813"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -