Skip to content

Commit ab20e33

Browse files
committed
Adding help for new IaaS specific parameters
1 parent dbf8aed commit ab20e33

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight/Microsoft.WindowsAzure.Commands.HDInsight.dll-Help.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2068,6 +2068,27 @@
20682068
</maml:description>
20692069
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
20702070
</command:parameter>
2071+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="10">
2072+
<maml:name>OSType</maml:name>
2073+
<maml:description>
2074+
<maml:para>The type of operating system to be installed on cluster nodes. Valid values are Windows, Linux.</maml:para>
2075+
</maml:description>
2076+
<command:parameterValue required="true" variableLength="false">OSType</command:parameterValue>
2077+
</command:parameter>
2078+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="11">
2079+
<maml:name>SshCredential</maml:name>
2080+
<maml:description>
2081+
<maml:para>The credentials for SSH access to the cluster.</maml:para>
2082+
</maml:description>
2083+
<command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
2084+
</command:parameter>
2085+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="12">
2086+
<maml:name>SshPublicKey</maml:name>
2087+
<maml:description>
2088+
<maml:para>The public key to use to configure SSH access to the cluster.</maml:para>
2089+
</maml:description>
2090+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2091+
</command:parameter>
20712092
</command:syntaxItem>
20722093
<command:syntaxItem>
20732094
<maml:name>New-AzureHDInsightCluster</maml:name>
@@ -2183,6 +2204,27 @@
21832204
</maml:description>
21842205
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
21852206
</command:parameter>
2207+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="19">
2208+
<maml:name>OSType</maml:name>
2209+
<maml:description>
2210+
<maml:para>The type of operating system to be installed on cluster nodes. Valid values are Windows, Linux.</maml:para>
2211+
</maml:description>
2212+
<command:parameterValue required="true" variableLength="false">OSType</command:parameterValue>
2213+
</command:parameter>
2214+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="20">
2215+
<maml:name>SshCredential</maml:name>
2216+
<maml:description>
2217+
<maml:para>The credentials for SSH access to the cluster.</maml:para>
2218+
</maml:description>
2219+
<command:parameterValue required="true" variableLength="false">PSCredential</command:parameterValue>
2220+
</command:parameter>
2221+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="21">
2222+
<maml:name>SshPublicKey</maml:name>
2223+
<maml:description>
2224+
<maml:para>The public key to use to configure SSH access to the cluster.</maml:para>
2225+
</maml:description>
2226+
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
2227+
</command:parameter>
21862228
</command:syntaxItem>
21872229
</command:syntax>
21882230
<command:parameters>

0 commit comments

Comments
 (0)