From b3bcfbe03d967edc7ac06f71c8cdf6cfdc3b2440 Mon Sep 17 00:00:00 2001 From: Shefali Date: Thu, 6 Aug 2015 19:00:54 -0700 Subject: [PATCH] adding documentation --- .../Commands.HDInsight.csproj | 5 +- .../WaitAzureHDInsightJobCommand.cs | 2 +- .../AddAzureHDInsightConfigValuesCommand.cs | 2 +- .../AddAzureHDInsightMetastoreCommand.cs | 2 +- .../AddAzureHDInsightScriptActionCommand.cs | 2 +- .../AddAzureHDInsightStorageCommand.cs | 2 +- .../SetAzureHDInsightDefaultStorageCommand.cs | 2 +- ...zure.Commands.HDInsight.dll-help -psd1.txt | 88 - ...Azure.Commands.HDInsight.dll-help.Help.xml | 4932 +++++++++++++++++ ...oft.Azure.Commands.HDInsight.dll-help.psd1 | 10 +- 10 files changed, 4947 insertions(+), 100 deletions(-) delete mode 100644 src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help -psd1.txt create mode 100644 src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj index 2390b715c477..26e832c6c394 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj @@ -22,6 +22,7 @@ DEBUG;TRACE prompt 4 + ..\..\..\Package\Debug\ResourceManager\AzureResourceManager\HDInsight\Microsoft.Azure.Commands.HDInsight.xml pdbonly @@ -81,7 +82,9 @@ - + + Always + diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs index 40d108ffe0a6..81e18f06167d 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/JobCommands/WaitAzureHDInsightJobCommand.cs @@ -30,7 +30,7 @@ public class WaitAzureHDInsightJobCommand : HDInsightCmdletBase [Parameter( Position = 0, Mandatory = true, - HelpMessage = "Gets or sets the name of the resource group.")] + HelpMessage = "The name of the resource group.")] public string ResourceGroupName { get; set; } [Parameter(Mandatory = true, diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightConfigValuesCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightConfigValuesCommand.cs index 0072e943fb7e..03f928c27942 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightConfigValuesCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightConfigValuesCommand.cs @@ -34,7 +34,7 @@ public class AddAzureHDInsightConfigValuesCommand : HDInsightCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, - HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")] + HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")] public AzureHDInsightConfig Config { get; set; } [Parameter(HelpMessage = "Gets the Core Site configurations of this HDInsight cluster.")] diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightMetastoreCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightMetastoreCommand.cs index e655921500a0..3e2889b5a05a 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightMetastoreCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightMetastoreCommand.cs @@ -32,7 +32,7 @@ public class AddAzureHDInsightMetastoreCommand : HDInsightCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, - HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")] + HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")] public AzureHDInsightConfig Config { get; set; } [Parameter(Position = 1, diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightScriptActionCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightScriptActionCommand.cs index a8590feaa4a0..74b630d53c0f 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightScriptActionCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightScriptActionCommand.cs @@ -33,7 +33,7 @@ public class AddAzureHDInsightScriptActionCommand : HDInsightCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, - HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")] + HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")] public AzureHDInsightConfig Config { get; set; } [Parameter(Position = 1, diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightStorageCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightStorageCommand.cs index 3f2c826a7b38..ae58f40c54e3 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightStorageCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightStorageCommand.cs @@ -29,7 +29,7 @@ public class AddAzureHDInsightStorageCommand : HDInsightCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, - HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")] + HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")] public AzureHDInsightConfig Config { get; set; } [Parameter(Position = 1, diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/SetAzureHDInsightDefaultStorageCommand.cs b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/SetAzureHDInsightDefaultStorageCommand.cs index d7cebe763ec1..31696465fc00 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/SetAzureHDInsightDefaultStorageCommand.cs +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/SetAzureHDInsightDefaultStorageCommand.cs @@ -29,7 +29,7 @@ public class SetAzureHDInsightDefaultStorageCommand : HDInsightCmdletBase [Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, - HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster")] + HelpMessage = "The HDInsight cluster configuration to use when creating the new cluster.")] public AzureHDInsightConfig Config { get; set; } [Parameter(Position = 1, diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help -psd1.txt b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help -psd1.txt deleted file mode 100644 index 580e8a2f7f6f..000000000000 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help -psd1.txt +++ /dev/null @@ -1,88 +0,0 @@ -# -# Module manifest for module 'Microsoft.Azure.Commands.Management.HDInsight' -# -# Generated by: Microsoft Corporation -# -# Generated on: 07/29/2015 -# - -@{ - -# Version number of this module. -ModuleVersion = '0.9.5' - -# ID used to uniquely identify this module -GUID = 'F237EAAA-BD3A-4965-AD4A-BF38598BFEF7' - -# Author of this module -Author = 'Microsoft Corporation' - -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' - -# Copyright statement for this module -Copyright = '� Microsoft Corporation. All rights reserved.' - -# Description of the functionality provided by this module -Description = '' - -# Minimum version of the Windows PowerShell engine required by this module -PowerShellVersion = '3.0' - -# Name of the Windows PowerShell host required by this module -PowerShellHostName = '' - -# Minimum version of the Windows PowerShell host required by this module -PowerShellHostVersion = '' - -# Minimum version of the .NET Framework required by this module -DotNetFrameworkVersion = '4.5' - -# Minimum version of the common language runtime (CLR) required by this module -CLRVersion='4.0' - -# Processor architecture (None, X86, Amd64, IA64) required by this module -ProcessorArchitecture = 'None' - -# Modules that must be imported into the global environment prior to importing this module -RequiredModules = @() - -# Assemblies that must be loaded prior to importing this module -RequiredAssemblies = @() - -# Script files (.ps1) that are run in the caller's environment prior to importing this module -ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module -TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = @() - -# Modules to import as nested modules of the module specified in ModuleToProcess -NestedModules = @( - '..\..\..\Package\Debug\ResourceManager\AzureResourceManager\HDInsight\Microsoft.Azure.Commands.HDInsight.dll' -) - -# Functions to export from this module -FunctionsToExport = '*' - -# Cmdlets to export from this module -CmdletsToExport = '*' - -# Variables to export from this module -VariablesToExport = '*' - -# Aliases to export from this module -AliasesToExport = @() - -# List of all modules packaged with this module -ModuleList = @() - -# List of all files packaged with this module -FileList = @() - -# Private data to pass to the module specified in ModuleToProcess -PrivateData = '' - -} diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml new file mode 100644 index 000000000000..7e6235eb876c --- /dev/null +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.Help.xml @@ -0,0 +1,4932 @@ + + + + + Add-AzureHDInsightConfigValues + + Adds a Hadoop configuration value customization and/or a Hive shared library customization to the Microsoft Azure HDInsight cluster configuration. + + + + + Add + AzureHDInsightConfigValues + + + + Adds a Hadoop configuration value customization, such as core-site.xml or hive-site.xml, and/or a Hive shared library customization to the Microsoft Azure HDInsight cluster configuration. + + + + Add-AzureHDInsightConfigValues + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + Core + + The Core Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + HiveSite + + The Hive Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + HiveEnv + + The Hive Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + + OozieSite + + The Oozie Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + OozieEnv + + The Oozie Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + + WebHCat + + The WebHCat Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + HBaseSite + + The HBase Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + HBaseEnv + + The HBase Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + + Storm + + The Storm Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + Yarn + + The Yarn Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + MapRed + + The MapRed Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + Tez + + The Tez Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + Hdfs + + The Hdfs Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + Core + + The Core Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + HiveSite + + The Hive Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + HiveEnv + + The Hive Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + OozieSite + + The Oozie Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + OozieEnv + + The Oozie Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + WebHCat + + The WebHCat Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + HBaseSite + + The HBase Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + HBaseEnv + + The HBase Env configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Storm + + The Storm Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Yarn + + The Yarn Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + MapRed + + The MapRed Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Tez + + The Tez Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Hdfs + + The Hdfs Site configurations of this HDInsight cluster. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add-AzureHDInsightMetastore + + Adds a SQL Database account to the Microsoft Azure HDInsight cluster configuration. + + + + + Add + AzureHDInsightMetastore + + + + Adds a SQL Database to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + + + + Add-AzureHDInsightMetastore + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + MetastoreType + + The type of metastore. + + AzureHDInsightMetastoreType + + + SqlAzureServerName + + The Azure SQL Server instance to use for this metastore. + + String + + + DatabaseName + + The database on the Azure SQL Server instance to use for this metastore. + + String + + + Credential + + The user credentials to use for the Azure SQL Server database. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + MetastoreType + + The type of metastore. + + AzureHDInsightMetastoreType + + AzureHDInsightMetastoreType + + + + + + SqlAzureServerName + + The Azure SQL Server instance to use for this metastore. + + String + + String + + + + + + DatabaseName + + The database on the Azure SQL Server instance to use for this metastore. + + String + + String + + + + + + Credential + + The user credentials to use for the Azure SQL Server database. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add-AzureHDInsightScriptAction + + Adds a SQL Database account to the Microsoft Azure HDInsight cluster configuration. + + + + + Add + AzureHDInsightScriptAction + + + + Adds a SQL Database account to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + + + + Add-AzureHDInsightScriptAction + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + NodeType + + The node on which to apply the action. + + ClusterNodeType + + + Uri + + The URI for the action. + + Uri + + + Name + + The name of the action. + + String + + + Parameters + + The parameters for the action. + + String + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + NodeType + + The node on which to apply the action. + + ClusterNodeType + + ClusterNodeType + + + + + + Uri + + The URI for the action. + + Uri + + Uri + + + + + + Name + + The name of the action. + + String + + String + + + + + + Parameters + + The parameters for the action. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add-AzureHDInsightStorage + + Adds a Microsoft Azure Blob Storage account entry to a target HDInsight configuration. + + + + + Add + AzureHDInsightStorage + + + + Adds a Microsoft Azure Blob Storage account entry to the HDInsight configuration created by the New-AzureHDInsightClusterConfig cmdlet. + + + + Add-AzureHDInsightStorage + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + StorageAccountName + + The storage account name for the storage account to be added to the new cluster. + + String + + + StorageAccountKey + + The storage account key for the storage account to be added to the new cluster. + + String + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + StorageAccountName + + The storage account name for the storage account to be added to the new cluster. + + String + + String + + + + + + StorageAccountKey + + The storage account key for the storage account to be added to the new cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get-AzureHDInsightCluster + + Retrieves and lists all of the Microsoft Azure HDInsight clusters associated with the current subscription or retrieves a specific named cluster. + + + + + Get + AzureHDInsightCluster + + + + Lists all Microsoft Azure HDInsight Service clusters for the current subscription. If the Name parameter is specified, only information for the cluster with that name is returned. + + + + Get-AzureHDInsightCluster + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get-AzureHDInsightJob + + Retrieves the Azure HDInsight jobs from a cluster and lists them in reverse chronological order. + + + + + Get + AzureHDInsightJob + + + + Lists recent jobs for a specified cluster in reverse chronological order, the most recent at the top of the list. + + + + Get-AzureHDInsightJob + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + JobId + + The JobID of the jobDetails to stop. + + String + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + JobId + + The JobID of the jobDetails to stop. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get-AzureHDInsightJobOutput + + Retrieves the log output for a job from the storage account associated with a specified cluster. + + + + + Get + AzureHDInsightJobOutput + + + + Retrieves various types of job logs including Standard Output, Standard Error, Task logs, and a summary of the task logs. + + + + Get-AzureHDInsightJobOutput + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + JobId + + The JobID of the jobDetails to stop. + + String + + + DefaultContainer + + The default container name. + + String + + + DefaultStorageAccountName + + The default storage account name. + + String + + + DefaultStorageAccountKey + + The default storage account key. + + String + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + JobId + + The JobID of the jobDetails to stop. + + String + + String + + + + + + DefaultContainer + + The default container name. + + String + + String + + + + + + DefaultStorageAccountName + + The default storage account name. + + String + + String + + + + + + DefaultStorageAccountKey + + The default storage account key. + + String + + String + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Get-AzureHDInsightProperties + + Retrieves properties specific to a Microsoft Azure HDInsight service. + + + + + Get + AzureHDInsightProperties + + + + Retrieves properties specific to a Microsoft Azure HDInsight service, such as a list of available Azure regions, HDInsight cluster versions, and available compute capacity. + + + + Get-AzureHDInsightProperties + + Location + + The datacenter location for the cluster. + + String + + + Profile + + + + AzureProfile + + + + + + Location + + The datacenter location for the cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Grant-AzureHDInsightHttpServicesAccess + + Grants HTTP access to the cluster. + + + + + Grant + AzureHDInsightHttpServicesAccess + + + + Enables HTTP to access to the cluster using ODBC, Ambari, Oozie and web services. + + + + Grant-AzureHDInsightHttpServicesAccess + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + HttpCredential + + The login for the cluster's user. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + HttpCredential + + The login for the cluster's user. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Grant-AzureHDInsightRdpServicesAccess + + Grants RDP access to the cluster. + + + + + Grant + AzureHDInsightRdpServicesAccess + + + + Enables RDP to access to the cluster. + + + + Grant-AzureHDInsightRdpServicesAccess + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + RdpCredential + + The credential for RDP access to the cluster. + + PSCredential + + + RdpAccessExpiry + + The expiry DateTime for RDP access on the cluster. + + DateTime + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + RdpCredential + + The credential for RDP access to the cluster. + + PSCredential + + PSCredential + + + + + + RdpAccessExpiry + + The expiry DateTime for RDP access on the cluster. + + DateTime + + DateTime + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Invoke-Hive + + Submits Hive queries to the HDInsight cluster, shows progress of the query execution, and retrieves query results in one operation. + + + + + Invoke + Hive + + + + Submits Hive queries to the HDInsight cluster, shows progress of the query execution, and retrieves query results in one operation. The Use-AzureHDInsightCluster cmdlet needs to be used before calling Invoke-Hive to specify which HDInsight cluster the query will be submitted to. + + + + Invoke-Hive + + Arguments + + The hive arguments for the jobDetails. + + String[] + + + Files + + The files for the jobDetails. + + String[] + + + StatusFolder + + The output location to use for the job. + + String + + + Defines + + The parameters for the jobDetails. + + Hashtable + + + File + + The query file to run in the jobDetails. + + String + + + JobName + + The name of the jobDetails. + + String + + + Query + + The query to run in the jobDetails. + + String + + + RunAsFileJob + + Run the query as a file. + + SwitchParameter + + + DefaultContainer + + The default container name. + + String + + + DefaultStorageAccountName + + The default storage account name. + + String + + + DefaultStorageAccountKey + + The default storage account key. + + String + + + Profile + + + + AzureProfile + + + + + + Arguments + + The hive arguments for the jobDetails. + + String[] + + String[] + + + + + + Files + + The files for the jobDetails. + + String[] + + String[] + + + + + + StatusFolder + + The output location to use for the job. + + String + + String + + + + + + Defines + + The parameters for the jobDetails. + + Hashtable + + Hashtable + + + + + + File + + The query file to run in the jobDetails. + + String + + String + + + + + + JobName + + The name of the jobDetails. + + String + + String + + + + + + Query + + The query to run in the jobDetails. + + String + + String + + + + + + RunAsFileJob + + Run the query as a file. + + SwitchParameter + + SwitchParameter + + + + + + DefaultContainer + + The default container name. + + String + + String + + + + + + DefaultStorageAccountName + + The default storage account name. + + String + + String + + + + + + DefaultStorageAccountKey + + The default storage account key. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightCluster + + Creates a new Microsoft Azure HDInsight cluster for the current subscription. + + + + + New + AzureHDInsightCluster + + + + Creates a new Microsoft Azure HDInsight cluster using the specified parameters or configuration created using the New-AzureHDInsightClusterConfig cmdlet. + + + + New-AzureHDInsightCluster + + Location + + The datacenter location for the cluster. + + String + + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + ClusterSizeInNodes + + The number of workernodes for the cluster. + + Int32 + + + HttpCredential + + The login for the cluster's user. + + PSCredential + + + DefaultStorageAccountName + + The StorageName for the default Azure Storage Account. + + String + + + DefaultStorageAccountKey + + The StorageKey for the default Azure Storage Account. + + String + + + OozieMetastore + + The database to store the metadata for Oozie. + + AzureHDInsightMetastore + + + HiveMetastore + + The database to store the metadata for Hive. + + AzureHDInsightMetastore + + + AdditionalStorageAccounts + + The additional Azure Storage Account that you want to enable access to. + + Dictionary`2[String] + + + Configurations + + The configurations of this HDInsight cluster. + + Dictionary`2[Dictionary`2] + + + ScriptActions + + The config actions for the cluster. + + Dictionary`2[List`1] + + + DefaultStorageContainer + + The Storage Container for the default Azure Storage Account. + + String + + + Version + + The version of the HDInsight cluster. + + String + + + HeadNodeSize + + The size of the Head Node. + + String + + + WorkerNodeSize + + The size of the Data Node. + + String + + + ZookeeperNodeSize + + The size of the Zookeeper Node. + + String + + + ClusterType + + The flavor for a cluster. + + HDInsightClusterType + + + VirtualNetworkId + + The virtual network guid for this HDInsight cluster. + + String + + + SubnetName + + The subnet name for this HDInsight cluster. + + String + + + OSType + + The type of operating system installed on cluster nodes. + + OSType + + + SshCredential + + The SSH credential. + + PSCredential + + + SshPublicKey + + The public key to be used for SSH. + + String + + + RdpCredential + + The credential for RDP access to the cluster. + + PSCredential + + + RdpAccessExpiry + + The expiry DateTime for RDP access on the cluster. + + DateTime + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + Profile + + + + AzureProfile + + + + + + Location + + The datacenter location for the cluster. + + String + + String + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + ClusterSizeInNodes + + The number of workernodes for the cluster. + + Int32 + + Int32 + + + + + + HttpCredential + + The login for the cluster's user. + + PSCredential + + PSCredential + + + + + + DefaultStorageAccountName + + The StorageName for the default Azure Storage Account. + + String + + String + + + + + + DefaultStorageAccountKey + + The StorageKey for the default Azure Storage Account. + + String + + String + + + + + + OozieMetastore + + The database to store the metadata for Oozie. + + AzureHDInsightMetastore + + AzureHDInsightMetastore + + + + + + HiveMetastore + + The database to store the metadata for Hive. + + AzureHDInsightMetastore + + AzureHDInsightMetastore + + + + + + AdditionalStorageAccounts + + The additional Azure Storage Account that you want to enable access to. + + Dictionary`2[String] + + Dictionary`2[String] + + + + + + Configurations + + The configurations of this HDInsight cluster. + + Dictionary`2[Dictionary`2] + + Dictionary`2[Dictionary`2] + + + + + + ScriptActions + + The config actions for the cluster. + + Dictionary`2[List`1] + + Dictionary`2[List`1] + + + + + + DefaultStorageContainer + + The Storage Container for the default Azure Storage Account. + + String + + String + + + + + + Version + + The version of the HDInsight cluster. + + String + + String + + + + + + HeadNodeSize + + The size of the Head Node. + + String + + String + + + + + + WorkerNodeSize + + The size of the Data Node. + + String + + String + + + + + + ZookeeperNodeSize + + The size of the Zookeeper Node. + + String + + String + + + + + + ClusterType + + The flavor for a cluster. + + HDInsightClusterType + + HDInsightClusterType + + + + + + VirtualNetworkId + + The virtual network guid for this HDInsight cluster. + + String + + String + + + + + + SubnetName + + The subnet name for this HDInsight cluster. + + String + + String + + + + + + OSType + + The type of operating system installed on cluster nodes. + + OSType + + OSType + + + + + + SshCredential + + The SSH credential. + + PSCredential + + PSCredential + + + + + + SshPublicKey + + The public key to be used for SSH. + + String + + String + + + + + + RdpCredential + + The credential for RDP access to the cluster. + + PSCredential + + PSCredential + + + + + + RdpAccessExpiry + + The expiry DateTime for RDP access on the cluster. + + DateTime + + DateTime + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightClusterConfig + + Creates a non-persisted configuration that describes a Microsoft Azure HDInsight cluster configuration. + + + + + New + AzureHDInsightClusterConfig + + + + Creates a non-persisted configuration that describes a Microsoft Azure HDInsight cluster configuration. + + + + New-AzureHDInsightClusterConfig + + DefaultStorageAccountName + + The StorageName for the default Azure Storage Account. + + String + + + DefaultStorageAccountKey + + The StorageKey for the default Azure Storage Account. + + String + + + OozieMetastore + + The database to store the metadata for Oozie. + + AzureHDInsightMetastore + + + HiveMetastore + + The database to store the metadata for Hive. + + AzureHDInsightMetastore + + + HeadNodeSize + + The size of the Head Node. + + String + + + WorkerNodeSize + + The size of the Data Node. + + String + + + ZookeeperNodeSize + + The size of the Zookeeper Node. + + String + + + ClusterType + + The flavor for a cluster. + + HDInsightClusterType + + + Profile + + + + AzureProfile + + + + + + DefaultStorageAccountName + + The StorageName for the default Azure Storage Account. + + String + + String + + + + + + DefaultStorageAccountKey + + The StorageKey for the default Azure Storage Account. + + String + + String + + + + + + OozieMetastore + + The database to store the metadata for Oozie. + + AzureHDInsightMetastore + + AzureHDInsightMetastore + + + + + + HiveMetastore + + The database to store the metadata for Hive. + + AzureHDInsightMetastore + + AzureHDInsightMetastore + + + + + + HeadNodeSize + + The size of the Head Node. + + String + + String + + + + + + WorkerNodeSize + + The size of the Data Node. + + String + + String + + + + + + ZookeeperNodeSize + + The size of the Zookeeper Node. + + String + + String + + + + + + ClusterType + + The flavor for a cluster. + + HDInsightClusterType + + HDInsightClusterType + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightHiveJobDefinition + + Defines a new Hive job. + + + + + New + AzureHDInsightHiveJobDefinition + + + + Defines a new Hive job. + + + + New-AzureHDInsightHiveJobDefinition + + Arguments + + The hive arguments for the jobDetails. + + String[] + + + Files + + The files for the jobDetails. + + String[] + + + StatusFolder + + The output location to use for the job. + + String + + + Defines + + The parameters for the jobDetails. + + Hashtable + + + File + + The query file to run in the jobDetails. + + String + + + JobName + + The name of the jobDetails. + + String + + + Query + + The query to run in the jobDetails. + + String + + + RunAsFileJob + + Run the query as a file. + + SwitchParameter + + + Profile + + + + AzureProfile + + + + + + Arguments + + The hive arguments for the jobDetails. + + String[] + + String[] + + + + + + Files + + The files for the jobDetails. + + String[] + + String[] + + + + + + StatusFolder + + The output location to use for the job. + + String + + String + + + + + + Defines + + The parameters for the jobDetails. + + Hashtable + + Hashtable + + + + + + File + + The query file to run in the jobDetails. + + String + + String + + + + + + JobName + + The name of the jobDetails. + + String + + String + + + + + + Query + + The query to run in the jobDetails. + + String + + String + + + + + + RunAsFileJob + + Run the query as a file. + + SwitchParameter + + SwitchParameter + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightMapReduceJobDefinition + + Defines a new Map Reduce job. + + + + + New + AzureHDInsightMapReduceJobDefinition + + + + Defines a new Map Reduce job. + + + + New-AzureHDInsightMapReduceJobDefinition + + Arguments + + The hive arguments for the jobDetails. + + String[] + + + Files + + The files for the jobDetails. + + String[] + + + StatusFolder + + The output location to use for the job. + + String + + + ClassName + + The class name to use for the jobDetails. + + String + + + Defines + + The parameters for the jobDetails. + + Hashtable + + + JarFile + + The jar file to use for the jobDetails. + + String + + + JobName + + The name of the jobDetails. + + String + + + LibJars + + The lib jars for the jobDetails. + + String[] + + + Profile + + + + AzureProfile + + + + + + Arguments + + The hive arguments for the jobDetails. + + String[] + + String[] + + + + + + Files + + The files for the jobDetails. + + String[] + + String[] + + + + + + StatusFolder + + The output location to use for the job. + + String + + String + + + + + + ClassName + + The class name to use for the jobDetails. + + String + + String + + + + + + Defines + + The parameters for the jobDetails. + + Hashtable + + Hashtable + + + + + + JarFile + + The jar file to use for the jobDetails. + + String + + String + + + + + + JobName + + The name of the jobDetails. + + String + + String + + + + + + LibJars + + The lib jars for the jobDetails. + + String[] + + String[] + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightPigJobDefinition + + Defines a new Pig job. + + + + + New + AzureHDInsightPigJobDefinition + + + + Defines a new Pig job. + + + + New-AzureHDInsightPigJobDefinition + + Arguments + + The hive arguments for the jobDetails. + + String[] + + + Files + + The files for the jobDetails. + + String[] + + + StatusFolder + + The output location to use for the job. + + String + + + File + + The query file to run in the jobDetails. + + String + + + Query + + The query to run in the jobDetails. + + String + + + Profile + + + + AzureProfile + + + + + + Arguments + + The hive arguments for the jobDetails. + + String[] + + String[] + + + + + + Files + + The files for the jobDetails. + + String[] + + String[] + + + + + + StatusFolder + + The output location to use for the job. + + String + + String + + + + + + File + + The query file to run in the jobDetails. + + String + + String + + + + + + Query + + The query to run in the jobDetails. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + New-AzureHDInsightStreamingMapReduceJobDefinition + + Defines a new Streaming Map Reduce job. + + + + + New + AzureHDInsightStreamingMapReduceJobDefinition + + + + Defines a new Streaming Map Reduce job. + + + + New-AzureHDInsightStreamingMapReduceJobDefinition + + Arguments + + The hive arguments for the jobDetails. + + String[] + + + File + + The file for the jobDetails. + + String + + + StatusFolder + + The output location to use for the job. + + String + + + CommandEnvironment + + The command line environment for the mappers or the reducers. + + String[] + + + Defines + + The parameters for the jobDetails. + + Hashtable + + + InputPath + + The input path to use for the jobDetails. + + String + + + Mapper + + The Mapper to use for the jobDetails. + + String + + + OutputPath + + The output path to use for the jobDetails. + + String + + + Reducer + + The Reducer to use for the jobDetails. + + String + + + Profile + + + + AzureProfile + + + + + + Arguments + + The hive arguments for the jobDetails. + + String[] + + String[] + + + + + + File + + The file for the jobDetails. + + String + + String + + + + + + StatusFolder + + The output location to use for the job. + + String + + String + + + + + + CommandEnvironment + + The command line environment for the mappers or the reducers. + + String[] + + String[] + + + + + + Defines + + The parameters for the jobDetails. + + Hashtable + + Hashtable + + + + + + InputPath + + The input path to use for the jobDetails. + + String + + String + + + + + + Mapper + + The Mapper to use for the jobDetails. + + String + + String + + + + + + OutputPath + + The output path to use for the jobDetails. + + String + + String + + + + + + Reducer + + The Reducer to use for the jobDetails. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Remove-AzureHDInsightCluster + + Deletes the specified HDInsight cluster from your Microsoft Azure subscription. + + + + + Remove + AzureHDInsightCluster + + + + Deletes the specified HDInsight Service cluster. This will also delete any data stored in HDFS on the cluster. + + + + Remove-AzureHDInsightCluster + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Revoke-AzureHDInsightHttpServicesAccess + + Disables HTTP access to the cluster. + + + + + Revoke + AzureHDInsightHttpServicesAccess + + + + Disables HTTP access to the cluster for ODBC, Ambari, Oozie and webHCatalog web services. + + + + Revoke-AzureHDInsightHttpServicesAccess + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Revoke-AzureHDInsightRdpServicesAccess + + Disables RDP access to the cluster. + + + + + Revoke + AzureHDInsightRdpServicesAccess + + + + Disables RDP access to the cluster. + + + + Revoke-AzureHDInsightRdpServicesAccess + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Set-AzureHDInsightClusterSize + + Sets the size of the specified cluster to the requested size. + + + + + Set + AzureHDInsightClusterSize + + + + Sets the size of the specified cluster to the requested size. + + + + Set-AzureHDInsightClusterSize + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + TargetInstanceCount + + The name of the cluster. + + Int32 + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + TargetInstanceCount + + The name of the cluster. + + Int32 + + Int32 + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Set-AzureHDInsightDefaultStorage + + Sets default storage account setting in the HDInsight cluster configuration object. + + + + + Set + AzureHDInsightDefaultStorage + + + + Sets default storage account setting in the HDInsight cluster configuration object. + + + + Set-AzureHDInsightDefaultStorage + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + + StorageAccountName + + The storage account name for the storage account to be added to the new cluster. + + String + + + StorageAccountKey + + The storage account key for the storage account to be added to the new cluster. + + String + + + Profile + + + + AzureProfile + + + + + + Config + + The HDInsight cluster configuration to use when creating the new cluster. + + AzureHDInsightConfig + + AzureHDInsightConfig + + + + + + StorageAccountName + + The storage account name for the storage account to be added to the new cluster. + + String + + String + + + + + + StorageAccountKey + + The storage account key for the storage account to be added to the new cluster. + + String + + String + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Start-AzureHDInsightJob + + Starts an Azure HDInsight job on a specified cluster. + + + + + Start + AzureHDInsightJob + + + + Starts a defined Azure HDInsight job on a specified cluster. This can be a MapReduce job, a streaming job, a Hive job, or a Pig job. + + + + Start-AzureHDInsightJob + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + JobDefinition + + The jobDetails definition to start on the Azure HDInsight cluster. + + AzureHDInsightJobDefinition + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + JobDefinition + + The jobDetails definition to start on the Azure HDInsight cluster. + + AzureHDInsightJobDefinition + + AzureHDInsightJobDefinition + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Stop-AzureHDInsightJob + + Stops running an Azure HDInsight job on a specified cluster. + + + + + Stop + AzureHDInsightJob + + + + Stops running Azure HDInsight job on a specified cluster. + + + + Stop-AzureHDInsightJob + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + JobId + + The JobID of the jobDetails to stop. + + String + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + JobId + + The JobID of the jobDetails to stop. + + String + + String + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use-AzureHDInsightCluster + + Selects Azure HDInsight cluster that will be used by the Invoke-Hive cmdlet for job submission. + + + + + Use + AzureHDInsightCluster + + + + Selects Azure HDInsight cluster that will be used by Invoke-Hive cmdlet for job submission. + + + + Use-AzureHDInsightCluster + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Wait-AzureHDInsightJob + + Awaits the completion or failure of the HDInsight job and shows its progress. + + + + + Wait + AzureHDInsightJob + + + + Awaits the completion or failure of the HDInsight job and shows its progress. + + + + Wait-AzureHDInsightJob + + ResourceGroupName + + The name of the resource group. + + String + + + ClusterName + + The name of the cluster. + + String + + + JobId + + The JobID of the jobDetails to stop. + + String + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + + Profile + + + + AzureProfile + + + + + + ResourceGroupName + + The name of the resource group. + + String + + String + + + + + + ClusterName + + The name of the cluster. + + String + + String + + + + + + JobId + + The JobID of the jobDetails to stop. + + String + + String + + + + + + ClusterCredential + + The credentials with which to connect to the cluster. + + PSCredential + + PSCredential + + + + + + Profile + + + + AzureProfile + + AzureProfile + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 index 727a262d1bc5..3443fd8abe9b 100644 --- a/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 +++ b/src/ResourceManager/HDInsight/Commands.HDInsight/Microsoft.Azure.Commands.HDInsight.dll-help.psd1 @@ -1,9 +1,9 @@ -# -# Module manifest for module 'Microsoft.Azure.Commands.Management.HDInsight' +# +# Module manifest for module 'Microsoft.Azure.Commands.HDInsight' # # Generated by: Microsoft Corporation # -# Generated on: 07/29/2015 +# Generated on: 04/01/2015 # @{ @@ -21,7 +21,7 @@ Author = 'Microsoft Corporation' CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '� Microsoft Corporation. All rights reserved.' +Copyright = '© Microsoft Corporation. All rights reserved.' # Description of the functionality provided by this module Description = '' @@ -61,7 +61,7 @@ FormatsToProcess = @() # Modules to import as nested modules of the module specified in ModuleToProcess NestedModules = @( - '..\..\..\Package\Debug\ResourceManager\AzureResourceManager\HDInsight\Microsoft.Azure.Commands.HDInsight.dll' + '.\Microsoft.Azure.Commands.HDInsight.dll' ) # Functions to export from this module