Skip to content

Commit b6f714d

Browse files
author
SDKAuto
committed
CodeGen from PR 12667 in Azure/azure-rest-api-specs
Merge db6b01a38f25842f49071ecd4f709cb77c90fa81 into fbd281068937dcf905cb4a87a1c1a40646819bb4
1 parent 017eca6 commit b6f714d

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

schemas/2019-06-01-preview/Microsoft.Synapse.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,6 +1614,20 @@
16141614
"format": "date-time",
16151615
"description": "The time when the Big Data pool was created."
16161616
},
1617+
"customLibraries": {
1618+
"oneOf": [
1619+
{
1620+
"type": "array",
1621+
"items": {
1622+
"$ref": "#/definitions/LibraryResourceProperties"
1623+
}
1624+
},
1625+
{
1626+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1627+
}
1628+
],
1629+
"description": "List of custom libraries/packages associated with the spark pool."
1630+
},
16171631
"defaultSparkLogFolder": {
16181632
"type": "string",
16191633
"description": "The default folder where Spark logs will be written."
@@ -2793,6 +2807,11 @@
27932807
},
27942808
"description": "Library requirements for a Big Data pool powered by Apache Spark"
27952809
},
2810+
"LibraryResourceProperties": {
2811+
"type": "object",
2812+
"properties": {},
2813+
"description": "Library/package properties"
2814+
},
27962815
"LicensedComponentSetupTypeProperties": {
27972816
"type": "object",
27982817
"properties": {
@@ -5279,4 +5298,4 @@
52795298
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
52805299
}
52815300
}
5282-
}
5301+
}

schemas/2020-04-01-preview/Microsoft.Synapse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@
179179
"description": "The sql pool's properties."
180180
}
181181
}
182-
}
182+
}

schemas/2020-12-01/Microsoft.Synapse.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5451,4 +5451,4 @@
54515451
"description": "Microsoft.Synapse/workspaces/vulnerabilityAssessments"
54525452
}
54535453
}
5454-
}
5454+
}

0 commit comments

Comments
 (0)