|
1 | 1 | { |
2 | 2 | "Analytics": "^activitystatistics\\.|^users.userAnalytics$|^users.officeGraphInsights$", |
3 | 3 | "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.", |
| 4 | + "CloudCommunications": "^communications\\.", |
4 | 5 | "DevicesApps.MobileAppManagement": "^users.managedAppRegistration$|^users.windowsInformationProtectionDeviceRegistration$", |
5 | 6 | "DevicesApps.OfficeConfiguration": "^officeConfiguration\\.", |
6 | 7 | "DevicesApps.SharedResources": "^users.mobileAppTroubleshootingEvent$", |
7 | 8 | "Education": "^education\\.", |
8 | 9 | "Files.Drives": "^drives\\.|^drive\\.", |
9 | 10 | "Files.Permissions": "^groups.resourceSpecificPermissionGrant$", // Missing in docs |
10 | 11 | "Files.Shares": "^shares\\.", |
| 12 | + "Financials": "^financials\\.", |
11 | 13 | "Groups.Calendar": "^groups.calendar$|^groups.event$", |
12 | 14 | "Groups.Conversation": "^groups.conversation$", |
13 | 15 | "Groups.ConversationThread": "^groups.conversationThread$", |
|
22 | 24 | "Groups.Planner": "^groups.plannerGroup$", |
23 | 25 | "Groups.ProfilePhoto": "^groups.profilePhoto$", |
24 | 26 | "Groups.Site": "^groups.site$", |
25 | | - "Identity.AccessReview": "^accessReviews\\.|^accessReviewDecisions\\.|^businessFlowTemplates\\.|^programControlTypes\\.", |
| 27 | + "Identity.AccessReview": "^accessReviews\\.|^accessReviewDecisions\\.|^businessFlowTemplates\\.|^programControlTypes\\.|^programs\\.|^programControls\\.", |
26 | 28 | "Identity.AdministrativeUnits": "^administrativeUnits\\.|^users.scopedRoleMembership$", |
| 29 | + "Identity.Application": "^applications\\.|^applicationTemplates\\.", |
27 | 30 | "Identity.AppRoleAssignments": "^appRoleAssignments\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$", |
28 | 31 | "Identity.AuditLogs": "^auditLogs\\.", |
29 | 32 | "Identity.AzureADPIM": "^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedOperationEvents\\.|^privilegedApproval\\.|^privilegedRoleAssignmentRequests\\.", |
30 | 33 | "Identity.CertificateBasedAuthConfiguration": "^certificateBasedAuthConfiguration\\.", |
| 34 | + "Identity.ConditionalAccess": "^conditionalAccess\\.", |
31 | 35 | "Identity.Contracts": "^contracts\\.", |
32 | 36 | "Identity.DataPolicyOperations": "^dataPolicyOperations\\.", |
33 | 37 | "Identity.Devices": "^devices\\.", |
|
44 | 48 | "Identity.Organization": "^organization\\.", |
45 | 49 | "Identity.OrganizationContacts": "^contacts\\.", |
46 | 50 | "Identity.Policies": "^policies\\.", |
47 | | - "Identity.Protection": "^riskDetections\\.|^riskyUsers\\.", |
| 51 | + "Identity.Protection": "^riskDetections\\.|^riskyUsers\\.|^identityRiskEvents\\.|^impossibleTravelRiskEvents\\.|^leakedCredentialsRiskEvents\\.|^anonymousIpRiskEvents\\.|^suspiciousIpRiskEvents\\.|^unfamiliarLocationRiskEvents\\.|^malwareRiskEvents\\.", |
48 | 52 | "Identity.Providers": "^identityProviders\\.", |
| 53 | + "Identity.RoleManagement": "^roleManagement\\.", |
| 54 | + "Identity.ServicePrincipal": "^servicePrincipals\\.", |
49 | 55 | "Identity.SubscribedSkus": "^subscribedSkus\\.", |
50 | 56 | "Identity.TermsOfUse": "^agreements\\.|^agreementAcceptances\\.|^users.agreementAcceptance$", |
51 | 57 | "Identity.TrustFramework": "^trustFramework\\.", |
| 58 | + "Identity.UserFlows": "^identity\\.", |
52 | 59 | "Notification": "^users.notification$", |
53 | 60 | "OnlineMeetings": "^users.onlineMeeting$", |
54 | 61 | "Places": "^places\\.", |
55 | 62 | "Planner": "^planner\\.", |
| 63 | + "Reports": "^reports\\.", |
56 | 64 | "SchemaExtensions": "^schemaExtensions\\.", |
| 65 | + "Search": "^search\\.|^external\\.|^connections\\.", |
| 66 | + "Security": "^Security\\.", |
57 | 67 | "Sites.Drive": "^sites.drive$", |
58 | 68 | "Sites.List": "^sites.list$", |
59 | 69 | "Sites.OneNote": "^sites.onenote$", |
|
85 | 95 | "Users.ProfilePhoto": "^users.profilePhoto$", |
86 | 96 | "Users.User": "^users.user$|^users.presence$", |
87 | 97 | "Users.UserSettings": "^users.userSettings$", |
88 | | - "Identity.Application": "^applications\\.|^applicationTemplates\\.", |
89 | | - "Identity.ServicePrincipal": "^servicePrincipals\\.", |
90 | 98 |
|
91 | 99 | // Contains Duplicate Cmdlet |
92 | 100 | // "Sites.Functions": "^sites.Functions$", |
93 | 101 | // "Sites.Actions": "^sites.Actions$", |
94 | 102 |
|
95 | 103 | // Fails to build. |
96 | | - // "Identity.RoleManagement": "^roleManagement\\.", |
97 | 104 | // "Users.Actions": "^users.Actions$", |
98 | | - // "Identity.Protection": "^identityRiskEvents\\.|^impossibleTravelRiskEvents\\.|^leakedCredentialsRiskEvents\\.|^anonymousIpRiskEvents\\.|^suspiciousIpRiskEvents\\.|^unfamiliarLocationRiskEvents\\.|^malwareRiskEvents\\.", |
99 | 105 | // "DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$", |
100 | 106 | // "Groups.Actions": "^groups.Actions$", |
101 | 107 | // "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.", |
102 | | - // "Financials": "^financials\\.", |
103 | | - // "Identity.AccessReview": "^programs\\.|^programControls\\.", |
104 | | - // "Reports": "^reports\\.", |
105 | | - // "Security": "^Security\\.", |
| 108 | + |
106 | 109 | // "Workbooks": "^workbooks\\.", - Too large |
107 | 110 |
|
108 | 111 | // Invalid / No longer supported |
|
0 commit comments