Skip to content

Commit 3b11ba3

Browse files
authored
Merge pull request #2968 from microsoftgraph/2961-removal-of-auto-generated-cmdlets-from-auditlogquery-api
Adds AutoRest directives to remove over generated cmdlets
2 parents cdc11e3 + 19ca32f commit 3b11ba3

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)