File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
schemas/2019-06-01-preview Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 11101110 "format" : " date-time" ,
11111111 "description" : " The time when the Big Data pool was created."
11121112 },
1113+ "customLibraries" : {
1114+ "oneOf" : [
1115+ {
1116+ "type" : " array" ,
1117+ "items" : {
1118+ "$ref" : " #/definitions/LibraryInfo"
1119+ }
1120+ },
1121+ {
1122+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1123+ }
1124+ ],
1125+ "description" : " List of custom libraries/packages associated with the spark pool."
1126+ },
11131127 "defaultSparkLogFolder" : {
11141128 "type" : " string" ,
11151129 "description" : " The default folder where Spark logs will be written."
11861200 "type" : " string" ,
11871201 "description" : " The state of the Big Data pool."
11881202 },
1203+ "sessionLevelPackagesEnabled" : {
1204+ "oneOf" : [
1205+ {
1206+ "type" : " boolean"
1207+ },
1208+ {
1209+ "$ref" : " https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1210+ }
1211+ ],
1212+ "description" : " Whether session level library/package management is enabled or not."
1213+ },
11891214 "sparkConfigProperties" : {
11901215 "oneOf" : [
11911216 {
20512076 },
20522077 "description" : " IP firewall rule properties"
20532078 },
2079+ "LibraryInfo" : {
2080+ "type" : " object" ,
2081+ "properties" : {
2082+ "containerName" : {
2083+ "type" : " string" ,
2084+ "description" : " Storage blob container name."
2085+ },
2086+ "name" : {
2087+ "type" : " string" ,
2088+ "description" : " Name of the library."
2089+ },
2090+ "path" : {
2091+ "type" : " string" ,
2092+ "description" : " Storage blob path of library."
2093+ },
2094+ "type" : {
2095+ "type" : " string" ,
2096+ "description" : " Type of the library."
2097+ },
2098+ "uploadedTimestamp" : {
2099+ "type" : " string" ,
2100+ "format" : " date-time" ,
2101+ "description" : " The last update time of the library."
2102+ }
2103+ },
2104+ "description" : " Library/package information of a Big Data pool powered by Apache Spark"
2105+ },
20542106 "LibraryRequirements" : {
20552107 "type" : " object" ,
20562108 "properties" : {
You can’t perform that action at this time.
0 commit comments