diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj index df32d6adf6c2..6f65c4e7f850 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj @@ -51,7 +51,7 @@ - + diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Constants.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/Constants.cs index 9e05f89744c1..9177822bc632 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Constants.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Constants.cs @@ -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"; } diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/NewAzureHDInsightClusterIdentity.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightClusterIdentity.cs similarity index 96% rename from src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/NewAzureHDInsightClusterIdentity.cs rename to src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightClusterIdentity.cs index 2982c23587e1..0ee2be3c5a50 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/NewAzureHDInsightClusterIdentity.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightClusterIdentity.cs @@ -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 diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.xml b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.xml index 2c6b77348ad3..db243711ab60 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.xml +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.xml @@ -1,5 +1,193 @@  + + + Add-AzureRmHDInsightClusterIdentity + + Adds a cluster identity to the Microsoft Azure HDInsight cluster configuration. + + + + + Add + AzureHDInsightClusterIdentity + + + + Adds a cluster identity to the Microsoft Azure HDInsight cluster configuration. + + + + Add-AzureRmHDInsightClusterIdentity + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + ObjectId + + The Service Principal Object Id for accessing Azure Data Lake. + + Guid + + + CertificateFilePath + + The Service Principal certificate for accessing Azure Data Lake. + + String + + + CertificatePassword + + The Service Principal certificate password for accessing Azure Data Lake. + + String + + + AadTenantId + + The Service Principal AAD Tenant Id for accessing Azure Data Lake. + + Guid + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + + ObjectId + + The Service Principal Object Id for accessing Azure Data Lake. + + Guid + + Guid + + + + + + + CertificateFilePath + + The Service Principal certificate for accessing Azure Data Lake. + + String + + String + + + + + + + CertificatePassword + + The Service Principal certificate password for accessing Azure Data Lake. + + String + + String + + + + + + + AadTenantId + + The Service Principal AAD Tenant Id for accessing Azure Data Lake. + + Guid + + Guid + + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Keywords: azure, azurerm, arm, resource, management, manager, hadoop, hdinsight, hd, insight + + + + + + +