Skip to content

Commit d0b76e0

Browse files
committed
Fix help/test
1 parent e8e6754 commit d0b76e0

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight.Test/UnitTests/PremiumClusterTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ namespace Microsoft.Azure.Commands.HDInsight.Test
2727
public class PremiumClusterTests : HDInsightTestBase
2828
{
2929
private NewAzureHDInsightClusterCommand cmdlet;
30-
private const string StorageName = "giyerwestus1.blob.core.windows.net";
31-
private const string StorageKey = "O9EQvp3A3AjXq/W27rst1GQfLllhp01qlJMJfSU1hVW2K42gUeiUUn2D8zX2lU3taiXSSfqkZlcPv+nQcYUxYw==";
30+
private const string StorageName = "PlaceStorageName";
31+
private const string StorageKey = "PlaceStorageKey";
3232
private const int ClusterSize = 4;
3333

3434
private readonly PSCredential _httpCred;

src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3068,7 +3068,7 @@
30683068
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
30693069
<maml:name>ClusterTier</maml:name>
30703070
<maml:description>
3071-
<maml:para>The HDInsight cluster tier. Standard is the default tier. Some new features are only compatible with Premium tier, only can be used with Linux clusters.</maml:para>
3071+
<maml:para>The HDInsight cluster tier. By default, this is Standard. The Premium tier can only be used with Linux clusters, and it enables the use of some new features.</maml:para>
30723072
</maml:description>
30733073
<command:parameterValue required="true" variableLength="false">Tier</command:parameterValue>
30743074
</command:parameter>
@@ -3394,6 +3394,13 @@
33943394
</dev:type>
33953395
<dev:defaultValue></dev:defaultValue>
33963396
</command:parameter>
3397+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
3398+
<maml:name>ClusterTier</maml:name>
3399+
<maml:description>
3400+
<maml:para>The HDInsight cluster tier. By default, this is Standard. The Premium tier can only be used with Linux clusters, and it enables the use of some new features.</maml:para>
3401+
</maml:description>
3402+
<command:parameterValue required="true" variableLength="false">Tier</command:parameterValue>
3403+
</command:parameter>
33973404
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
33983405
<maml:name>VirtualNetworkId</maml:name>
33993406
<maml:description>
@@ -3678,6 +3685,13 @@
36783685
</maml:description>
36793686
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
36803687
</command:parameter>
3688+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
3689+
<maml:name>ClusterTier</maml:name>
3690+
<maml:description>
3691+
<maml:para>The HDInsight cluster tier. By default, this is Standard. The Premium tier can only be used with Linux clusters, and it enables the use of some new features.</maml:para>
3692+
</maml:description>
3693+
<command:parameterValue required="true" variableLength="false">Tier</command:parameterValue>
3694+
</command:parameter>
36813695
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
36823696
<maml:name>ObjectId</maml:name>
36833697
<maml:description>
@@ -3819,6 +3833,13 @@
38193833
</dev:type>
38203834
<dev:defaultValue></dev:defaultValue>
38213835
</command:parameter>
3836+
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
3837+
<maml:name>ClusterTier</maml:name>
3838+
<maml:description>
3839+
<maml:para>The HDInsight cluster tier. By default, this is Standard. The Premium tier can only be used with Linux clusters, and it enables the use of some new features.</maml:para>
3840+
</maml:description>
3841+
<command:parameterValue required="true" variableLength="false">Tier</command:parameterValue>
3842+
</command:parameter>
38223843
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
38233844
<maml:name>ObjectId</maml:name>
38243845
<maml:description>

0 commit comments

Comments
 (0)