Skip to content

Commit dd36667

Browse files
committed
update the breaking change message
1 parent 2f9b735 commit dd36667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accounts/Accounts/Errors/ResolveError.cs

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

2424
namespace Microsoft.Azure.Commands.Profile.Errors
2525
{
26-
[CmdletDeprecation(ChangeDescription = "Resolve-Error alias will be deprecated in the next breaking change release")]
26+
[GenericBreakingChange("The `Resolve-Error` alias will be removed in a future release. Please change any scripts that use this alias to use `Resolve-AzError` instead.")]
2727
[Alias("Resolve-Error")]
2828
[Cmdlet("Resolve", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "Error", DefaultParameterSetName = ResolveError.AnyErrorParameterSet)]
2929
[OutputType(typeof(AzureErrorRecord))]

0 commit comments

Comments
 (0)