Skip to content

Adding deprecation messages for ASM HDI cmdlets #2143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ internal class AzureHdInsightPowerShellConstants
public const string ToDateTime = "To";

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