We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea74f1 commit c95619eCopy full SHA for c95619e
specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json
@@ -442,6 +442,13 @@
442
"$ref": "#/definitions/LibraryRequirements",
443
"description": "Library version requirements"
444
},
445
+ "customLibraries": {
446
+ "description": "List of custom libraries/packages associated with the spark pool.",
447
+ "type": "array",
448
+ "items": {
449
+ "$ref": "../../../../data-plane/Microsoft.Synapse/preview/2019-06-01-preview/library.json#/definitions/LibraryResourceProperties"
450
+ }
451
+ },
452
"sparkConfigProperties": {
453
454
"description": "Spark configuration file to specify additional properties"
0 commit comments