Skip to content

Commit b5b0858

Browse files
authored
Merge pull request #128 from microsoftgraph/po/modulesUpdate
New and Updated Modules
2 parents fb8a9e5 + 3745595 commit b5b0858

File tree

1,705 files changed

+393752
-694
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,705 files changed

+393752
-694
lines changed

config/ModulesMapping.jsonc

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"Analytics": "^activitystatistics\\.|^users.userAnalytics$|^users.officeGraphInsights$",
33
"Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.",
4+
"CloudCommunications": "^communications\\.",
45
"DevicesApps.MobileAppManagement": "^users.managedAppRegistration$|^users.windowsInformationProtectionDeviceRegistration$",
56
"DevicesApps.OfficeConfiguration": "^officeConfiguration\\.",
67
"DevicesApps.SharedResources": "^users.mobileAppTroubleshootingEvent$",
78
"Education": "^education\\.",
89
"Files.Drives": "^drives\\.|^drive\\.",
910
"Files.Permissions": "^groups.resourceSpecificPermissionGrant$", // Missing in docs
1011
"Files.Shares": "^shares\\.",
12+
"Financials": "^financials\\.",
1113
"Groups.Calendar": "^groups.calendar$|^groups.event$",
1214
"Groups.Conversation": "^groups.conversation$",
1315
"Groups.ConversationThread": "^groups.conversationThread$",
@@ -22,12 +24,14 @@
2224
"Groups.Planner": "^groups.plannerGroup$",
2325
"Groups.ProfilePhoto": "^groups.profilePhoto$",
2426
"Groups.Site": "^groups.site$",
25-
"Identity.AccessReview": "^accessReviews\\.|^accessReviewDecisions\\.|^businessFlowTemplates\\.|^programControlTypes\\.",
27+
"Identity.AccessReview": "^accessReviews\\.|^accessReviewDecisions\\.|^businessFlowTemplates\\.|^programControlTypes\\.|^programs\\.|^programControls\\.",
2628
"Identity.AdministrativeUnits": "^administrativeUnits\\.|^users.scopedRoleMembership$",
29+
"Identity.Application": "^applications\\.|^applicationTemplates\\.",
2730
"Identity.AppRoleAssignments": "^appRoleAssignments\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$",
2831
"Identity.AuditLogs": "^auditLogs\\.",
2932
"Identity.AzureADPIM": "^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedOperationEvents\\.|^privilegedApproval\\.|^privilegedRoleAssignmentRequests\\.",
3033
"Identity.CertificateBasedAuthConfiguration": "^certificateBasedAuthConfiguration\\.",
34+
"Identity.ConditionalAccess": "^conditionalAccess\\.",
3135
"Identity.Contracts": "^contracts\\.",
3236
"Identity.DataPolicyOperations": "^dataPolicyOperations\\.",
3337
"Identity.Devices": "^devices\\.",
@@ -44,16 +48,22 @@
4448
"Identity.Organization": "^organization\\.",
4549
"Identity.OrganizationContacts": "^contacts\\.",
4650
"Identity.Policies": "^policies\\.",
47-
"Identity.Protection": "^riskDetections\\.|^riskyUsers\\.",
51+
"Identity.Protection": "^riskDetections\\.|^riskyUsers\\.|^identityRiskEvents\\.|^impossibleTravelRiskEvents\\.|^leakedCredentialsRiskEvents\\.|^anonymousIpRiskEvents\\.|^suspiciousIpRiskEvents\\.|^unfamiliarLocationRiskEvents\\.|^malwareRiskEvents\\.",
4852
"Identity.Providers": "^identityProviders\\.",
53+
"Identity.RoleManagement": "^roleManagement\\.",
54+
"Identity.ServicePrincipal": "^servicePrincipals\\.",
4955
"Identity.SubscribedSkus": "^subscribedSkus\\.",
5056
"Identity.TermsOfUse": "^agreements\\.|^agreementAcceptances\\.|^users.agreementAcceptance$",
5157
"Identity.TrustFramework": "^trustFramework\\.",
58+
"Identity.UserFlows": "^identity\\.",
5259
"Notification": "^users.notification$",
5360
"OnlineMeetings": "^users.onlineMeeting$",
5461
"Places": "^places\\.",
5562
"Planner": "^planner\\.",
63+
"Reports": "^reports\\.",
5664
"SchemaExtensions": "^schemaExtensions\\.",
65+
"Search": "^search\\.|^external\\.|^connections\\.",
66+
"Security": "^Security\\.",
5767
"Sites.Drive": "^sites.drive$",
5868
"Sites.List": "^sites.list$",
5969
"Sites.OneNote": "^sites.onenote$",
@@ -85,24 +95,17 @@
8595
"Users.ProfilePhoto": "^users.profilePhoto$",
8696
"Users.User": "^users.user$|^users.presence$",
8797
"Users.UserSettings": "^users.userSettings$",
88-
"Identity.Application": "^applications\\.|^applicationTemplates\\.",
89-
"Identity.ServicePrincipal": "^servicePrincipals\\.",
9098

9199
// Contains Duplicate Cmdlet
92100
// "Sites.Functions": "^sites.Functions$",
93101
// "Sites.Actions": "^sites.Actions$",
94102

95103
// Fails to build.
96-
// "Identity.RoleManagement": "^roleManagement\\.",
97104
// "Users.Actions": "^users.Actions$",
98-
// "Identity.Protection": "^identityRiskEvents\\.|^impossibleTravelRiskEvents\\.|^leakedCredentialsRiskEvents\\.|^anonymousIpRiskEvents\\.|^suspiciousIpRiskEvents\\.|^unfamiliarLocationRiskEvents\\.|^malwareRiskEvents\\.",
99105
// "DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$",
100106
// "Groups.Actions": "^groups.Actions$",
101107
// "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.",
102-
// "Financials": "^financials\\.",
103-
// "Identity.AccessReview": "^programs\\.|^programControls\\.",
104-
// "Reports": "^reports\\.",
105-
// "Security": "^Security\\.",
108+
106109
// "Workbooks": "^workbooks\\.", - Too large
107110

108111
// Invalid / No longer supported

0 commit comments

Comments
 (0)