diff --git a/src/HDInsight/HDInsight/Models/Management/AzureHDInsightCluster.cs b/src/HDInsight/HDInsight/Models/Management/AzureHDInsightCluster.cs index 7d704ff91d5c..0c3ed85933de 100644 --- a/src/HDInsight/HDInsight/Models/Management/AzureHDInsightCluster.cs +++ b/src/HDInsight/HDInsight/Models/Management/AzureHDInsightCluster.cs @@ -221,7 +221,8 @@ public AzureHDInsightCluster(Cluster cluster, IDictionary cluste /// Data Disks Group Properties for the Worker Role. /// public List WorkerNodeDataDisksGroups { get; set; } - + + /// /// Gets or sets the security profile. /// ///