Skip to content

Commit

Permalink
Merge pull request #1138 from vmware/qos-state
Browse files Browse the repository at this point in the history
Fix incorrect state update following NSX error
  • Loading branch information
annakhm committed Mar 5, 2024
2 parents 92278e6 + a3198dd commit 1ce16df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsxt/resource_nsxt_policy_qos_profile.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ func resourceNsxtPolicyQosProfileUpdate(d *schema.ResourceData, m interface{}) e
boolFalse := false
err := client.Patch(id, obj, &boolFalse)
if err != nil {
d.Partial(true)
return handleUpdateError("QosProfile", id, err)
}

Expand Down

0 comments on commit 1ce16df

Please sign in to comment.