File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 2232
2232
],
2233
2233
"description" : " Dynamic Executor Allocation Properties"
2234
2234
},
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
+ },
2235
2246
"isComputeIsolationEnabled" : {
2236
2247
"oneOf" : [
2237
2248
{
Original file line number Diff line number Diff line change 1808
1808
],
1809
1809
"description" : " Dynamic Executor Allocation Properties"
1810
1810
},
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
+ },
1811
1822
"isComputeIsolationEnabled" : {
1812
1823
"oneOf" : [
1813
1824
{
3114
3125
"type" : {
3115
3126
"type" : " string" ,
3116
3127
"description" : " Type of the library."
3128
+ },
3129
+ "uploadedTimestamp" : {
3130
+ "type" : " string" ,
3131
+ "format" : " date-time" ,
3132
+ "description" : " The last update time of the library."
3117
3133
}
3118
3134
},
3119
3135
"description" : " Library/package information of a Big Data pool powered by Apache Spark"
You can’t perform that action at this time.
0 commit comments