Skip to content

Commit

Permalink
Added autorest directives to remove overgenerated cmdlets
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Wamalwa (from Dev Box) committed Sep 24, 2024
1 parent cdc11e3 commit 19ca32f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Security/Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ directive:
verb: Get|Update
subject: ^Security$
remove: true
# Removes overgenerated cmdlets. Related issue: https://github.com/microsoftgraph/msgraph-sdk-powershell/issues/2961
- where:
verb: Get
subject: ^(SecurityAuditLog|SecurityAuditLogQuery|SecurityAuditLogQueryCount|SecurityAuditLogQueryRecord|SecurityAuditLogQueryRecordCount)$
remove: true
- where:
verb: Update
subject: ^SecurityAttackSimulation$
Expand Down

0 comments on commit 19ca32f

Please sign in to comment.