Skip to content

Commit 3f55b94

Browse files
committed
Addressed code review comments
1 parent 292fc15 commit 3f55b94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/NewAzureHDInsightClusterCmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public NewAzureHDInsightClusterCmdlet()
5757
* Position 03: Certificate
5858
* Position 04: Location
5959
* Position 05: Credential
60-
* Position 06: ???
60+
* Position 06: ??? (Missed. To be fixed.)
6161
* Position 07: Endpoint
6262
* Position 08: HostedService
6363
* Position 09: Version
@@ -74,7 +74,7 @@ public NewAzureHDInsightClusterCmdlet()
7474
* Position 05: DefaultStorageAccountKey
7575
* Position 06: DefaultStorageContainerName
7676
* Position 07: Credential
77-
* Position 08: ???
77+
* Position 08: ??? (Missed. To be fixed.)
7878
* Position 09: ClusterSizeInNodes
7979
* Position 10: Endpoint
8080
* Position 11: HostedService

src/ServiceManagement/HDInsight/Commands.HDInsight/Model/DataObjects/AzureHDInsightCluster.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public string VersionStatus
190190
}
191191

192192
/// <summary>
193-
/// Gets the type of Operating System installed on cluster nodes.
193+
/// Gets the type of Operating System installed on cluster nodes.
194194
/// </summary>
195195
public OSType OSType
196196
{

0 commit comments

Comments
 (0)