Skip to content

Commit 041f3f0

Browse files
author
Zhenyu Zhou
committed
Add a good, customer-facing string and remove breaking changes
suppression.
1 parent fdd076f commit 041f3f0

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/HDInsight/HDInsight/ManagementCommands/GrantAzureHDInsightRdpServicesAccessCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
namespace Microsoft.Azure.Commands.HDInsight
2424
{
25-
[CmdletDeprecation("3.0.0")]
25+
[CmdletDeprecation("This cmdlet will be deprecated in an upcoming breaking change release 3.0.0. Please use the cmdlet Set-AzHDInsightGatewayCredential to set connection credential.")]
2626
[Cmdlet("Grant", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "HDInsightRdpServicesAccess"),OutputType(typeof(void))]
2727
public class GrantAzureHDInsightRdpServicesAccessCommand : HDInsightCmdletBase
2828
{

src/HDInsight/HDInsight/ManagementCommands/RevokeAzureHDInsightRdpServicesAccessCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
namespace Microsoft.Azure.Commands.HDInsight
2222
{
23-
[CmdletDeprecation("3.0.0")]
23+
[CmdletDeprecation("Clusters based Windows Os Type don't be supported, this cmdlet will be deprecated in an upcoming breaking change release 3.0.0 with no replacement. Please create cluster based Linux Os Type.")]
2424
[Cmdlet("Revoke", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "HDInsightRdpServicesAccess"),OutputType(typeof(void))]
2525
public class RevokeAzureHDInsightRdpServicesAccessCommand : HDInsightCmdletBase
2626
{

tools/StaticAnalysis/Exceptions/Az.HDInsight/BreakingChangeIssues.csv

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

0 commit comments

Comments
 (0)