From c7df144ca9849ffa0386c8b28b863f16c59bdb94 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 8 Mar 2021 03:02:33 +0000 Subject: [PATCH] CodeGen from PR 13296 in Azure/azure-rest-api-specs Fix issue 13147 for HybridDataManager (#13296) * Create hybriddata.json Added updated swagger file for Microsoft.HybridData * Create readme.md * Updated readme files * Update readme.md * Removed unused API endpoints * Updated example files and swagger * Fixed error in path to example files * Fixed Go and Ruby Readme Files * Added suppression for OperationIdNounVerb * Added DataManagers_Update and examples * Added suppression for ARM Violation and updated swagger and example files * Updated swagger to sdk script for ruby * Added Python swagger to sdk * Added PartiallySucceeded status * Added swagger and examples for API Version 2019-06-01 Added swagger and examples for API version 2019-06-01 Adding PartiallySucceeded job status * Removed partially succeeded status from 2016-06-01 swagger * Updating body of 202 response * After running prettier Ran npm install; npm run prettier -- --write "specification/hybriddatamanager/**/*.json" * Updated readme files to include 2019-06 api version * Updated descriptions as per PR comments * Committing Prettier check change * Updated HybridDataManager to fix issue 13147 Fix issue https://github.com/Azure/azure-rest-api-specs/issues/13147 in hybriddatamanager Co-authored-by: t-prta <46665688+prerna-tank-ms@users.noreply.github.com> --- .../Generated/SdkInfo_HybridDataManagementClient.cs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sdk/hybriddatamanager/Microsoft.Azure.Management.HybridDataManager/src/Generated/SdkInfo_HybridDataManagementClient.cs b/sdk/hybriddatamanager/Microsoft.Azure.Management.HybridDataManager/src/Generated/SdkInfo_HybridDataManagementClient.cs index 32489f755e83..3600e013e931 100644 --- a/sdk/hybriddatamanager/Microsoft.Azure.Management.HybridDataManager/src/Generated/SdkInfo_HybridDataManagementClient.cs +++ b/sdk/hybriddatamanager/Microsoft.Azure.Management.HybridDataManager/src/Generated/SdkInfo_HybridDataManagementClient.cs @@ -30,16 +30,5 @@ public static IEnumerable> ApiInfo_HybridDataManag }.AsEnumerable(); } } - // BEGIN: Code Generation Metadata Section - public static readonly String AutoRestVersion = "2.0.4413"; - 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/hybriddatamanager/resource-manager/readme.md --csharp --version=2.0.4413 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\prtank\\GitHub\\azure-sdk-for-net\\sdk"; - public static readonly String GithubForkName = "Azure"; - public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "d692fc97bf6d7affc02b75709b276461c4521b33"; - public static readonly String CodeGenerationErrors = ""; - public static readonly String GithubRepoName = "azure-rest-api-specs"; - // END: Code Generation Metadata Section } } -