Skip to content

Commit

Permalink
Generated from 98e41e37f1f8c990d79e8a622c135eaa190dc156
Browse files Browse the repository at this point in the history
  • Loading branch information
SDK Automation committed Oct 13, 2020
1 parent 54b5ec6 commit 180bbd3
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions schemas/2019-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit 180bbd3

Please sign in to comment.