Skip to content

Commit f15e544

Browse files
authored
Fix Az.HDInsight XML Comments (Azure#18432)
1 parent 2c724d8 commit f15e544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HDInsight/HDInsight/Models/Management/AzureHDInsightCluster.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,8 @@ public AzureHDInsightCluster(Cluster cluster, IDictionary<string, string> cluste
221221
/// Data Disks Group Properties for the Worker Role.
222222
/// </summary>
223223
public List<DataDisksGroups> WorkerNodeDataDisksGroups { get; set; }
224-
224+
225+
/// <summary>
225226
/// Gets or sets the security profile.
226227
/// </summary>
227228
/// <value>

0 commit comments

Comments
 (0)