Skip to content

HPF PR: dev <- Azure:dev #418

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 23, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<Compile Include="JobCommands\StopAzureHDInsightJobCommand.cs" />
<Compile Include="JobCommands\StartAzureHDInsightJobCommand.cs" />
<Compile Include="ManagementCommands\SetAzureHDInsightDefaultStorageCommand.cs" />
<Compile Include="ManagementCommands\NewAzureHDInsightClusterIdentity.cs" />
<Compile Include="ManagementCommands\AddAzureHDInsightClusterIdentity.cs" />
<Compile Include="ManagementCommands\AddAzureHDInsightStorageCommand.cs" />
<Compile Include="ManagementCommands\AddAzureHDInsightScriptActionCommand.cs" />
<Compile Include="ManagementCommands\AddAzureHDInsightMetastoreCommand.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static class CommandNames
public const string AzureHDInsightJobOutput = "AzureRmHDInsightJobOutput";
public const string AzureHDInsightDefaultStorage = "AzureRmHDInsightDefaultStorage";
public const string AzureHDInsightHiveJob = "AzureRmHDInsightHiveJob";
public const string AzureHDInsightClusterIdentity = "AzureHDInsightClusterIdentity";
public const string AzureHDInsightClusterIdentity = "AzureRmHDInsightClusterIdentity";
public const string Hive = "Hive";
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
namespace Microsoft.Azure.Commands.HDInsight.ManagementCommands
{
[Cmdlet(
VerbsCommon.New,
VerbsCommon.Add,
Constants.CommandNames.AzureHDInsightClusterIdentity),
OutputType(typeof(AzureHDInsightConfig))]
public class NewAzureHDInsightClusterIdentity : HDInsightCmdletBase
public class AddAzureHDInsightClusterIdentity : HDInsightCmdletBase
{
#region Input Parameter Definitions

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,193 @@
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml">
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
<command:details>
<command:name>Add-AzureRmHDInsightClusterIdentity</command:name>
<maml:description>
<maml:para>Adds a cluster identity to the Microsoft Azure HDInsight cluster configuration.</maml:para>
</maml:description>
<maml:copyright>
<maml:para />
</maml:copyright>
<command:verb>Add</command:verb>
<command:noun>AzureHDInsightClusterIdentity</command:noun>
<dev:version />
</command:details>
<maml:description>
<maml:para>Adds a cluster identity to the Microsoft Azure HDInsight cluster configuration.</maml:para>
</maml:description>
<command:syntax>
<command:syntaxItem>
<maml:name>Add-AzureRmHDInsightClusterIdentity</maml:name>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Config</maml:name>
<maml:description>
<maml:para>The HDInsight cluster configuration to use when creating the new cluster.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">AzureHDInsightConfig</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
<maml:name>ObjectId</maml:name>
<maml:description>
<maml:para>The Service Principal Object Id for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
<maml:name>CertificateFilePath</maml:name>
<maml:description>
<maml:para>The Service Principal certificate for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
<maml:name>CertificatePassword</maml:name>
<maml:description>
<maml:para>The Service Principal certificate password for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AadTenantId</maml:name>
<maml:description>
<maml:para>The Service Principal AAD Tenant Id for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Profile</maml:name>
<maml:description>
<maml:para />
</maml:description>
<command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByValue)" position="0">
<maml:name>Config</maml:name>
<maml:description>
<maml:para>The HDInsight cluster configuration to use when creating the new cluster.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">AzureHDInsightConfig</command:parameterValue>
<dev:type>
<maml:name>AzureHDInsightConfig</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="1">
<maml:name>ObjectId</maml:name>
<maml:description>
<maml:para>The Service Principal Object Id for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Guid</command:parameterValue>
<dev:type>
<maml:name>Guid</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="2">
<maml:name>CertificateFilePath</maml:name>
<maml:description>
<maml:para>The Service Principal certificate for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
<maml:name>String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="false" position="3">
<maml:name>CertificatePassword</maml:name>
<maml:description>
<maml:para>The Service Principal certificate password for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">String</command:parameterValue>
<dev:type>
<maml:name>String</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>AadTenantId</maml:name>
<maml:description>
<maml:para>The Service Principal AAD Tenant Id for accessing Azure Data Lake.</maml:para>
</maml:description>
<command:parameterValue required="false" variableLength="false">Guid</command:parameterValue>
<dev:type>
<maml:name>Guid</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Profile</maml:name>
<maml:description>
<maml:para />
</maml:description>
<command:parameterValue required="true" variableLength="false">AzureProfile</command:parameterValue>
<dev:type>
<maml:name>AzureProfile</maml:name>
<maml:uri />
</dev:type>
<dev:defaultValue>
</dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>
</maml:name>
<maml:uri>
</maml:uri>
<maml:description />
</dev:type>
<maml:description>
<maml:para />
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<command:returnValue>
<dev:type>
<maml:name>
</maml:name>
<maml:uri>
</maml:uri>
<maml:description />
</dev:type>
<maml:description>
<maml:para />
</maml:description>
</command:returnValue>
</command:returnValues>
<command:terminatingErrors>
</command:terminatingErrors>
<command:nonTerminatingErrors>
</command:nonTerminatingErrors>
<maml:alertSet>
<maml:title>
</maml:title>
<maml:alert>
<maml:para />
<maml:para>Keywords: azure, azurerm, arm, resource, management, manager, hadoop, hdinsight, hd, insight</maml:para>
</maml:alert>
</maml:alertSet>
<command:examples>
</command:examples>
<maml:relatedLinks>
</maml:relatedLinks>
</command:command>
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
<!--Generated by PS Cmdlet Help Editor-->
<command:details>
Expand Down