From 7567d340364f06454625388c4670511aa67a0b16 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Thu, 4 Feb 2021 02:41:16 +0000 Subject: [PATCH] CodeGen from PR 12541 in Azure/azure-rest-api-specs Swagger correctness issue fix(Additional Property not allowed) (#12541) * Swagger correctness issue fix(Additional Property not allowed) * Added custom-word * Removing unused properrty * Ignored Tera * Reverting not related changes --- schemas/2018-01-01/Microsoft.DataBox.json | 2 +- schemas/2019-09-01/Microsoft.DataBox.json | 2 +- schemas/2020-04-01/Microsoft.DataBox.json | 2 +- schemas/2020-11-01/Microsoft.DataBox.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/schemas/2018-01-01/Microsoft.DataBox.json b/schemas/2018-01-01/Microsoft.DataBox.json index 2ae25ae58c..1aba781897 100644 --- a/schemas/2018-01-01/Microsoft.DataBox.json +++ b/schemas/2018-01-01/Microsoft.DataBox.json @@ -522,4 +522,4 @@ "description": "The Sku." } } -} \ No newline at end of file +} diff --git a/schemas/2019-09-01/Microsoft.DataBox.json b/schemas/2019-09-01/Microsoft.DataBox.json index f11baf8f4f..20c6f38d32 100644 --- a/schemas/2019-09-01/Microsoft.DataBox.json +++ b/schemas/2019-09-01/Microsoft.DataBox.json @@ -607,4 +607,4 @@ "description": "Preferences related to the shipment logistics of the sku" } } -} \ No newline at end of file +} diff --git a/schemas/2020-04-01/Microsoft.DataBox.json b/schemas/2020-04-01/Microsoft.DataBox.json index f41366e35b..d1bb469ab7 100644 --- a/schemas/2020-04-01/Microsoft.DataBox.json +++ b/schemas/2020-04-01/Microsoft.DataBox.json @@ -1032,4 +1032,4 @@ "description": "Preferences related to the shipment logistics of the sku" } } -} \ No newline at end of file +} diff --git a/schemas/2020-11-01/Microsoft.DataBox.json b/schemas/2020-11-01/Microsoft.DataBox.json index bc7fd42918..a4487a96e0 100644 --- a/schemas/2020-11-01/Microsoft.DataBox.json +++ b/schemas/2020-11-01/Microsoft.DataBox.json @@ -541,7 +541,7 @@ ], "description": "Details of the data to be imported into azure." }, - "expectedDataSizeInTerabytes": { + "expectedDataSizeInTeraBytes": { "oneOf": [ { "type": "integer" @@ -1168,4 +1168,4 @@ "description": "User assigned identity properties." } } -} \ No newline at end of file +}