You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warnings=append(warnings, fmt.Sprintf("Spark version %s is deprecated and will be removed in a future version of the AzureRM provider. Please consider upgrading to version 3.4 or later.", val))
Copy file name to clipboardExpand all lines: website/docs/r/synapse_spark_pool.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The following arguments are supported:
97
97
98
98
*`node_size` - (Required) The level of node in the Spark Pool. Possible values are `Small`, `Medium`, `Large`, `None`, `XLarge`, `XXLarge` and `XXXLarge`.
99
99
100
-
*`spark_version` - (Required) The Apache Spark version. Possible values are `3.2`, `3.3`, and`3.4`.
100
+
*`spark_version` - (Required) The Apache Spark version. Currently, the only possible value is`3.4`.
101
101
102
102
*`node_count` - (Optional) The number of nodes in the Spark Pool. Exactly one of `node_count` or `auto_scale` must be specified.
0 commit comments