Skip to content

Commit c95619e

Browse files
navneet35Navneet Singh
andauthored
Revert "Revert: spec changes for Library Management in bigDataPool (#… (#12118)
* Revert "Revert: spec changes for Libmary Management in bigDataPool (#11612)" This reverts commit 7c8fd7f. * custom libraries schema reference changed Co-authored-by: Navneet Singh <[email protected]>
1 parent 1ea74f1 commit c95619e

File tree

1 file changed

+7
-0
lines changed
  • specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview

1 file changed

+7
-0
lines changed

specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,13 @@
442442
"$ref": "#/definitions/LibraryRequirements",
443443
"description": "Library version requirements"
444444
},
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+
},
445452
"sparkConfigProperties": {
446453
"$ref": "#/definitions/LibraryRequirements",
447454
"description": "Spark configuration file to specify additional properties"

0 commit comments

Comments
 (0)