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
14 changes: 11 additions & 3 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4892,7 +4892,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingCapabilities'
description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.'
chatInfo:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
creationDateTime:
Expand Down Expand Up @@ -5001,18 +5000,17 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: Information of the meeting attendees.
contributors:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: For broadcast meeting only.
organizer:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
producers:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: For broadcast meeting only.
additionalProperties:
type: object
microsoft.graph.entity:
Expand Down Expand Up @@ -5515,10 +5513,20 @@ components:
type: string
description: The toll-free number that connects to the Audio Conference Provider.
nullable: true
tollFreeNumbers:
type: array
items:
type: string
nullable: true
tollNumber:
type: string
description: The toll number that connects to the Audio Conference Provider.
nullable: true
tollNumbers:
type: array
items:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.broadcastMeetingSettings:
Expand Down
23 changes: 20 additions & 3 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9077,6 +9077,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.resourceSpecificPermissionGrant'
description: The permission that has been granted for a group to a specific application.
settings:
type: array
items:
Expand Down Expand Up @@ -15677,7 +15678,6 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingCapabilities'
description: 'The list of meeting capabilities. Possible values are: questionAndAnswer,unknownFutureValue.'
chatInfo:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
creationDateTime:
Expand Down Expand Up @@ -18497,6 +18497,10 @@ components:
type: string
description: Name of access review series. Required on create.
nullable: true
fallbackReviewers:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.accessReviewReviewerScope'
instanceEnumerationScope:
$ref: '#/components/schemas/microsoft.graph.accessReviewScope'
lastModifiedDateTime:
Expand Down Expand Up @@ -18945,6 +18949,10 @@ components:
$ref: '#/components/schemas/microsoft.graph.deviceGuardVirtualizationBasedSecurityHardwareRequirementState'
deviceGuardVirtualizationBasedSecurityState:
$ref: '#/components/schemas/microsoft.graph.deviceGuardVirtualizationBasedSecurityState'
esimIdentifier:
type: string
description: eSIM identifier
nullable: true
freeStorageSpace:
type: integer
description: Free storage space of the device.
Expand Down Expand Up @@ -20528,10 +20536,20 @@ components:
type: string
description: The toll-free number that connects to the Audio Conference Provider.
nullable: true
tollFreeNumbers:
type: array
items:
type: string
nullable: true
tollNumber:
type: string
description: The toll number that connects to the Audio Conference Provider.
nullable: true
tollNumbers:
type: array
items:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.broadcastMeetingSettings:
Expand Down Expand Up @@ -20602,18 +20620,17 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: Information of the meeting attendees.
contributors:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: For broadcast meeting only.
organizer:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
producers:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
description: For broadcast meeting only.
additionalProperties:
type: object
microsoft.graph.meetingAttendanceReport:
Expand Down
Loading