From 2c882fb1b831a6dd3c08aac388cb9bb39474dc62 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Tue, 23 Aug 2022 05:40:56 +0000 Subject: [PATCH] CodeGen from PR 20147 in Azure/azure-rest-api-specs swagger correctness (#20147) * swagger correctness * Resolved review comments --- .../2021-06-01-preview/Microsoft.Synapse.json | 11 +++++++++++ schemas/2021-06-01/Microsoft.Synapse.json | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/schemas/2021-06-01-preview/Microsoft.Synapse.json b/schemas/2021-06-01-preview/Microsoft.Synapse.json index 24984e0226..9abdcad881 100644 --- a/schemas/2021-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2021-06-01-preview/Microsoft.Synapse.json @@ -2232,6 +2232,17 @@ ], "description": "Dynamic Executor Allocation Properties" }, + "isAutotuneEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether autotune is required or not." + }, "isComputeIsolationEnabled": { "oneOf": [ { diff --git a/schemas/2021-06-01/Microsoft.Synapse.json b/schemas/2021-06-01/Microsoft.Synapse.json index 50aa14db25..c35d39b094 100644 --- a/schemas/2021-06-01/Microsoft.Synapse.json +++ b/schemas/2021-06-01/Microsoft.Synapse.json @@ -1808,6 +1808,17 @@ ], "description": "Dynamic Executor Allocation Properties" }, + "isAutotuneEnabled": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Whether autotune is required or not." + }, "isComputeIsolationEnabled": { "oneOf": [ { @@ -3114,6 +3125,11 @@ "type": { "type": "string", "description": "Type of the library." + }, + "uploadedTimestamp": { + "type": "string", + "format": "date-time", + "description": "The last update time of the library." } }, "description": "Library/package information of a Big Data pool powered by Apache Spark"