Skip to content

Commit

Permalink
[style] clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqingzhang committed May 7, 2022
1 parent d08d966 commit 4376ba8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ func resourceKubernetesClusterNodePoolUpdate(d *pluginsdk.ResourceData, meta int
if d.HasChange("workload_runtime") {
props.WorkloadRuntime = containerservice.WorkloadRuntime(d.Get("workload_runtime").(string))
}

if d.HasChange("node_labels") {
props.NodeLabels = utils.ExpandMapStringPtrString(d.Get("node_labels").(map[string]interface{}))
}
Expand Down

0 comments on commit 4376ba8

Please sign in to comment.