From f15e544f511077a4e46770227da50aa07915f57c Mon Sep 17 00:00:00 2001 From: v-yuzhichen <96757176+v-yuzhichen@users.noreply.github.com> Date: Mon, 13 Jun 2022 11:01:42 +0800 Subject: [PATCH] Fix Az.HDInsight XML Comments (#18432) --- .../HDInsight/Models/Management/AzureHDInsightCluster.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. /// ///