Skip to content

Commit

Permalink
Resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
flo-02-mu committed Nov 5, 2020
1 parent 22bd025 commit ea42116
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,7 @@ func resourceArmKubernetesCluster() *schema.Resource {
ForceNew: true,
ValidateFunc: validation.StringInSlice([]string{
string(containerservice.ResourceIdentityTypeSystemAssigned),
<<<<<<< HEAD
string(containerservice.ResourceIdentityTypeUserAssigned),
=======
>>>>>>> master
}, false),
},
"user_assigned_identity_id": {
Expand Down

0 comments on commit ea42116

Please sign in to comment.