We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc11e3 commit 19ca32fCopy full SHA for 19ca32f
src/Security/Security.md
@@ -24,6 +24,11 @@ directive:
24
verb: Get|Update
25
subject: ^Security$
26
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
32
- where:
33
verb: Update
34
subject: ^SecurityAttackSimulation$
0 commit comments