Skip to content

Commit 4952670

Browse files
committed
Updated Add-AzureRmHDInsightComponentVersion cmdlet with ShouldProcess
support
1 parent 6ccc667 commit 4952670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ResourceManager/HDInsight/Commands.HDInsight/ManagementCommands/AddAzureHDInsightComponentVersionCommand.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ namespace Microsoft.Azure.Commands.HDInsight
2020
{
2121
[Cmdlet(
2222
VerbsCommon.Add,
23-
Constants.CommandNames.AzureHDInsightComponentVersion),
23+
Constants.CommandNames.AzureHDInsightComponentVersion,
24+
SupportsShouldProcess = true),
2425
OutputType(typeof(AzureHDInsightConfig))]
2526
public class AddAzureHDInsightComponentVersionCommand : HDInsightCmdletBase
2627
{

0 commit comments

Comments
 (0)