Skip to content

Commit

Permalink
Revert "Revert: spec changes for Library Management in bigDataPool (#… (
Browse files Browse the repository at this point in the history
#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]>
  • Loading branch information
navneet35 and Navneet Singh authored Feb 2, 2021
1 parent 1ea74f1 commit c95619e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,13 @@
"$ref": "#/definitions/LibraryRequirements",
"description": "Library version requirements"
},
"customLibraries": {
"description": "List of custom libraries/packages associated with the spark pool.",
"type": "array",
"items": {
"$ref": "../../../../data-plane/Microsoft.Synapse/preview/2019-06-01-preview/library.json#/definitions/LibraryResourceProperties"
}
},
"sparkConfigProperties": {
"$ref": "#/definitions/LibraryRequirements",
"description": "Spark configuration file to specify additional properties"
Expand Down

0 comments on commit c95619e

Please sign in to comment.