From 8ab9749244746e234b035b82703fbe1bbe4295d9 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 8 Mar 2021 02:58:59 +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> --- schemas/2016-06-01/Microsoft.HybridData.json | 2 +- schemas/2019-06-01/Microsoft.HybridData.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/2016-06-01/Microsoft.HybridData.json b/schemas/2016-06-01/Microsoft.HybridData.json index acd15be98e..b53ee5315f 100644 --- a/schemas/2016-06-01/Microsoft.HybridData.json +++ b/schemas/2016-06-01/Microsoft.HybridData.json @@ -461,4 +461,4 @@ "description": "The sku type." } } -} \ No newline at end of file +} diff --git a/schemas/2019-06-01/Microsoft.HybridData.json b/schemas/2019-06-01/Microsoft.HybridData.json index d390b1c31e..942f575438 100644 --- a/schemas/2019-06-01/Microsoft.HybridData.json +++ b/schemas/2019-06-01/Microsoft.HybridData.json @@ -461,4 +461,4 @@ "description": "The sku type." } } -} \ No newline at end of file +}