Skip to content

Commit 056de9c

Browse files
committed
Fix build breaks
1 parent 245e738 commit 056de9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ public class AddAzureHDInsightComponentVersionCommand : HDInsightCmdletBase
4747

4848
public override void ExecuteCmdlet()
4949
{
50-
ConfirmAction("Adding Component Version", Name,
50+
ConfirmAction("Adding Component Version", "AzureHDInsightConfig",
5151
() =>
5252
{
5353
Config.ComponentVersion.Add(ComponentName, ComponentVersion);
5454
WriteObject(Config);
55-
})
55+
});
5656
}
5757
}
5858
}

0 commit comments

Comments
 (0)