Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"tags": "MicrosoftGraph;Microsoft;Office365;Graph;PowerShell;GraphServiceClient;Outlook;OneDrive;AzureAD;GraphAPI;Productivity;SharePoint;Intune;SDK;",
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "0.5.0"
"version": "0.5.1"
}
4 changes: 2 additions & 2 deletions config/ModulesMapping.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"Identity.AuthenticationMethods": "^users.authentication$",
"Identity.AzureADPIM": "^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedOperationEvents\\.|^privilegedApproval\\.|^privilegedRoleAssignmentRequests\\.",
"Identity.CertificateBasedAuthConfiguration": "^certificateBasedAuthConfiguration\\.",
"Identity.ConditionalAccess": "^conditionalAccess\\.",
"Identity.ConditionalAccess": "^conditionalAccess.namedLocation$|^conditionalAccess.conditionalAccessPolicy$",
"Identity.Contracts": "^contracts\\.",
"Identity.DataPolicyOperations": "^dataPolicyOperations\\.",
"Identity.Devices": "^devices\\.",
Expand All @@ -58,7 +58,7 @@
"Identity.SubscribedSkus": "^subscribedSkus\\.",
"Identity.TermsOfUse": "^agreements\\.|^agreementAcceptances\\.|^users.agreementAcceptance$",
"Identity.TrustFramework": "^trustFramework\\.",
"Identity.UserFlows": "^identity\\.",
"Identity.UserFlows": "^identity.identityUserFlow$",
"Notification": "^users.notification$",
"OnlineMeetings": "^users.onlineMeeting$",
"Places": "^places\\.",
Expand Down
201 changes: 201 additions & 0 deletions openApiDocs/Beta/Education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2689,9 +2689,11 @@ paths:
- assignedLabels
- assignedLicenses
- classification
- createdByAppId
- createdDateTime
- description
- displayName
- expirationDateTime
- groupTypes
- hasMembersWithLicenseErrors
- isAssignableToRole
Expand Down Expand Up @@ -6875,6 +6877,8 @@ paths:
- drives
- followedSites
- extensions
- approvals
- appConsentRequestsForApproval
- agreementAcceptances
- deviceEnrollmentConfigurations
- managedDevices
Expand Down Expand Up @@ -6941,6 +6945,8 @@ paths:
- drives
- followedSites
- extensions
- approvals
- appConsentRequestsForApproval
- agreementAcceptances
- deviceEnrollmentConfigurations
- managedDevices
Expand Down Expand Up @@ -7100,6 +7106,14 @@ paths:
operationId: educationUser.user.GetExtensions
parameters:
extension-id: $response.body#/id
approvals:
operationId: educationUser.user.GetApprovals
parameters:
approval-id: $response.body#/id
appConsentRequestsForApproval:
operationId: educationUser.user.GetAppConsentRequestsForApproval
parameters:
appConsentRequest-id: $response.body#/id
agreementAcceptances:
operationId: educationUser.user.GetAgreementAcceptances
parameters:
Expand Down Expand Up @@ -12312,6 +12326,8 @@ paths:
- drives
- followedSites
- extensions
- approvals
- appConsentRequestsForApproval
- agreementAcceptances
- deviceEnrollmentConfigurations
- managedDevices
Expand Down Expand Up @@ -12378,6 +12394,8 @@ paths:
- drives
- followedSites
- extensions
- approvals
- appConsentRequestsForApproval
- agreementAcceptances
- deviceEnrollmentConfigurations
- managedDevices
Expand Down Expand Up @@ -12569,6 +12587,16 @@ paths:
parameters:
educationUser-id: $request.path.educationUser-id
extension-id: $response.body#/id
approvals:
operationId: educationUser.user.GetApprovals
parameters:
educationUser-id: $request.path.educationUser-id
approval-id: $response.body#/id
appConsentRequestsForApproval:
operationId: educationUser.user.GetAppConsentRequestsForApproval
parameters:
educationUser-id: $request.path.educationUser-id
appConsentRequest-id: $response.body#/id
agreementAcceptances:
operationId: educationUser.user.GetAgreementAcceptances
parameters:
Expand Down Expand Up @@ -13150,6 +13178,9 @@ components:
type: string
description: 'Describes a classification for the group (such as low, medium or high business impact). Valid values for this property are defined by creating a ClassificationList setting value, based on the template definition.Returned by default.'
nullable: true
createdByAppId:
type: string
nullable: true
createdDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
Expand All @@ -13164,6 +13195,11 @@ components:
type: string
description: The display name for the group. This property is required when a group is created and cannot be cleared during updates. Returned by default. Supports $filter and $orderby.
nullable: true
expirationDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
groupTypes:
type: array
items:
Expand Down Expand Up @@ -13438,9 +13474,11 @@ components:
assignedLicenses:
- '@odata.type': microsoft.graph.assignedLicense
classification: string
createdByAppId: string
createdDateTime: string (timestamp)
description: string
displayName: string
expirationDateTime: string (timestamp)
groupTypes:
- string
hasMembersWithLicenseErrors: true
Expand Down Expand Up @@ -14267,6 +14305,14 @@ components:
items:
$ref: '#/components/schemas/microsoft.graph.extension'
description: The collection of open extensions defined for the user. Read-only. Nullable.
approvals:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.approval'
appConsentRequestsForApproval:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appConsentRequest'
agreementAcceptances:
type: array
items:
Expand Down Expand Up @@ -14506,6 +14552,10 @@ components:
- '@odata.type': microsoft.graph.site
extensions:
- '@odata.type': microsoft.graph.extension
approvals:
- '@odata.type': microsoft.graph.approval
appConsentRequestsForApproval:
- '@odata.type': microsoft.graph.appConsentRequest
agreementAcceptances:
- '@odata.type': microsoft.graph.agreementAcceptance
deviceEnrollmentConfigurations:
Expand Down Expand Up @@ -17276,6 +17326,57 @@ components:
id: string (identifier)
overrides:
- '@odata.type': microsoft.graph.inferenceClassificationOverride
microsoft.graph.approval:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: approval
type: object
properties:
pendingSteps:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.approvalStep'
completedSteps:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.approvalStep'
example:
id: string (identifier)
pendingSteps:
- '@odata.type': microsoft.graph.approvalStep
completedSteps:
- '@odata.type': microsoft.graph.approvalStep
microsoft.graph.appConsentRequest:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: appConsentRequest
type: object
properties:
appId:
type: string
appDisplayName:
type: string
nullable: true
consentType:
type: string
nullable: true
pendingScopes:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.appConsentRequestScope'
userConsentRequests:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.userConsentRequest'
example:
id: string (identifier)
appId: string
appDisplayName: string
consentType: string
pendingScopes:
- '@odata.type': microsoft.graph.appConsentRequestScope
userConsentRequests:
- '@odata.type': microsoft.graph.userConsentRequest
microsoft.graph.agreementAcceptance:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -19409,6 +19510,7 @@ components:
nullable: true
tenantId:
type: string
description: The unique identifier (guid) for the tenancy.
nullable: true
webId:
type: string
Expand Down Expand Up @@ -19717,6 +19819,7 @@ components:
properties:
dataLocationCode:
type: string
description: The geographic region code for where this site collection resides. Read-only.
nullable: true
hostname:
type: string
Expand Down Expand Up @@ -21446,6 +21549,69 @@ components:
'@odata.type': microsoft.graph.inferenceClassificationType
senderEmailAddress:
'@odata.type': microsoft.graph.emailAddress
microsoft.graph.approvalStep:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: approvalStep
type: object
properties:
displayName:
type: string
nullable: true
reviewedBy:
$ref: '#/components/schemas/microsoft.graph.identity'
reviewedDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
reviewResult:
type: string
nullable: true
justification:
type: string
nullable: true
example:
id: string (identifier)
displayName: string
reviewedBy:
'@odata.type': microsoft.graph.identity
reviewedDateTime: string (timestamp)
reviewResult: string
justification: string
microsoft.graph.appConsentRequestScope:
title: appConsentRequestScope
type: object
properties:
displayName:
type: string
nullable: true
example:
displayName: string
microsoft.graph.userConsentRequest:
allOf:
- $ref: '#/components/schemas/microsoft.graph.request'
- title: userConsentRequest
type: object
properties:
reason:
type: string
nullable: true
createdBy:
$ref: '#/components/schemas/microsoft.graph.userIdentity'
createdDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
format: date-time
nullable: true
example:
id: string (identifier)
approval:
'@odata.type': microsoft.graph.approval
reason: string
createdBy:
'@odata.type': microsoft.graph.userIdentity
createdDateTime: string (timestamp)
microsoft.graph.agreementAcceptanceState:
title: agreementAcceptanceState
enum:
Expand Down Expand Up @@ -24814,6 +24980,7 @@ components:
expirationDateTime:
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
type: string
description: A format of yyyy-MM-ddTHH:mm:ssZ of DateTimeOffset indicates the expiration time of the permission. DateTime.MinValue indicates there is no expiration set for this permission. Optional.
format: date-time
nullable: true
grantedTo:
Expand All @@ -24822,8 +24989,10 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.identitySet'
description: 'For link type permissions, the details of the users to whom permission was granted. Read-only.'
hasPassword:
type: boolean
description: 'This indicates whether password is set for this permission, it''s only showing in response. Optional and Read-only and for OneDrive Personal only.'
nullable: true
inheritedFrom:
$ref: '#/components/schemas/microsoft.graph.itemReference'
Expand Down Expand Up @@ -26444,6 +26613,37 @@ components:
- main
- other
type: string
microsoft.graph.request:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: request
type: object
properties:
approval:
$ref: '#/components/schemas/microsoft.graph.approval'
example:
id: string (identifier)
approval:
'@odata.type': microsoft.graph.approval
microsoft.graph.userIdentity:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identity'
- title: userIdentity
type: object
properties:
ipAddress:
type: string
description: Indicates the client IP address used by user performing the activity (audit log only).
nullable: true
userPrincipalName:
type: string
description: The userPrincipalName attribute of the user.
nullable: true
example:
id: string
displayName: string
ipAddress: string
userPrincipalName: string
microsoft.graph.deviceAndAppManagementAssignmentTarget:
title: deviceAndAppManagementAssignmentTarget
type: object
Expand Down Expand Up @@ -28089,6 +28289,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identity'
preventsDownload:
type: boolean
description: 'If true then the user can only use this link to view the item on the web, and cannot use it to download the contents of the item. Only for OneDrive for Business and SharePoint.'
nullable: true
configuratorUrl:
type: string
Expand Down
Loading