Skip to content

Commit

Permalink
Revert "azurerm_synapse_spark_pool - mark node_count as computed"
Browse files Browse the repository at this point in the history
This reverts commit daffff9.
  • Loading branch information
ms-henglu committed Aug 13, 2024
1 parent daffff9 commit a067a73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/services/synapse/synapse_spark_pool_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func resourceSynapseSparkPool() *pluginsdk.Resource {
"node_count": {
Type: pluginsdk.TypeInt,
Optional: true,
Computed: true,
ValidateFunc: validation.IntBetween(3, 200),
ExactlyOneOf: []string{"node_count", "auto_scale"},
},
Expand Down

0 comments on commit a067a73

Please sign in to comment.