Skip to content

Commit 5f96b8e

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
and
Microsoft Graph DevX Tooling
authored
Weekly OpenApiDocs Download (#1424)
* Weekly OpenApiDocs Download. [run ci] * Add generated MgCommandMetadata.json. [run ci] Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent 4f62ab3 commit 5f96b8e

22 files changed

+81547
-79056
lines changed

openApiDocs/beta/CloudCommunications.yml

Lines changed: 1752 additions & 770 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Compliance.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14982,6 +14982,8 @@ components:
1498214982
type: string
1498314983
description: The video teleconferencing ID. Read-only.
1498414984
nullable: true
14985+
virtualAppointment:
14986+
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
1498514987
attendanceReports:
1498614988
type: array
1498714989
items:
@@ -14991,6 +14993,10 @@ components:
1499114993
$ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport'
1499214994
registration:
1499314995
$ref: '#/components/schemas/microsoft.graph.meetingRegistration'
14996+
transcripts:
14997+
type: array
14998+
items:
14999+
$ref: '#/components/schemas/microsoft.graph.callTranscript'
1499415000
additionalProperties:
1499515001
type: object
1499615002
microsoft.graph.presence:
@@ -21022,6 +21028,33 @@ components:
2102221028
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
2102321029
additionalProperties:
2102421030
type: object
21031+
microsoft.graph.virtualAppointment:
21032+
allOf:
21033+
- $ref: '#/components/schemas/microsoft.graph.entity'
21034+
- title: virtualAppointment
21035+
type: object
21036+
properties:
21037+
appointmentClientJoinWebUrl:
21038+
type: string
21039+
description: The join web URL of the virtual appointment for clients with waiting room and browser join. Optional.
21040+
nullable: true
21041+
appointmentClients:
21042+
type: array
21043+
items:
21044+
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentUser'
21045+
description: 'The client information for the virtual appointment, including name, email, and SMS phone number. Optional.'
21046+
externalAppointmentId:
21047+
type: string
21048+
description: 'The identifier of the appointment from the scheduling system, associated with the current virtual appointment. Optional.'
21049+
nullable: true
21050+
externalAppointmentUrl:
21051+
type: string
21052+
description: 'The URL of the appointment resource from the scheduling system, associated with the current virtual appointment. Optional.'
21053+
nullable: true
21054+
settings:
21055+
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentSettings'
21056+
additionalProperties:
21057+
type: object
2102521058
microsoft.graph.meetingAttendanceReport:
2102621059
allOf:
2102721060
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -21103,6 +21136,23 @@ components:
2110321136
description: Custom registration questions.
2110421137
additionalProperties:
2110521138
type: object
21139+
microsoft.graph.callTranscript:
21140+
allOf:
21141+
- $ref: '#/components/schemas/microsoft.graph.entity'
21142+
- title: callTranscript
21143+
type: object
21144+
properties:
21145+
content:
21146+
type: string
21147+
format: base64url
21148+
nullable: true
21149+
createdDateTime:
21150+
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])$'
21151+
type: string
21152+
format: date-time
21153+
nullable: true
21154+
additionalProperties:
21155+
type: object
2110621156
microsoft.graph.outOfOfficeSettings:
2110721157
title: outOfOfficeSettings
2110821158
type: object
@@ -24961,6 +25011,34 @@ components:
2496125011
nullable: true
2496225012
additionalProperties:
2496325013
type: object
25014+
microsoft.graph.virtualAppointmentUser:
25015+
title: virtualAppointmentUser
25016+
type: object
25017+
properties:
25018+
displayName:
25019+
type: string
25020+
description: The display name of the user who participates in a virtual appointment. Optional.
25021+
nullable: true
25022+
emailAddress:
25023+
type: string
25024+
description: The email address of the user who participates in a virtual appointment. Optional.
25025+
nullable: true
25026+
smsCapablePhoneNumber:
25027+
type: string
25028+
description: The phone number for sending SMS texts for the user who participates in a virtual appointment. Optional.
25029+
nullable: true
25030+
additionalProperties:
25031+
type: object
25032+
microsoft.graph.virtualAppointmentSettings:
25033+
title: virtualAppointmentSettings
25034+
type: object
25035+
properties:
25036+
allowClientToJoinUsingBrowser:
25037+
type: boolean
25038+
description: 'Indicates whether the client can use the browser to join a virtual appointment. If set to false, the client can only use Microsoft Teams to join. Optional.'
25039+
nullable: true
25040+
additionalProperties:
25041+
type: object
2496425042
microsoft.graph.attendanceRecord:
2496525043
allOf:
2496625044
- $ref: '#/components/schemas/microsoft.graph.entity'

openApiDocs/beta/DeviceManagement.yml

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67341,6 +67341,8 @@ components:
6734167341
type: string
6734267342
description: The video teleconferencing ID. Read-only.
6734367343
nullable: true
67344+
virtualAppointment:
67345+
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
6734467346
attendanceReports:
6734567347
type: array
6734667348
items:
@@ -67350,6 +67352,10 @@ components:
6735067352
$ref: '#/components/schemas/microsoft.graph.meetingAttendanceReport'
6735167353
registration:
6735267354
$ref: '#/components/schemas/microsoft.graph.meetingRegistration'
67355+
transcripts:
67356+
type: array
67357+
items:
67358+
$ref: '#/components/schemas/microsoft.graph.callTranscript'
6735367359
additionalProperties:
6735467360
type: object
6735567361
microsoft.graph.presence:
@@ -72767,6 +72773,33 @@ components:
7276772773
$ref: '#/components/schemas/microsoft.graph.meetingParticipantInfo'
7276872774
additionalProperties:
7276972775
type: object
72776+
microsoft.graph.virtualAppointment:
72777+
allOf:
72778+
- $ref: '#/components/schemas/microsoft.graph.entity'
72779+
- title: virtualAppointment
72780+
type: object
72781+
properties:
72782+
appointmentClientJoinWebUrl:
72783+
type: string
72784+
description: The join web URL of the virtual appointment for clients with waiting room and browser join. Optional.
72785+
nullable: true
72786+
appointmentClients:
72787+
type: array
72788+
items:
72789+
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentUser'
72790+
description: 'The client information for the virtual appointment, including name, email, and SMS phone number. Optional.'
72791+
externalAppointmentId:
72792+
type: string
72793+
description: 'The identifier of the appointment from the scheduling system, associated with the current virtual appointment. Optional.'
72794+
nullable: true
72795+
externalAppointmentUrl:
72796+
type: string
72797+
description: 'The URL of the appointment resource from the scheduling system, associated with the current virtual appointment. Optional.'
72798+
nullable: true
72799+
settings:
72800+
$ref: '#/components/schemas/microsoft.graph.virtualAppointmentSettings'
72801+
additionalProperties:
72802+
type: object
7277072803
microsoft.graph.meetingAttendanceReport:
7277172804
allOf:
7277272805
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -72848,6 +72881,23 @@ components:
7284872881
description: Custom registration questions.
7284972882
additionalProperties:
7285072883
type: object
72884+
microsoft.graph.callTranscript:
72885+
allOf:
72886+
- $ref: '#/components/schemas/microsoft.graph.entity'
72887+
- title: callTranscript
72888+
type: object
72889+
properties:
72890+
content:
72891+
type: string
72892+
format: base64url
72893+
nullable: true
72894+
createdDateTime:
72895+
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])$'
72896+
type: string
72897+
format: date-time
72898+
nullable: true
72899+
additionalProperties:
72900+
type: object
7285172901
microsoft.graph.outOfOfficeSettings:
7285272902
title: outOfOfficeSettings
7285372903
type: object
@@ -77326,6 +77376,34 @@ components:
7732677376
nullable: true
7732777377
additionalProperties:
7732877378
type: object
77379+
microsoft.graph.virtualAppointmentUser:
77380+
title: virtualAppointmentUser
77381+
type: object
77382+
properties:
77383+
displayName:
77384+
type: string
77385+
description: The display name of the user who participates in a virtual appointment. Optional.
77386+
nullable: true
77387+
emailAddress:
77388+
type: string
77389+
description: The email address of the user who participates in a virtual appointment. Optional.
77390+
nullable: true
77391+
smsCapablePhoneNumber:
77392+
type: string
77393+
description: The phone number for sending SMS texts for the user who participates in a virtual appointment. Optional.
77394+
nullable: true
77395+
additionalProperties:
77396+
type: object
77397+
microsoft.graph.virtualAppointmentSettings:
77398+
title: virtualAppointmentSettings
77399+
type: object
77400+
properties:
77401+
allowClientToJoinUsingBrowser:
77402+
type: boolean
77403+
description: 'Indicates whether the client can use the browser to join a virtual appointment. If set to false, the client can only use Microsoft Teams to join. Optional.'
77404+
nullable: true
77405+
additionalProperties:
77406+
type: object
7732977407
microsoft.graph.attendanceRecord:
7733077408
allOf:
7733177409
- $ref: '#/components/schemas/microsoft.graph.entity'

0 commit comments

Comments
 (0)