Skip to content

Commit 6dbf18e

Browse files
committed
Updated metadata parameters
1 parent 31f7178 commit 6dbf18e

File tree

38 files changed

+12002
-0
lines changed

38 files changed

+12002
-0
lines changed

microsoftgraph/graph-powershell-1.0/Microsoft.Graph.Users/Get-MgUser.md

Lines changed: 2651 additions & 0 deletions
Large diffs are not rendered by default.

missingexternaldocsurl/Applications/Applications.csv

Lines changed: 408 additions & 0 deletions
Large diffs are not rendered by default.

missingexternaldocsurl/Bookings/Bookings.csv

Lines changed: 143 additions & 0 deletions
Large diffs are not rendered by default.

missingexternaldocsurl/Calendar/Calendar.csv

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,111 @@ v1.0-beta, New-MgUserCalendarPermission, /users/{user-id}/calendar/calendarPermi
165165
v1.0-beta, New-MgUserEvent, /users/{user-id}/events
166166
v1.0-beta, New-MgUserEventAttachment, /users/{user-id}/events/{event-id}/attachments
167167
v1.0-beta, New-MgUserEventExtension, /users/{user-id}/events/{event-id}/extensions
168+
v1.0, Get-MgGroupCalendarPermissionCount, /groups/{group-id}/calendar/calendarPermissions/$count
169+
v1.0, Get-MgGroupEventAttachmentCount, /groups/{group-id}/events/{event-id}/attachments/$count
170+
v1.0, Get-MgGroupEventCount, /groups/{group-id}/events/$count
171+
v1.0, Get-MgGroupEventExtensionCount, /groups/{group-id}/events/{event-id}/extensions/$count
172+
v1.0, Get-MgGroupEventInstanceAttachmentCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count
173+
v1.0, Get-MgGroupEventInstanceCalendar, /groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar
174+
v1.0, Get-MgGroupEventInstanceCount, /groups/{group-id}/events/{event-id}/instances/$count
175+
v1.0, Get-MgGroupEventInstanceExtensionCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count
176+
v1.0, Get-MgPlaceAsRoom, /places/{place-id}/room
177+
v1.0, Get-MgPlaceCount, /places/$count
178+
v1.0, Get-MgPlacePlaceCountAsRoom, /places/room/$count
179+
v1.0, Get-MgUserCalendarCount, /users/{user-id}/calendars/$count
180+
v1.0, Get-MgUserCalendarGroupCount, /users/{user-id}/calendarGroups/$count
181+
v1.0, Get-MgUserCalendarPermissionCount, /users/{user-id}/calendar/calendarPermissions/$count
182+
v1.0, Get-MgUserEventAttachmentCount, /users/{user-id}/events/{event-id}/attachments/$count
183+
v1.0, Get-MgUserEventCount, /users/{user-id}/events/$count
184+
v1.0, Get-MgUserEventExtensionCount, /users/{user-id}/events/{event-id}/extensions/$count
185+
v1.0, Get-MgUserEventInstanceAttachmentCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count
186+
v1.0, Get-MgUserEventInstanceCalendar, /users/{user-id}/events/{event-id}/instances/{event-id1}/calendar
187+
v1.0, Get-MgUserEventInstanceCount, /users/{user-id}/events/{event-id}/instances/$count
188+
v1.0, Get-MgUserEventInstanceExtensionCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count
189+
v1.0, Remove-MgGroupCalendarEvent, /groups/{group-id}/calendar/events/{event-id}
190+
v1.0, Remove-MgGroupEventInstanceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
191+
v1.0, Remove-MgPlace, /places/{place-id}
192+
v1.0, Remove-MgUserEventInstanceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
193+
v1.0, Update-MgGroupEventInstanceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
194+
v1.0, Update-MgUserEventInstanceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
195+
beta, Get-MgBetaGroupCalendar, /groups/{group-id}/calendar
196+
beta, Get-MgBetaGroupCalendarEvent, /groups/{group-id}/calendar/events/{event-id}
197+
beta, Get-MgBetaGroupCalendarPermissionCount, /groups/{group-id}/calendar/calendarPermissions/$count
198+
beta, Get-MgBetaGroupEventAttachmentCount, /groups/{group-id}/events/{event-id}/attachments/$count
199+
beta, Get-MgBetaGroupEventCalendar, /groups/{group-id}/events/{event-id}/calendar
200+
beta, Get-MgBetaGroupEventCount, /groups/{group-id}/events/$count
201+
beta, Get-MgBetaGroupEventExceptionOccurrence, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}
202+
beta, Get-MgBetaGroupEventExceptionOccurrenceAttachmentCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count
203+
beta, Get-MgBetaGroupEventExceptionOccurrenceCalendar, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar
204+
beta, Get-MgBetaGroupEventExceptionOccurrenceCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/$count
205+
beta, Get-MgBetaGroupEventExceptionOccurrenceExtensionCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count
206+
beta, Get-MgBetaGroupEventExceptionOccurrenceInstance, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}
207+
beta, Get-MgBetaGroupEventExceptionOccurrenceInstanceAttachmentCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count
208+
beta, Get-MgBetaGroupEventExceptionOccurrenceInstanceCalendar, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar
209+
beta, Get-MgBetaGroupEventExceptionOccurrenceInstanceCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count
210+
beta, Get-MgBetaGroupEventExceptionOccurrenceInstanceExtensionCount, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count
211+
beta, Get-MgBetaGroupEventExtensionCount, /groups/{group-id}/events/{event-id}/extensions/$count
212+
beta, Get-MgBetaGroupEventInstance, /groups/{group-id}/events/{event-id}/instances/{event-id1}
213+
beta, Get-MgBetaGroupEventInstanceAttachmentCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/$count
214+
beta, Get-MgBetaGroupEventInstanceCalendar, /groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar
215+
beta, Get-MgBetaGroupEventInstanceCount, /groups/{group-id}/events/{event-id}/instances/$count
216+
beta, Get-MgBetaGroupEventInstanceExceptionOccurrence, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}
217+
beta, Get-MgBetaGroupEventInstanceExceptionOccurrenceAttachmentCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count
218+
beta, Get-MgBetaGroupEventInstanceExceptionOccurrenceCalendar, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar
219+
beta, Get-MgBetaGroupEventInstanceExceptionOccurrenceCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count
220+
beta, Get-MgBetaGroupEventInstanceExceptionOccurrenceExtensionCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count
221+
beta, Get-MgBetaGroupEventInstanceExtensionCount, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/$count
222+
beta, Get-MgBetaPlaceAsRoom, /places/{place-id}/room
223+
beta, Get-MgBetaPlaceCount, /places/$count
224+
beta, Get-MgBetaPlacePlaceCountAsRoom, /places/room/$count
225+
beta, Get-MgBetaUserCalendar, /users/{user-id}/calendars/{calendar-id}
226+
beta, Get-MgBetaUserCalendarCount, /users/{user-id}/calendars/$count
227+
beta, Get-MgBetaUserCalendarGroupCount, /users/{user-id}/calendarGroups/$count
228+
beta, Get-MgBetaUserCalendarPermissionCount, /users/{user-id}/calendar/calendarPermissions/$count
229+
beta, Get-MgBetaUserEventAttachmentCount, /users/{user-id}/events/{event-id}/attachments/$count
230+
beta, Get-MgBetaUserEventCalendar, /users/{user-id}/events/{event-id}/calendar
231+
beta, Get-MgBetaUserEventCount, /users/{user-id}/events/$count
232+
beta, Get-MgBetaUserEventExceptionOccurrence, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}
233+
beta, Get-MgBetaUserEventExceptionOccurrenceAttachmentCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/$count
234+
beta, Get-MgBetaUserEventExceptionOccurrenceCalendar, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar
235+
beta, Get-MgBetaUserEventExceptionOccurrenceCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/$count
236+
beta, Get-MgBetaUserEventExceptionOccurrenceExtensionCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/$count
237+
beta, Get-MgBetaUserEventExceptionOccurrenceInstance, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}
238+
beta, Get-MgBetaUserEventExceptionOccurrenceInstanceAttachmentCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/$count
239+
beta, Get-MgBetaUserEventExceptionOccurrenceInstanceCalendar, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar
240+
beta, Get-MgBetaUserEventExceptionOccurrenceInstanceCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/$count
241+
beta, Get-MgBetaUserEventExceptionOccurrenceInstanceExtensionCount, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/$count
242+
beta, Get-MgBetaUserEventExtensionCount, /users/{user-id}/events/{event-id}/extensions/$count
243+
beta, Get-MgBetaUserEventInstance, /users/{user-id}/events/{event-id}/instances/{event-id1}
244+
beta, Get-MgBetaUserEventInstanceAttachmentCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/$count
245+
beta, Get-MgBetaUserEventInstanceCalendar, /users/{user-id}/events/{event-id}/instances/{event-id1}/calendar
246+
beta, Get-MgBetaUserEventInstanceCount, /users/{user-id}/events/{event-id}/instances/$count
247+
beta, Get-MgBetaUserEventInstanceExceptionOccurrence, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}
248+
beta, Get-MgBetaUserEventInstanceExceptionOccurrenceAttachmentCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/$count
249+
beta, Get-MgBetaUserEventInstanceExceptionOccurrenceCalendar, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar
250+
beta, Get-MgBetaUserEventInstanceExceptionOccurrenceCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/$count
251+
beta, Get-MgBetaUserEventInstanceExceptionOccurrenceExtensionCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/$count
252+
beta, Get-MgBetaUserEventInstanceExtensionCount, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/$count
253+
beta, Remove-MgBetaGroupCalendarEvent, /groups/{group-id}/calendar/events/{event-id}
254+
beta, Remove-MgBetaGroupEventExceptionOccurrenceExtension, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}
255+
beta, Remove-MgBetaGroupEventExceptionOccurrenceInstanceExtension, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}
256+
beta, Remove-MgBetaGroupEventExtension, /groups/{group-id}/events/{event-id}/extensions/{extension-id}
257+
beta, Remove-MgBetaGroupEventInstanceExceptionOccurrenceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}
258+
beta, Remove-MgBetaGroupEventInstanceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
259+
beta, Remove-MgBetaPlace, /places/{place-id}
260+
beta, Remove-MgBetaUserEventExceptionOccurrenceExtension, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}
261+
beta, Remove-MgBetaUserEventExceptionOccurrenceInstanceExtension, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}
262+
beta, Remove-MgBetaUserEventExtension, /users/{user-id}/events/{event-id}/extensions/{extension-id}
263+
beta, Remove-MgBetaUserEventInstanceExceptionOccurrenceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}
264+
beta, Remove-MgBetaUserEventInstanceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
265+
beta, Update-MgBetaGroupCalendarEvent, /groups/{group-id}/calendar/events/{event-id}
266+
beta, Update-MgBetaGroupEventExceptionOccurrenceExtension, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}
267+
beta, Update-MgBetaGroupEventExceptionOccurrenceInstanceExtension, /groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}
268+
beta, Update-MgBetaGroupEventExtension, /groups/{group-id}/events/{event-id}/extensions/{extension-id}
269+
beta, Update-MgBetaGroupEventInstanceExceptionOccurrenceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}
270+
beta, Update-MgBetaGroupEventInstanceExtension, /groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
271+
beta, Update-MgBetaUserEventExceptionOccurrenceExtension, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}
272+
beta, Update-MgBetaUserEventExceptionOccurrenceInstanceExtension, /users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}
273+
beta, Update-MgBetaUserEventExtension, /users/{user-id}/events/{event-id}/extensions/{extension-id}
274+
beta, Update-MgBetaUserEventInstanceExceptionOccurrenceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}
275+
beta, Update-MgBetaUserEventInstanceExtension, /users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Graph profile, Command, UriPath
2+
v1.0, Invoke-MgReauthorizeSubscription, /subscriptions/{subscription-id}/reauthorize
3+
beta, Invoke-MgBetaReauthorizeSubscription, /subscriptions/{subscription-id}/reauthorize

missingexternaldocsurl/CloudCommunications/CloudCommunications.csv

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,54 @@ v1.0-beta, New-MgCommunicationCallRecordSession, /communications/callRecords/{ca
105105
v1.0-beta, New-MgUserOnlineMeeting, /users/{user-id}/onlineMeetings
106106
v1.0-beta, Remove-MgUserPresence, /users/{user-id}/presence
107107
v1.0-beta, Update-MgUserPresence, /users/{user-id}/presence
108+
v1.0, Add-MgCommunicationCallLargeGalleryView, /communications/calls/{call-id}/addLargeGalleryView
109+
v1.0, Clear-MgCommunicationPresence, /communications/presences/{presence-id}/clearPresence
110+
v1.0, Clear-MgCommunicationPresenceUserPreferredPresence, /communications/presences/{presence-id}/clearUserPreferredPresence
111+
v1.0, Get-MgCommunicationCallAudioRoutingGroup, /communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}
112+
v1.0, Get-MgCommunicationCallAudioRoutingGroupCount, /communications/calls/{call-id}/audioRoutingGroups/$count
113+
v1.0, Get-MgCommunicationCallContentSharingSessionCount, /communications/calls/{call-id}/contentSharingSessions/$count
114+
v1.0, Get-MgCommunicationCallCount, /communications/calls/$count
115+
v1.0, Get-MgCommunicationCallOperationCount, /communications/calls/{call-id}/operations/$count
116+
v1.0, Get-MgCommunicationCallParticipantCount, /communications/calls/{call-id}/participants/$count
117+
v1.0, Get-MgCommunicationCallRecordCount, /communications/callRecords/$count
118+
v1.0, Get-MgCommunicationCallRecordSessionCount, /communications/callRecords/{callRecord-id}/sessions/$count
119+
v1.0, Get-MgCommunicationCallRecordSessionSegmentCount, /communications/callRecords/{callRecord-id}/sessions/{session-id}/segments/$count
120+
v1.0, Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecordCount, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count
121+
v1.0, Get-MgCommunicationOnlineMeetingAttendanceReportCount, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count
122+
v1.0, Get-MgCommunicationOnlineMeetingCount, /communications/onlineMeetings/$count
123+
v1.0, Get-MgCommunicationOnlineMeetingVirtualAppointmentJoinWebUrl, /communications/onlineMeetings/{onlineMeeting-id}/getVirtualAppointmentJoinWebUrl
124+
v1.0, Get-MgCommunicationPresenceByUserId, /communications/getPresencesByUserId
125+
v1.0, Get-MgCommunicationPresenceCount, /communications/presences/$count
126+
v1.0, Get-MgUserOnlineMeetingAttendanceReportAttendanceRecordCount, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/$count
127+
v1.0, Get-MgUserOnlineMeetingAttendanceReportCount, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/$count
128+
v1.0, Get-MgUserOnlineMeetingCount, /users/{user-id}/onlineMeetings/$count
129+
v1.0, New-MgCommunicationCallContentSharingSession, /communications/calls/{call-id}/contentSharingSessions
130+
v1.0, New-MgCommunicationOnlineMeetingAttendanceReport, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports
131+
v1.0, New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords
132+
v1.0, New-MgUserOnlineMeetingAttendanceReport, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports
133+
v1.0, New-MgUserOnlineMeetingAttendanceReportAttendanceRecord, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords
134+
v1.0, Remove-MgCommunicationCallContentSharingSession, /communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}
135+
v1.0, Remove-MgCommunicationOnlineMeetingAttendanceReport, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}
136+
v1.0, Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}
137+
v1.0, Remove-MgUserOnlineMeetingAttendanceReport, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}
138+
v1.0, Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}
139+
v1.0, Set-MgCommunicationOnlineMeetingAttendeeReport, /communications/onlineMeetings/{onlineMeeting-id}/attendeeReport
140+
v1.0, Set-MgCommunicationPresence, /communications/presences/{presence-id}/setPresence
141+
v1.0, Set-MgCommunicationPresenceUserPreferredPresence, /communications/presences/{presence-id}/setUserPreferredPresence
142+
v1.0, Set-MgUserOnlineMeetingAttendeeReport, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport
143+
v1.0, Start-MgCommunicationCallParticipantHoldMusic, /communications/calls/{call-id}/participants/{participant-id}/startHoldMusic
144+
v1.0, Stop-MgCommunicationCallParticipantHoldMusic, /communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic
145+
v1.0, Update-MgCommunicationCallContentSharingSession, /communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}
146+
v1.0, Update-MgCommunicationOnlineMeetingAttendanceReport, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}
147+
v1.0, Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord, /communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}
148+
v1.0, Update-MgUserOnlineMeetingAttendanceReport, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}
149+
v1.0, Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord, /users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}
150+
beta, Add-MgBetaCommunicationCallLargeGalleryView, /communications/calls/{call-id}/addLargeGalleryView
151+
beta, Clear-MgBetaCommunicationPresence, /communications/presences/{presence-id}/clearPresence
152+
beta, Clear-MgBetaCommunicationPresenceUserPreferredPresence, /communications/presences/{presence-id}/clearUserPreferredPresence
153+
beta, Get-MgBetaCommunicationCallAudioRoutingGroupCount, /communications/calls/{call-id}/audioRoutingGroups/$count
154+
beta, Get-MgBetaCommunicationCallContentSharingSessionCount, /communications/calls/{call-id}/contentSharingSessions/$count
155+
beta, Get-MgBetaCommunicationCallCount, /communications/calls/$count
156+
beta, Get-MgBetaCommunicationCallOperationCount, /communications/calls/{call-id}/operations/$count
157+
beta, Get-MgBetaCommunicationCallParticipantCount, /communications/calls/{call-id}/participants/$count
158+
beta, Get-MgBetaCommunicationCallRecordCount, /communications/callRecords/$count

0 commit comments

Comments
 (0)