Skip to content

Commit c944dad

Browse files
author
Haitao Chen
committed
implement the interface
1 parent 8322fd2 commit c944dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResourceManager/OperationalInsights/Commands.OperationalInsights/DataSources/NewDataSourceCmdletsPerKind/NewAzureOperationalInsightsAzureActivityLogDataSourceCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace Microsoft.Azure.Commands.OperationalInsights
2727
[Cmdlet(VerbsCommon.New, "AzureRmOperationalInsightsAzureActivityLogDataSource", SupportsShouldProcess = true,
2828
DefaultParameterSetName = ByWorkspaceName), OutputType(typeof(PSDataSource))]
2929
[Alias("New-AzureRmOperationalInsightsAzureAuditDataSource")]
30-
public class NewAzureOperationalInsightsAzureActivityLogDataSourceCommand : NewAzureOperationalInsightsDataSourceBaseCmdlet
30+
public class NewAzureOperationalInsightsAzureActivityLogDataSourceCommand : NewAzureOperationalInsightsDataSourceBaseCmdlet, IModuleAssemblyInitializer
3131
{
3232
[Parameter(Position = 0, ParameterSetName = ByWorkspaceObject, Mandatory = true, ValueFromPipeline = true,
3333
HelpMessage = "The workspace that will contain the data source.")]

0 commit comments

Comments
 (0)