Skip to content

Commit

Permalink
Weekly OpenApiDocs Download (#1766)
Browse files Browse the repository at this point in the history
* Weekly OpenApiDocs Download.

* Update rename directives for Sites.

* Add generated MgCommandMetadata.json. [run ci]

Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
Co-authored-by: Peter Ombwa <peombwa@microsoft.com>
  • Loading branch information
3 people authored Jan 26, 2023
1 parent 46f874a commit b3e09d4
Show file tree
Hide file tree
Showing 121 changed files with 156,171 additions and 146,179 deletions.
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.20.0"
"version": "1.21.0"
}
11 changes: 6 additions & 5 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7970,10 +7970,10 @@ paths:
tags:
- onPremisesPublishingProfiles.connectorGroup
summary: Create connectorGroup
description: Create a new connectorGroup.
description: Create a connectorGroup object.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/connectorgroup-post-connectorgroups?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/connectorgroup-post?view=graph-rest-1.0
operationId: onPremisesPublishingProfiles_CreateConnectorGroups
parameters:
- name: onPremisesPublishingProfile-id
Expand Down Expand Up @@ -17204,7 +17204,7 @@ components:
properties:
customKeyIdentifier:
type: string
description: Custom key identifier
description: 'A 40-character binary type that can be used to identify the credential. Optional. When not provided in the payload, defaults to the thumbprint of the certificate.'
format: base64url
nullable: true
displayName:
Expand Down Expand Up @@ -18812,10 +18812,10 @@ components:
properties:
name:
type: string
description: Name for this key-value pair
description: 'Name for this key-value pair. For more information about possible names for each resource type that uses this configuration, see keyValuePair names and values.'
value:
type: string
description: Value for this key-value pair
description: 'Value for this key-value pair. For more information about possible values for each resource type that uses this configuration, see keyValuePair names and values.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -20259,6 +20259,7 @@ components:
- saml
- pingHeaderBased
- aadHeaderBased
- oAuthToken
- unknownFutureValue
type: string
microsoft.graph.synchronizationError:
Expand Down
129 changes: 116 additions & 13 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

240 changes: 120 additions & 120 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

97 changes: 80 additions & 17 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2613,6 +2613,8 @@ paths:
- metadata desc
- recordingInfo
- recordingInfo desc
- restrictedExperience
- restrictedExperience desc
type: string
- name: $select
in: query
Expand All @@ -2632,6 +2634,7 @@ paths:
- mediaStreams
- metadata
- recordingInfo
- restrictedExperience
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -2726,6 +2729,7 @@ paths:
- mediaStreams
- metadata
- recordingInfo
- restrictedExperience
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -2975,10 +2979,10 @@ paths:
tags:
- communications.Actions
summary: Invoke action invite
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/participant-invite?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/participant-delete?view=graph-rest-1.0
operationId: communications.calls.participants_invite
parameters:
- name: call-id
Expand Down Expand Up @@ -3221,6 +3225,8 @@ paths:
- subject desc
- videoTeleconferenceId
- videoTeleconferenceId desc
- watermarkProtection
- watermarkProtection desc
type: string
- name: $select
in: query
Expand Down Expand Up @@ -3260,6 +3266,7 @@ paths:
- startDateTime
- subject
- videoTeleconferenceId
- watermarkProtection
- virtualAppointment
- attendanceReports
- meetingAttendanceReport
Expand Down Expand Up @@ -3367,6 +3374,7 @@ paths:
- startDateTime
- subject
- videoTeleconferenceId
- watermarkProtection
- virtualAppointment
- attendanceReports
- meetingAttendanceReport
Expand Down Expand Up @@ -4533,11 +4541,11 @@ paths:
get:
tags:
- communications.onlineMeeting
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
operationId: communications.onlineMeetings_GetRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -4628,11 +4636,11 @@ paths:
delete:
tags:
- communications.onlineMeeting
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: communications.onlineMeetings_DeleteRegistration
parameters:
- name: onlineMeeting-id
Expand Down Expand Up @@ -5763,7 +5771,11 @@ paths:
get:
tags:
- users.onlineMeeting
summary: Get onlineMeetings from users
summary: Get onlineMeeting
description: 'Retrieve the properties and relationships of an onlineMeeting object. For example, you can: Teams live event attendee report and Teams live event recordings are online meeting artifacts. For details, see Online meeting artifacts and permissions.'
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
operationId: users_ListOnlineMeetings
parameters:
- name: user-id
Expand Down Expand Up @@ -5845,6 +5857,8 @@ paths:
- subject desc
- videoTeleconferenceId
- videoTeleconferenceId desc
- watermarkProtection
- watermarkProtection desc
type: string
- name: $select
in: query
Expand Down Expand Up @@ -5884,6 +5898,7 @@ paths:
- startDateTime
- subject
- videoTeleconferenceId
- watermarkProtection
- virtualAppointment
- attendanceReports
- meetingAttendanceReport
Expand Down Expand Up @@ -6012,6 +6027,7 @@ paths:
- startDateTime
- subject
- videoTeleconferenceId
- watermarkProtection
- virtualAppointment
- attendanceReports
- meetingAttendanceReport
Expand Down Expand Up @@ -6120,6 +6136,9 @@ paths:
- users.onlineMeeting
summary: Get alternativeRecording for the navigation property onlineMeetings from users
description: The content stream of the alternative recording of a Microsoft Teams live event. Read-only.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
operationId: users_GetOnlineMeetingsAlternativeRecording
parameters:
- name: user-id
Expand Down Expand Up @@ -6808,6 +6827,9 @@ paths:
- users.onlineMeeting
summary: Get attendeeReport for the navigation property onlineMeetings from users
description: The content stream of the attendee report of a Teams live event. Read-only.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
operationId: users_GetOnlineMeetingsAttendeeReport
parameters:
- name: user-id
Expand Down Expand Up @@ -7307,6 +7329,9 @@ paths:
- users.onlineMeeting
summary: Get recording for the navigation property onlineMeetings from users
description: The content stream of the recording of a Teams live event. Read-only.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/onlinemeeting-get?view=graph-rest-1.0
operationId: users_GetOnlineMeetingsRecording
parameters:
- name: user-id
Expand Down Expand Up @@ -7377,11 +7402,11 @@ paths:
get:
tags:
- users.onlineMeeting
summary: Get externalMeetingRegistration
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
summary: Get meetingRegistration
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
operationId: users.onlineMeetings_GetRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -7488,11 +7513,11 @@ paths:
delete:
tags:
- users.onlineMeeting
summary: Delete meetingRegistration
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
summary: Delete externalMeetingRegistration
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
operationId: users.onlineMeetings_DeleteRegistration
parameters:
- name: user-id
Expand Down Expand Up @@ -8928,6 +8953,8 @@ components:
nullable: true
recordingInfo:
$ref: '#/components/schemas/microsoft.graph.recordingInfo'
restrictedExperience:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingRestricted'
additionalProperties:
type: object
microsoft.graph.startHoldMusicOperation:
Expand Down Expand Up @@ -9144,6 +9171,8 @@ components:
type: string
description: The video teleconferencing ID. Read-only.
nullable: true
watermarkProtection:
$ref: '#/components/schemas/microsoft.graph.watermarkProtectionValues'
virtualAppointment:
$ref: '#/components/schemas/microsoft.graph.virtualAppointment'
attendanceReports:
Expand Down Expand Up @@ -9718,6 +9747,16 @@ components:
$ref: '#/components/schemas/microsoft.graph.recordingStatus'
additionalProperties:
type: object
microsoft.graph.onlineMeetingRestricted:
title: onlineMeetingRestricted
type: object
properties:
contentSharingDisabled:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingContentSharingDisabledReason'
videoDisabled:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingVideoDisabledReason'
additionalProperties:
type: object
microsoft.graph.teleconferenceDeviceMediaQuality:
title: teleconferenceDeviceMediaQuality
type: object
Expand Down Expand Up @@ -9979,6 +10018,18 @@ components:
$ref: '#/components/schemas/microsoft.graph.lobbyBypassScope'
additionalProperties:
type: object
microsoft.graph.watermarkProtectionValues:
title: watermarkProtectionValues
type: object
properties:
isEnabledForContentSharing:
type: boolean
nullable: true
isEnabledForVideo:
type: boolean
nullable: true
additionalProperties:
type: object
microsoft.graph.attendanceInterval:
title: attendanceInterval
type: object
Expand Down Expand Up @@ -10010,11 +10061,11 @@ components:
properties:
displayName:
type: string
description: The display name of the identity. This property is read-only.
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.'
nullable: true
id:
type: string
description: The identifier of the identity. This property is read-only.
description: Unique identifier for the identity.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -10759,6 +10810,18 @@ components:
- receiveOnly
- sendReceive
type: string
microsoft.graph.onlineMeetingContentSharingDisabledReason:
title: onlineMeetingContentSharingDisabledReason
enum:
- watermarkProtection
- unknownFutureValue
type: string
microsoft.graph.onlineMeetingVideoDisabledReason:
title: onlineMeetingVideoDisabledReason
enum:
- watermarkProtection
- unknownFutureValue
type: string
ReferenceNumeric:
enum:
- '-INF'
Expand Down
Loading

0 comments on commit b3e09d4

Please sign in to comment.