Skip to content

Commit 179c5ff

Browse files
authored
Merge pull request #2311 from microsoftgraph/dev
2.6.1 Release
2 parents 68e42bf + 31d1c27 commit 179c5ff

File tree

69 files changed

+182730
-169470
lines changed

Some content is hidden

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

69 files changed

+182730
-169470
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.5.0"
30+
"version": "2.6.1"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.5.0"
34+
"version": "2.6.1"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.5.0"
38+
"version": "2.6.1"
3939
}
4040
}
4141
}

openApiDocs/beta/Applications.yml

Lines changed: 440 additions & 80 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7161,7 +7161,7 @@ paths:
71617161
tags:
71627162
- solutions.virtualEventsRoot
71637163
summary: Get callRecording
7164-
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
7164+
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
71657165
operationId: solution.virtualEvent.event.session_ListRecording
71667166
parameters:
71677167
- name: virtualEvent-id
@@ -7290,7 +7290,7 @@ paths:
72907290
tags:
72917291
- solutions.virtualEventsRoot
72927292
summary: Get callRecording
7293-
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
7293+
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
72947294
externalDocs:
72957295
description: Find more info here
72967296
url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0
@@ -7784,11 +7784,11 @@ paths:
77847784
delete:
77857785
tags:
77867786
- solutions.virtualEventsRoot
7787-
summary: Delete externalMeetingRegistration
7788-
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
7787+
summary: Delete meetingRegistration
7788+
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
77897789
externalDocs:
77907790
description: Find more info here
7791-
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
7791+
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
77927792
operationId: solution.virtualEvent.event.session_DeleteRegistration
77937793
parameters:
77947794
- name: virtualEvent-id
@@ -8665,7 +8665,7 @@ paths:
86658665
tags:
86668666
- solutions.virtualEventsRoot
86678667
summary: List transcripts
8668-
description: Retrieve the list of callTranscript objects associated with an onlineMeeting.
8668+
description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. '
86698669
externalDocs:
86708670
description: Find more info here
86718671
url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
@@ -8800,7 +8800,7 @@ paths:
88008800
tags:
88018801
- solutions.virtualEventsRoot
88028802
summary: Get callTranscript
8803-
description: Retrieve a callTranscript object associated with an onlineMeeting. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
8803+
description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
88048804
externalDocs:
88058805
description: Find more info here
88068806
url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
@@ -12676,7 +12676,7 @@ paths:
1267612676
tags:
1267712677
- solutions.virtualEventsRoot
1267812678
summary: Get callRecording
12679-
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
12679+
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
1268012680
operationId: solution.virtualEvent.webinar.session_ListRecording
1268112681
parameters:
1268212682
- name: virtualEventWebinar-id
@@ -12805,7 +12805,7 @@ paths:
1280512805
tags:
1280612806
- solutions.virtualEventsRoot
1280712807
summary: Get callRecording
12808-
description: 'Get a callRecording object associated with an onlineMeeting. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of text associated with the recording.'
12808+
description: 'Get a callRecording object associated with a scheduled onlineMeeting. This API does not support getting call recordings from channel meetings. For a recording, this API returns the metadata of the single recording associated with the online meeting. For the content of a recording, this API returns the stream of bytes associated with the recording.'
1280912809
externalDocs:
1281012810
description: Find more info here
1281112811
url: https://learn.microsoft.com/graph/api/callrecording-get?view=graph-rest-1.0
@@ -13299,11 +13299,11 @@ paths:
1329913299
delete:
1330013300
tags:
1330113301
- solutions.virtualEventsRoot
13302-
summary: Delete externalMeetingRegistration
13303-
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
13302+
summary: Delete meetingRegistration
13303+
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
1330413304
externalDocs:
1330513305
description: Find more info here
13306-
url: https://learn.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
13306+
url: https://learn.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
1330713307
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
1330813308
parameters:
1330913309
- name: virtualEventWebinar-id
@@ -14180,7 +14180,7 @@ paths:
1418014180
tags:
1418114181
- solutions.virtualEventsRoot
1418214182
summary: List transcripts
14183-
description: Retrieve the list of callTranscript objects associated with an onlineMeeting.
14183+
description: 'Retrieve the list of callTranscript objects associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. '
1418414184
externalDocs:
1418514185
description: Find more info here
1418614186
url: https://learn.microsoft.com/graph/api/onlinemeeting-list-transcripts?view=graph-rest-1.0
@@ -14315,7 +14315,7 @@ paths:
1431514315
tags:
1431614316
- solutions.virtualEventsRoot
1431714317
summary: Get callTranscript
14318-
description: Retrieve a callTranscript object associated with an onlineMeeting. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
14318+
description: Retrieve a callTranscript object associated with a scheduled onlineMeeting. This API does not support getting call transcripts from channel meetings. Retrieving the transcript returns the metadata of the single transcript associated with the online meeting. Retrieving the content of the transcript returns the stream of text associated with the transcript.
1431914319
externalDocs:
1432014320
description: Find more info here
1432114321
url: https://learn.microsoft.com/graph/api/calltranscript-get?view=graph-rest-1.0
@@ -16671,11 +16671,11 @@ components:
1667116671
properties:
1667216672
displayName:
1667316673
type: string
16674-
description: The display name of the identity. This property is read-only.
16674+
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
1667516675
nullable: true
1667616676
id:
1667716677
type: string
16678-
description: The identifier of the identity. This property is read-only.
16678+
description: Unique identifier for the identity.
1667916679
nullable: true
1668016680
additionalProperties:
1668116681
type: object
@@ -17492,6 +17492,7 @@ components:
1749217492
type: string
1749317493
message:
1749417494
type: string
17495+
x-ms-primary-error-message: true
1749517496
target:
1749617497
type: string
1749717498
nullable: true

0 commit comments

Comments
 (0)