Skip to content

Commit

Permalink
Merge pull request #2968 from microsoftgraph/2961-removal-of-auto-gen…
Browse files Browse the repository at this point in the history
…erated-cmdlets-from-auditlogquery-api

Adds AutoRest directives to remove over generated cmdlets
  • Loading branch information
timayabi2020 authored Sep 25, 2024
2 parents cdc11e3 + 19ca32f commit 3b11ba3
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 3b11ba3

Please sign in to comment.