Skip to content

Commit ee57284

Browse files
author
SDKAuto
committed
CodeGen from PR 15549 in Azure/azure-rest-api-specs
Merge a27b2a10d3eec198636a8e7a3ce66c0f4a98fbe1 into 9161ee6b26ff405ad94c150216615983a5327e53
1 parent a5a4f7f commit ee57284

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

schemas/2021-06-01-preview/Microsoft.Synapse.json

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,6 @@
118118
{
119119
"$ref": "#/definitions/workspaces_keys_childResource"
120120
},
121-
{
122-
"$ref": "#/definitions/workspaces_kustoPools_childResource"
123-
},
124121
{
125122
"$ref": "#/definitions/workspaces_privateEndpointConnections_childResource"
126123
},
@@ -150,6 +147,9 @@
150147
},
151148
{
152149
"$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource"
150+
},
151+
{
152+
"$ref": "#/definitions/workspaces_kustoPools_childResource"
153153
}
154154
]
155155
}
@@ -2202,13 +2202,13 @@
22022202
"sparkConfigProperties": {
22032203
"oneOf": [
22042204
{
2205-
"$ref": "#/definitions/LibraryRequirements"
2205+
"$ref": "#/definitions/SparkConfigProperties"
22062206
},
22072207
{
22082208
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
22092209
}
22102210
],
2211-
"description": "Library requirements for a Big Data pool powered by Apache Spark"
2211+
"description": "SparkConfig Properties for a Big Data pool powered by Apache Spark"
22122212
},
22132213
"sparkEventsFolder": {
22142214
"type": "string",
@@ -3696,6 +3696,10 @@
36963696
"type": "string",
36973697
"description": "The name of the subnet this integration runtime will join."
36983698
},
3699+
"subnetId": {
3700+
"type": "string",
3701+
"description": "The ID of subnet, to which this Azure-SSIS integration runtime will be joined."
3702+
},
36993703
"vNetId": {
37003704
"type": "string",
37013705
"description": "The ID of the VNet that this integration runtime will join."
@@ -4961,6 +4965,35 @@
49614965
},
49624966
"description": "SQL pool SKU"
49634967
},
4968+
"SparkConfigProperties": {
4969+
"type": "object",
4970+
"properties": {
4971+
"configurationType": {
4972+
"oneOf": [
4973+
{
4974+
"type": "string",
4975+
"enum": [
4976+
"File",
4977+
"Artifact"
4978+
]
4979+
},
4980+
{
4981+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
4982+
}
4983+
],
4984+
"description": "The type of the spark config properties file."
4985+
},
4986+
"content": {
4987+
"type": "string",
4988+
"description": "The spark config properties."
4989+
},
4990+
"filename": {
4991+
"type": "string",
4992+
"description": "The filename of the spark config properties file."
4993+
}
4994+
},
4995+
"description": "SparkConfig Properties for a Big Data pool powered by Apache Spark"
4996+
},
49644997
"SqlPoolBlobAuditingPolicyProperties": {
49654998
"type": "object",
49664999
"properties": {

0 commit comments

Comments
 (0)