Skip to content

Commit af83656

Browse files
author
Alfredo Santamaria Gomez
committed
fix CmdletDeprecation annotation
1 parent 4a1c605 commit af83656

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/ServiceFabric/ServiceFabric/Commands/AddAzureRmServiceFabricApplicationCertificate.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@
2525

2626
namespace Microsoft.Azure.Commands.ServiceFabric.Commands
2727
{
28-
[CmdletDeprecation("This command will be deprecated. Please use Add-AzVmssSecret to add application certificates going forward.")]
28+
[CmdletDeprecation(ReplacementCmdletName = VerbsCommon.Add +
29+
"-" +
30+
ResourceManager.Common.AzureRMConstants.AzureRMPrefix +
31+
"VmssSecret")]
2932
[Cmdlet("Add", ResourceManager.Common.AzureRMConstants.AzureRMPrefix + "ServiceFabricApplicationCertificate", SupportsShouldProcess = true), OutputType(typeof(PSKeyVault))]
3033
public class AddAzureRmServiceFabricApplicationCertificate : ServiceFabricClusterCertificateCmdlet
3134
{

0 commit comments

Comments
 (0)