Skip to content

Commit 080d0af

Browse files
authored
Merge branch 'dev' into po/ExposeAuthConfigToFunctionScope
2 parents 74e8c74 + bb8a5af commit 080d0af

File tree

23 files changed

+80117
-9
lines changed

23 files changed

+80117
-9
lines changed

config/ModulesMapping.jsonc

Lines changed: 4 additions & 4 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$",
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$",
106106
// "Workbooks": "^workbooks\\.", - Too large
107107

108108
// Invalid / No longer supported

0 commit comments

Comments
 (0)