Skip to content

Commit be9e661

Browse files
authored
Merge pull request #3096 from microsoftgraph/3065-get-mgbetasecurityattacksimulation---404
Adds directive to remove invalid path. ``/security/attackSimulation``
2 parents cbb75cf + 22832db commit be9e661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require:
1818
``` yaml
1919
directive:
2020
# Remove invalid paths.
21-
- remove-path-by-operation: ^security(.case.ediscoveryCase.noncustodialDataSource_.*DataSource)$
21+
- remove-path-by-operation: ^security(.case.ediscoveryCase.noncustodialDataSource_.*DataSource)$|^security_DeleteAttackSimulation$|^security_UpdateAttackSimulation$|^security_GetAttackSimulation$
2222
# Remove cmdlets
2323
- where:
2424
verb: Get|Update

0 commit comments

Comments
 (0)