From 336223f1bb694842ddbdc96b1d59866e8fbab948 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Fri, 6 Aug 2021 07:26:52 +0000 Subject: [PATCH] CodeGen from PR 15549 in Azure/azure-rest-api-specs Merge a27b2a10d3eec198636a8e7a3ce66c0f4a98fbe1 into 5b09fc0fd671d7758c4581e330f7bb4d23aee6d4 --- .../2021-06-01-preview/Microsoft.Synapse.json | 43 ++++++++++++++++--- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/schemas/2021-06-01-preview/Microsoft.Synapse.json b/schemas/2021-06-01-preview/Microsoft.Synapse.json index 135fdd7930..e590d80a35 100644 --- a/schemas/2021-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2021-06-01-preview/Microsoft.Synapse.json @@ -118,9 +118,6 @@ { "$ref": "#/definitions/workspaces_keys_childResource" }, - { - "$ref": "#/definitions/workspaces_kustoPools_childResource" - }, { "$ref": "#/definitions/workspaces_privateEndpointConnections_childResource" }, @@ -150,6 +147,9 @@ }, { "$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource" + }, + { + "$ref": "#/definitions/workspaces_kustoPools_childResource" } ] } @@ -2202,13 +2202,13 @@ "sparkConfigProperties": { "oneOf": [ { - "$ref": "#/definitions/LibraryRequirements" + "$ref": "#/definitions/SparkConfigProperties" }, { "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" } ], - "description": "Library requirements for a Big Data pool powered by Apache Spark" + "description": "SparkConfig Properties for a Big Data pool powered by Apache Spark" }, "sparkEventsFolder": { "type": "string", @@ -3696,6 +3696,10 @@ "type": "string", "description": "The name of the subnet this integration runtime will join." }, + "subnetId": { + "type": "string", + "description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined." + }, "vNetId": { "type": "string", "description": "The ID of the VNet that this integration runtime will join." @@ -4961,6 +4965,35 @@ }, "description": "SQL pool SKU" }, + "SparkConfigProperties": { + "type": "object", + "properties": { + "configurationType": { + "oneOf": [ + { + "type": "string", + "enum": [ + "File", + "Artifact" + ] + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "The type of the spark config properties file." + }, + "content": { + "type": "string", + "description": "The spark config properties." + }, + "filename": { + "type": "string", + "description": "The filename of the spark config properties file." + } + }, + "description": "SparkConfig Properties for a Big Data pool powered by Apache Spark" + }, "SqlPoolBlobAuditingPolicyProperties": { "type": "object", "properties": {