Skip to content

Commit

Permalink
[AutoSync] 813dcc0148 Add property to override spark config for synap…
Browse files Browse the repository at this point in the history
…se notebook activity (#23903)

Co-authored-by: swagger-automation <swagger@microsoft.com>
  • Loading branch information
wanyang7 and AzureRestAPISpecReview authored May 16, 2023
1 parent 20e9229 commit fa62e37
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8368,6 +8368,32 @@
"description": "Number of executors to launch for this session, which will override the 'numExecutors' of the notebook you provide. Type: integer (or Expression with resultType integer).",
"type": "object",
"x-ms-format": "dfe-int"
},
"configurationType": {
"enum": [
"Default",
"Customized",
"Artifact"
],
"type": "string",
"description": "The type of the spark config.",
"x-ms-enum": {
"name": "ConfigurationType",
"modelAsString": true
}
},
"targetSparkConfiguration": {
"description": "The spark configuration of the spark job.",
"$ref": "#/definitions/SparkConfigurationParametrizationReference"
},
"sparkConfig": {
"description": "Spark configuration property.",
"type": "object",
"additionalProperties": {
"type": "object",
"x-ms-format": "dfe-string",
"description": "Type: string (or Expression with resultType string)."
}
}
},
"required": [
Expand Down

0 comments on commit fa62e37

Please sign in to comment.