Skip to content

Commit

Permalink
r/hdinsights_interactive_query: fixing the cluster kind
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 8, 2019
1 parent bec362d commit a4a4936
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func resourceArmHDInsightInteractiveQueryClusterCreate(d *schema.ResourceData, m
OsType: hdinsight.Linux,
ClusterVersion: utils.String(clusterVersion),
ClusterDefinition: &hdinsight.ClusterDefinition{
Kind: utils.String("InteractiveQuery"),
Kind: utils.String("INTERACTIVEHIVE"),
ComponentVersion: componentVersions,
Configurations: gateway,
},
Expand Down

0 comments on commit a4a4936

Please sign in to comment.