diff --git a/schemas/2019-06-01-preview/Microsoft.Synapse.json b/schemas/2019-06-01-preview/Microsoft.Synapse.json index 96239fb448..7a8c63a1ad 100644 --- a/schemas/2019-06-01-preview/Microsoft.Synapse.json +++ b/schemas/2019-06-01-preview/Microsoft.Synapse.json @@ -1036,6 +1036,17 @@ "type": "string", "description": "The state of the Big Data pool." }, + "sparkConfigProperties": { + "oneOf": [ + { + "$ref": "#/definitions/LibraryRequirements" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Library requirements for a Big Data pool powered by Apache Spark" + }, "sparkEventsFolder": { "type": "string", "description": "The Spark events folder" @@ -1886,6 +1897,48 @@ }, "description": "Managed integration runtime type properties." }, + "ManagedVirtualNetworkSettings": { + "type": "object", + "properties": { + "allowedAadTenantIdsForLinking": { + "oneOf": [ + { + "type": "array", + "items": { + "type": "string" + } + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Allowed Aad Tenant Ids For Linking" + }, + "linkedAccessCheckOnTargetResource": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Linked Access Check On Target Resource" + }, + "preventDataExfiltration": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Prevent Data Exfiltration" + } + }, + "description": "Managed Virtual Network Settings" + }, "MetadataSyncConfigProperties": { "type": "object", "properties": { @@ -2516,6 +2569,17 @@ "type": "string", "description": "Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user." }, + "managedVirtualNetworkSettings": { + "oneOf": [ + { + "$ref": "#/definitions/ManagedVirtualNetworkSettings" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Managed Virtual Network Settings" + }, "privateEndpointConnections": { "oneOf": [ {