Skip to content

Commit 2e92855

Browse files
committed
Add Identity.RoleManagement and Reports module.
1 parent 7171c07 commit 2e92855

File tree

372 files changed

+34948
-6
lines changed

Some content is hidden

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

372 files changed

+34948
-6
lines changed

config/ModulesMapping.jsonc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"Groups.Site": "^groups.site$",
2626
"Identity.AccessReview": "^accessReviews\\.|^accessReviewDecisions\\.|^businessFlowTemplates\\.|^programControlTypes\\.|^programs\\.|^programControls\\.",
2727
"Identity.AdministrativeUnits": "^administrativeUnits\\.|^users.scopedRoleMembership$",
28+
"Identity.Application": "^applications\\.|^applicationTemplates\\.",
2829
"Identity.AppRoleAssignments": "^appRoleAssignments\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$",
2930
"Identity.AuditLogs": "^auditLogs\\.",
3031
"Identity.AzureADPIM": "^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedOperationEvents\\.|^privilegedApproval\\.|^privilegedRoleAssignmentRequests\\.",
@@ -47,13 +48,16 @@
4748
"Identity.Policies": "^policies\\.",
4849
"Identity.Protection": "^riskDetections\\.|^riskyUsers\\.|^identityRiskEvents\\.|^impossibleTravelRiskEvents\\.|^leakedCredentialsRiskEvents\\.|^anonymousIpRiskEvents\\.|^suspiciousIpRiskEvents\\.|^unfamiliarLocationRiskEvents\\.|^malwareRiskEvents\\.",
4950
"Identity.Providers": "^identityProviders\\.",
51+
"Identity.RoleManagement": "^roleManagement\\.",
52+
"Identity.ServicePrincipal": "^servicePrincipals\\.",
5053
"Identity.SubscribedSkus": "^subscribedSkus\\.",
5154
"Identity.TermsOfUse": "^agreements\\.|^agreementAcceptances\\.|^users.agreementAcceptance$",
5255
"Identity.TrustFramework": "^trustFramework\\.",
5356
"Notification": "^users.notification$",
5457
"OnlineMeetings": "^users.onlineMeeting$",
5558
"Places": "^places\\.",
5659
"Planner": "^planner\\.",
60+
"Reports": "^reports\\.",
5761
"SchemaExtensions": "^schemaExtensions\\.",
5862
"Security": "^Security\\.",
5963
"Sites.Drive": "^sites.drive$",
@@ -87,20 +91,17 @@
8791
"Users.ProfilePhoto": "^users.profilePhoto$",
8892
"Users.User": "^users.user$|^users.presence$",
8993
"Users.UserSettings": "^users.userSettings$",
90-
"Identity.Application": "^applications\\.|^applicationTemplates\\.",
91-
"Identity.ServicePrincipal": "^servicePrincipals\\.",
9294

9395
// Contains Duplicate Cmdlet
9496
// "Sites.Functions": "^sites.Functions$",
9597
// "Sites.Actions": "^sites.Actions$",
9698

9799
// Fails to build.
98-
// "Identity.RoleManagement": "^roleManagement\\.",
99100
// "Users.Actions": "^users.Actions$",
100101
// "DevicesApps.DeviceManagement": "^deviceManagement\\.|^users.deviceEnrollmentConfiguration$|^users.deviceManagementTroubleshootingEvent$|^users.managedDevice$|^users.mobileAppIntentAndState$",
101102
// "Groups.Actions": "^groups.Actions$",
102103
// "DevicesApps.DeviceAppManagement": "^deviceAppManagement\\.",
103-
// "Reports": "^reports\\.",
104+
104105
// "Workbooks": "^workbooks\\.", - Too large
105106

106107
// Invalid / No longer supported

openApiDocs/Beta/Identity.RoleManagement.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
openapi: 3.0.1
22
info:
33
title: Identity.RoleManagement
4-
version: v1.0-Beta
4+
version: v1.0-beta
55
servers:
6-
- url: https://graph.microsoft.com/Beta/
6+
- url: https://graph.microsoft.com/beta/
77
description: Core
88
paths:
99
/roleManagement:
@@ -718,6 +718,7 @@ components:
718718
properties:
719719
id:
720720
type: string
721+
description: Read-only.
721722
example:
722723
id: string (identifier)
723724
microsoft.graph.unifiedRolePermission:

0 commit comments

Comments
 (0)