Skip to content

Commit aedaa5e

Browse files
committed
Exclude WindowsUpdates module.
1 parent 54b0fd3 commit aedaa5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/ModulesMapping.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"Users": "^users.user$|^users.directoryObject$|^users.licenseDetails$|^users.notification$|^users.outlookUser$|^users.profilePhoto$|^users.userSettings$|^users.extension$|^users.oAuth2PermissionGrant$|^users.todo$",
3636
"Users.Actions": "^users.Actions$",
3737
"Users.Functions": "^users.Functions$",
38-
"WindowsUpdates": "^admin.windows$|^admin.Actions$|^admin.Functions$",
38+
// "WindowsUpdates": "^admin.windows$|^admin.Actions$|^admin.Functions$",
3939
// "WorkBooks": "^workbooks\\.",// Max limit.
4040
}

src/WindowsUpdates/WindowsUpdates/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subject-prefix: ''
3939
``` yaml
4040
directive:
4141
# Remove invalid paths.
42-
- remove-path-by-operation: ^admin(_.*Windows|.windows_.*Updates|.windows.updates.deployments_.*Audience)$
42+
- remove-path-by-operation: ^admin(_.*Windows|.windows_.*Updates|.windows.updates.deployments_.*Audience)$|admin.serviceAnnouncement.*
4343
# Pluralize.
4444
- where:
4545
subject: (.*)AdminWindowUpdate(.*)

src/readme.graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ directive:
401401
subject: $2$1
402402
- where:
403403
verb: Test
404-
variant: ^Check(.*)
404+
variant: ^(Check|Verify)(.*)
405405
set:
406406
verb: Confirm
407407
# Rename all /$ref cmdlets to *ByRef e.g. New-MgGroupOwnerByRef

0 commit comments

Comments
 (0)