|
2 | 2 | "Analytics": "^activitystatistics\\.|^users.userAnalytics$|^users.officeGraphInsights$", |
3 | 3 | "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.", |
4 | 4 | "CloudCommunications": "^communications\\.", |
| 5 | + "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.", |
5 | 6 | "DevicesApps.MobileAppManagement": "^users.managedAppRegistration$|^users.windowsInformationProtectionDeviceRegistration$", |
6 | 7 | "DevicesApps.OfficeConfiguration": "^officeConfiguration\\.", |
7 | 8 | "DevicesApps.SharedResources": "^users.mobileAppTroubleshootingEvent$", |
|
10 | 11 | "Files.Permissions": "^groups.resourceSpecificPermissionGrant$", // Missing in docs |
11 | 12 | "Files.Shares": "^shares\\.", |
12 | 13 | "Financials": "^financials\\.", |
| 14 | + "Groups.Actions": "^groups.Actions$", |
13 | 15 | "Groups.Calendar": "^groups.calendar$|^groups.event$", |
14 | 16 | "Groups.Conversation": "^groups.conversation$", |
15 | 17 | "Groups.ConversationThread": "^groups.conversationThread$", |
|
77 | 79 | "Teams.Chats": "^chats\\.|^users.chat$", |
78 | 80 | "Teams.Team": "^teams\\.|^teamsTemplates\\.|^teamwork\\.|^groups.team$", |
79 | 81 | "Teams.Teamwork": "^users.userTeamwork$", |
| 82 | + "Users.Actions": "^users.Actions$", |
80 | 83 | "Users.ActivityFeed": "^users.userActivity$", |
81 | 84 | "Users.Calendar": "^users.calendar$|^users.calendarGroup$|^users.event$", |
82 | 85 | "Users.Contacts": "^users.contact$|^users.contactFolder$", |
|
99 | 102 | "Users.UserSettings": "^users.userSettings$", |
100 | 103 |
|
101 | 104 | // Fails to build. |
102 | | - // "Users.Actions": "^users.Actions$", |
103 | | - // "DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$", |
104 | | - // "Groups.Actions": "^groups.Actions$", |
105 | | - // "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.", |
| 105 | + //"DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$", |
106 | 106 | // "Workbooks": "^workbooks\\.", - Too large |
107 | 107 |
|
108 | 108 | // Invalid / No longer supported |
|
0 commit comments