Skip to content

Commit

Permalink
Address review#2: remove compute type
Browse files Browse the repository at this point in the history
  • Loading branch information
gro1m committed May 18, 2021
1 parent 0e9d18d commit 178d4ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ func resourceComputeClusterCreate(d *schema.ResourceData, meta interface{}) erro
},
ComputeLocation: utils.String(d.Get("location").(string)),
Description: utils.String(d.Get("description").(string)),
ComputeType: "ComputeTypeAmlCompute1",
}

amlComputeProperties, isAmlCompute := (machinelearningservices.BasicCompute).AsAmlCompute(computeClusterProperties)
Expand Down

0 comments on commit 178d4ca

Please sign in to comment.