Skip to content

Commit 36e2e7c

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Added directive to remove invalid cmdlet GroupOnenoteNotebookSectionGroupSectionPage
1 parent ca459b4 commit 36e2e7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Notes/Notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@ require:
1919
directive:
2020
# Remove paths that are not valid.
2121
- remove-path-by-operation: ^(user|group|site)_.*Onenote$|.*\.onenote\..*parent.*|.*\.notebook_(Get|Update|Delete)Section.*|.*\.notebook\.section.*|.*\.sectionGroup_(Get|Update|Delete)Section.*|.*\.sectionGroup\.section.*|.*\.section_(Get|Update|Delete)Page|.*\.section.page.*|.*\.onenote_(List|Create|Update|Delete)(Operation|Resource)|group\.site_.*Onenote$|group\.site\.onenote.*$|.*\.onenote\..*\.parent.*|.*\.notebook\.section.*|.*\.sectionGroup\.section.*|.*\.section\.page.*|site\..*_(Create|Get|Update|Delete)Activity$|site\..*\.activity.*|^site_(remove|add)$|^.*site\.(.*_.*SourceColumn|contentType_.*(Base|BaseType|ColumnPosition)|.*_(Get|Create|Update|Delete)Activity|.*\.activity.*
22+
# Remove invalid cmdlets
23+
- where:
24+
verb: Update
25+
subject: ^GroupOnenoteNotebookSectionGroupSectionPage$
26+
remove: true
2227
```

0 commit comments

Comments
 (0)