File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ServiceManagement/HDInsight/Commands.HDInsight Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public NewAzureHDInsightClusterCmdlet()
57
57
* Position 03: Certificate
58
58
* Position 04: Location
59
59
* Position 05: Credential
60
- * Position 06: ???
60
+ * Position 06: ??? (Missed. To be fixed.)
61
61
* Position 07: Endpoint
62
62
* Position 08: HostedService
63
63
* Position 09: Version
@@ -74,7 +74,7 @@ public NewAzureHDInsightClusterCmdlet()
74
74
* Position 05: DefaultStorageAccountKey
75
75
* Position 06: DefaultStorageContainerName
76
76
* Position 07: Credential
77
- * Position 08: ???
77
+ * Position 08: ??? (Missed. To be fixed.)
78
78
* Position 09: ClusterSizeInNodes
79
79
* Position 10: Endpoint
80
80
* Position 11: HostedService
Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ public string VersionStatus
190
190
}
191
191
192
192
/// <summary>
193
- /// Gets the type of Operating System installed on cluster nodes.
193
+ /// Gets the type of Operating System installed on cluster nodes.
194
194
/// </summary>
195
195
public OSType OSType
196
196
{
You can’t perform that action at this time.
0 commit comments