Skip to content

Commit 85ec2b7

Browse files
author
Hovsep
committed
Merge pull request #550 from shuainie/dev
fix piping issue when using parameter IgnoreSslErrors
2 parents f119641 + c50a33d commit 85ec2b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceManagement/HDInsight/Commands.HDInsight/Cmdlet/NewAzureHDInsightClusterCmdlet.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,8 @@ public Uri EndPoint
259259
set { this.command.Endpoint = value; }
260260
}
261261

262+
[Parameter(Position = 19, Mandatory = false, HelpMessage = "Rule for SSL errors with HDInsight client.",
263+
ParameterSetName = AzureHdInsightPowerShellConstants.ParameterSetClusterByConfigWithSpecificSubscriptionCredentials)]
262264
[Parameter(Position = 19, Mandatory = false, HelpMessage = "Rule for SSL errors with HDInsight client.",
263265
ParameterSetName = AzureHdInsightPowerShellConstants.ParameterSetClusterByNameWithSpecificSubscriptionCredentials)]
264266
public bool IgnoreSslErrors

0 commit comments

Comments
 (0)