Skip to content

Commit b02e018

Browse files
committed
Added DevicesApps.DeviceAppManagement & Groups.Actions.
1 parent ed6014d commit b02e018

File tree

12 files changed

+46116
-5
lines changed

12 files changed

+46116
-5
lines changed

config/ModulesMapping.jsonc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// "Analytics": "^activitystatistics\\.|^users.userAnalytics$|^users.officeGraphInsights$",
33
// "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.",
44
// "CloudCommunications": "^communications\\.",
5+
// "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.",
56
// "DevicesApps.MobileAppManagement": "^users.managedAppRegistration$|^users.windowsInformationProtectionDeviceRegistration$",
67
// "DevicesApps.OfficeConfiguration": "^officeConfiguration\\.",
78
// "DevicesApps.SharedResources": "^users.mobileAppTroubleshootingEvent$",
@@ -10,6 +11,7 @@
1011
// "Files.Permissions": "^groups.resourceSpecificPermissionGrant$", // Missing in docs
1112
// "Files.Shares": "^shares\\.",
1213
// "Financials": "^financials\\.",
14+
// "Groups.Actions": "^groups.Actions$",
1315
// "Groups.Calendar": "^groups.calendar$|^groups.event$",
1416
// "Groups.Conversation": "^groups.conversation$",
1517
// "Groups.ConversationThread": "^groups.conversationThread$",
@@ -77,6 +79,7 @@
7779
// "Teams.Chats": "^chats\\.|^users.chat$",
7880
// "Teams.Team": "^teams\\.|^teamsTemplates\\.|^teamwork\\.|^groups.team$",
7981
// "Teams.Teamwork": "^users.userTeamwork$",
82+
// "Users.Actions": "^users.Actions$",
8083
// "Users.ActivityFeed": "^users.userActivity$",
8184
// "Users.Calendar": "^users.calendar$|^users.calendarGroup$|^users.event$",
8285
// "Users.Contacts": "^users.contact$|^users.contactFolder$",
@@ -99,10 +102,7 @@
99102
// "Users.UserSettings": "^users.userSettings$",
100103

101104
// Fails to build.
102-
"Users.Actions": "^users.Actions$",
103105
// "DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$",
104-
// "Groups.Actions": "^groups.Actions$",
105-
// "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.",
106106
// "Workbooks": "^workbooks\\.", - Too large
107107

108108
// Invalid / No longer supported

0 commit comments

Comments
 (0)