Skip to content

Commit 8165312

Browse files
author
Hovsep
committed
Merge pull request Azure#2143 from Azure/dep
Adding deprecation messages for ASM HDI cmdlets
2 parents 87985a2 + 001f998 commit 8165312

File tree

3 files changed

+323
-68
lines changed

3 files changed

+323
-68
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ internal class AzureHdInsightPowerShellConstants
106106
public const string ToDateTime = "To";
107107

108108
public const string AsmWarning =
109-
"The Azure Service Management (ASM) cmdlets for HDInsight are deprecated and will be removed in a future release. " +
110-
"Please use the ARM version of this cmdlet: {0}";
109+
"The Azure Service Management (ASM) cmdlets for HDInsight are deprecated and will be removed in January 2017. " +
110+
"Please use the ARM version of this cmdlet instead: {0}" +
111+
"\nFor more information, go to http://go.microsoft.com/fwlink/p/?LinkID=785086";
111112
}
112113
}

0 commit comments

Comments
 (0)