Skip to content

Commit

Permalink
CodeGen from PR 15474 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Updated new Property for SparkConfig Properties in Spark Compute (#15474)

* Updated new Property for SparkConfig Properties in Spark Compute

Updated new Property for SparkConfig Properties in Spark Compute

* Updated property name
  • Loading branch information
SDKAuto committed Aug 6, 2021
1 parent a5a4f7f commit c95dc51
Showing 1 changed file with 34 additions and 5 deletions.
39 changes: 34 additions & 5 deletions schemas/2021-06-01-preview/Microsoft.Synapse.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@
{
"$ref": "#/definitions/workspaces_keys_childResource"
},
{
"$ref": "#/definitions/workspaces_kustoPools_childResource"
},
{
"$ref": "#/definitions/workspaces_privateEndpointConnections_childResource"
},
Expand Down Expand Up @@ -150,6 +147,9 @@
},
{
"$ref": "#/definitions/workspaces_managedIdentitySqlControlSettings_childResource"
},
{
"$ref": "#/definitions/workspaces_kustoPools_childResource"
}
]
}
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -4961,6 +4961,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": {
Expand Down

0 comments on commit c95dc51

Please sign in to comment.