Skip to content

Commit

Permalink
Fir message formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kosinsky committed Jul 13, 2020
1 parent f68a424 commit 1163b51
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ func resourceArmHDInsightMLServicesCluster() *schema.Resource {
More information on the HDInsight 3.6 deprecation can be found at:
https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#available-versions`,
Create: resourceArmHDInsightMLServicesClusterCreate,
Read: resourceArmHDInsightMLServicesClusterRead,
Update: hdinsightClusterUpdate("MLServices", resourceArmHDInsightMLServicesClusterRead),
Delete: hdinsightClusterDelete("MLServices"),
Create: resourceArmHDInsightMLServicesClusterCreate,
Read: resourceArmHDInsightMLServicesClusterRead,
Update: hdinsightClusterUpdate("MLServices", resourceArmHDInsightMLServicesClusterRead),
Delete: hdinsightClusterDelete("MLServices"),
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ func resourceArmHDInsightRServerCluster() *schema.Resource {
More information on the HDInsight 3.6 deprecation can be found at:
https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#available-versions`,
Create: resourceArmHDInsightRServerClusterCreate,
Read: resourceArmHDInsightRServerClusterRead,
Update: hdinsightClusterUpdate("RServer", resourceArmHDInsightRServerClusterRead),
Delete: hdinsightClusterDelete("RServer"),
Create: resourceArmHDInsightRServerClusterCreate,
Read: resourceArmHDInsightRServerClusterRead,
Update: hdinsightClusterUpdate("RServer", resourceArmHDInsightRServerClusterRead),
Delete: hdinsightClusterDelete("RServer"),
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ func resourceArmHDInsightStormCluster() *schema.Resource {
More information on the HDInsight 3.6 deprecation can be found at:
https://docs.microsoft.com/en-us/azure/hdinsight/hdinsight-component-versioning#available-versions`,
Create: resourceArmHDInsightStormClusterCreate,
Read: resourceArmHDInsightStormClusterRead,
Update: hdinsightClusterUpdate("Storm", resourceArmHDInsightStormClusterRead),
Delete: hdinsightClusterDelete("Storm"),
Create: resourceArmHDInsightStormClusterCreate,
Read: resourceArmHDInsightStormClusterRead,
Update: hdinsightClusterUpdate("Storm", resourceArmHDInsightStormClusterRead),
Delete: hdinsightClusterDelete("Storm"),
Importer: &schema.ResourceImporter{
State: schema.ImportStatePassthrough,
},
Expand Down

0 comments on commit 1163b51

Please sign in to comment.