Skip to content

Commit f2aead6

Browse files
author
msftbot[bot]
authored
2 parents c67150d + 2c882fb commit f2aead6

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,6 +2232,17 @@
22322232
],
22332233
"description": "Dynamic Executor Allocation Properties"
22342234
},
2235+
"isAutotuneEnabled": {
2236+
"oneOf": [
2237+
{
2238+
"type": "boolean"
2239+
},
2240+
{
2241+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
2242+
}
2243+
],
2244+
"description": "Whether autotune is required or not."
2245+
},
22352246
"isComputeIsolationEnabled": {
22362247
"oneOf": [
22372248
{

schemas/2021-06-01/Microsoft.Synapse.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,17 @@
18081808
],
18091809
"description": "Dynamic Executor Allocation Properties"
18101810
},
1811+
"isAutotuneEnabled": {
1812+
"oneOf": [
1813+
{
1814+
"type": "boolean"
1815+
},
1816+
{
1817+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
1818+
}
1819+
],
1820+
"description": "Whether autotune is required or not."
1821+
},
18111822
"isComputeIsolationEnabled": {
18121823
"oneOf": [
18131824
{
@@ -3114,6 +3125,11 @@
31143125
"type": {
31153126
"type": "string",
31163127
"description": "Type of the library."
3128+
},
3129+
"uploadedTimestamp": {
3130+
"type": "string",
3131+
"format": "date-time",
3132+
"description": "The last update time of the library."
31173133
}
31183134
},
31193135
"description": "Library/package information of a Big Data pool powered by Apache Spark"

0 commit comments

Comments
 (0)