From 7c8fd7f0705552f77bf442c567c854af01ab4805 Mon Sep 17 00:00:00 2001 From: Navneet Singh Date: Thu, 12 Nov 2020 07:48:14 +0530 Subject: [PATCH] Revert: spec changes for Libmary Management in bigDataPool (#11612) * Revert "attributes added in LibraryInfo in BigDataPool specs (#11415)" This reverts commit 5d48a7dc324dd221d5e0455e3947c5fc39084132. * Revert "Custom Library support in Spark pool (#11172)" This reverts commit c653ee788c4dd74ede34ff17e64e7c0c45681e3e. Co-authored-by: Navneet Singh --- .../2019-06-01-preview/bigDataPool.json | 49 ------------------- 1 file changed, 49 deletions(-) diff --git a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json index ddc61caf359c..843693e4119c 100644 --- a/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json +++ b/specification/synapse/resource-manager/Microsoft.Synapse/preview/2019-06-01-preview/bigDataPool.json @@ -416,10 +416,6 @@ "type": "boolean", "description": "Whether compute isolation is required or not." }, - "sessionLevelPackagesEnabled": { - "type": "boolean", - "description": "Whether session level library/package management is enabled or not." - }, "sparkEventsFolder": { "type": "string", "description": "The Spark events folder" @@ -433,13 +429,6 @@ "$ref": "#/definitions/LibraryRequirements", "description": "Library version requirements" }, - "customLibraries": { - "description": "List of custom libraries/packages associated with the spark pool.", - "type": "array", - "items": { - "$ref": "#/definitions/LibraryInfo" - } - }, "sparkConfigProperties": { "$ref": "#/definitions/LibraryRequirements", "description": "Spark configuration file to specify additional properties" @@ -520,44 +509,6 @@ } } }, - "LibraryInfo": { - "type": "object", - "description": "Library/package information of a Big Data pool powered by Apache Spark", - "title": "Information about a library/package created at the workspace level.", - "properties": { - "name": { - "type": "string", - "description": "Name of the library." - }, - "path": { - "type": "string", - "description": "Storage blob path of library." - }, - "containerName": { - "type": "string", - "description": "Storage blob container name." - }, - "uploadedTimestamp": { - "type": "string", - "format": "date-time", - "description": "The last update time of the library." - }, - "type": { - "type": "string", - "description": "Type of the library." - }, - "provisioningStatus": { - "readOnly": true, - "type": "string", - "description": "Provisioning status of the library/package." - }, - "creatorId": { - "readOnly": true, - "type": "string", - "description": "Creator Id of the library/package." - } - } - }, "LibraryRequirements": { "type": "object", "description": "Library requirements for a Big Data pool powered by Apache Spark",