Skip to content

Commit e2a56f7

Browse files
authored
fix: EventLogNames -> EventLogName (#19966)
1 parent cfb4534 commit e2a56f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OperationalInsights/OperationalInsights/help/New-AzOperationalInsightsWindowsEventDataSource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ foreach ($EventLogName in $EventLogNames) {
4848
-ResourceGroupName $ResourceGroupName `
4949
-WorkspaceName $WorkspaceName `
5050
-Name "Windows-event-$($Count)" `
51-
-EventLogName $EventLogNames `
51+
-EventLogName $EventLogName `
5252
-CollectErrors `
5353
-CollectWarnings `
5454
-CollectInformation

0 commit comments

Comments
 (0)