Skip to content

Commit 19ca32f

Browse files
author
Timothy Wamalwa (from Dev Box)
committed
Added autorest directives to remove overgenerated cmdlets
1 parent cdc11e3 commit 19ca32f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Security/Security.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ directive:
2424
verb: Get|Update
2525
subject: ^Security$
2626
remove: true
27+
# Removes overgenerated cmdlets. Related issue: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2961
28+
- where:
29+
verb: Get
30+
subject: ^(SecurityAuditLog|SecurityAuditLogQuery|SecurityAuditLogQueryCount|SecurityAuditLogQueryRecord|SecurityAuditLogQueryRecordCount)$
31+
remove: true
2732
- where:
2833
verb: Update
2934
subject: ^SecurityAttackSimulation$

0 commit comments

Comments
 (0)