Skip to content

Commit 50aeea9

Browse files
committed
Merge pull request #709 from shefaliv/hdinsight
HDInsight documentation
2 parents 1c59158 + b3bcfbe commit 50aeea9

10 files changed

+4947
-100
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25+
<DocumentationFile>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\HDInsight\Microsoft.Azure.Commands.HDInsight.xml</DocumentationFile>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2728
<DebugType>pdbonly</DebugType>
@@ -81,7 +82,9 @@
8182
<Compile Include="Properties\AssemblyInfo.cs" />
8283
</ItemGroup>
8384
<ItemGroup>
84-
<None Include="Microsoft.Azure.Commands.HDInsight.dll-help.psd1" />
85+
<None Include="Microsoft.Azure.Commands.HDInsight.dll-help.psd1">
86+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
87+
</None>
8588
<None Include="MSSharedLibKey.snk" />
8689
<None Include="packages.config" />
8790
</ItemGroup>

src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class WaitAzureHDInsightJobCommand : HDInsightCmdletBase
3030
[Parameter(
3131
Position = 0,
3232
Mandatory = true,
33-
HelpMessage = "Gets or sets the name of the resource group.")]
33+
HelpMessage = "The name of the resource group.")]
3434
public string ResourceGroupName { get; set; }
3535

3636
[Parameter(Mandatory = true,

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightConfigValuesCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class AddAzureHDInsightConfigValuesCommand : HDInsightCmdletBase
3434
[Parameter(Position = 0,
3535
Mandatory = true,
3636
ValueFromPipeline = true,
37-
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")]
37+
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")]
3838
public AzureHDInsightConfig Config { get; set; }
3939

4040
[Parameter(HelpMessage = "Gets the Core Site configurations of this HDInsight cluster.")]

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightMetastoreCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class AddAzureHDInsightMetastoreCommand : HDInsightCmdletBase
3232
[Parameter(Position = 0,
3333
Mandatory = true,
3434
ValueFromPipeline = true,
35-
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")]
35+
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")]
3636
public AzureHDInsightConfig Config { get; set; }
3737

3838
[Parameter(Position = 1,

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightScriptActionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class AddAzureHDInsightScriptActionCommand : HDInsightCmdletBase
3333
[Parameter(Position = 0,
3434
Mandatory = true,
3535
ValueFromPipeline = true,
36-
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")]
36+
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")]
3737
public AzureHDInsightConfig Config { get; set; }
3838

3939
[Parameter(Position = 1,

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightStorageCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class AddAzureHDInsightStorageCommand : HDInsightCmdletBase
2929
[Parameter(Position = 0,
3030
Mandatory = true,
3131
ValueFromPipeline = true,
32-
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")]
32+
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")]
3333
public AzureHDInsightConfig Config { get; set; }
3434

3535
[Parameter(Position = 1,

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/SetAzureHDInsightDefaultStorageCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class SetAzureHDInsightDefaultStorageCommand : HDInsightCmdletBase
2929
[Parameter(Position = 0,
3030
Mandatory = true,
3131
ValueFromPipeline = true,
32-
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")]
32+
HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")]
3333
public AzureHDInsightConfig Config { get; set; }
3434

3535
[Parameter(Position = 1,

src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help -psd1.txt

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)