Skip to content

Commit 908a17b

Browse files
authored
Merge pull request #2890 from mmascolino/patch-1
Update New-MgBetaSecurityAuditLogQuery.md - fix example indent
2 parents 6f24927 + b7fe3ea commit 908a17b

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/Security/beta/examples/New-MgBetaSecurityAuditLogQuery.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@ $params = @{
1010
filterStartDateTime = [System.DateTime]::Parse("String (timestamp)")
1111
filterEndDateTime = [System.DateTime]::Parse("String (timestamp)")
1212
recordTypeFilters = @(
13-
"String"
14-
)
15-
keywordFilter = "String"
16-
serviceFilter = "String"
17-
operationFilters = @(
18-
"String"
19-
)
20-
userPrincipalNameFilters = @(
21-
"String"
22-
)
23-
ipAddressFilters = @(
24-
"String"
25-
)
26-
objectIdFilters = @(
27-
"String"
28-
)
29-
administrativeUnitIdFilters = @(
30-
"String"
31-
)
32-
status = "String"
13+
"String"
14+
)
15+
keywordFilter = "String"
16+
serviceFilter = "String"
17+
operationFilters = @(
18+
"String"
19+
)
20+
userPrincipalNameFilters = @(
21+
"String"
22+
)
23+
ipAddressFilters = @(
24+
"String"
25+
)
26+
objectIdFilters = @(
27+
"String"
28+
)
29+
administrativeUnitIdFilters = @(
30+
"String"
31+
)
32+
status = "String"
3333
}
3434
3535
New-MgBetaSecurityAuditLogQuery -BodyParameter $params

0 commit comments

Comments
 (0)