Skip to content

Weekly OpenApiDocs Download #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
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
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.3.1"
"version": "1.4.1"
}
234 changes: 219 additions & 15 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

82 changes: 60 additions & 22 deletions openApiDocs/beta/Bookings.yml

Large diffs are not rendered by default.

50 changes: 20 additions & 30 deletions openApiDocs/beta/Calendar.yml

Large diffs are not rendered by default.

28 changes: 14 additions & 14 deletions openApiDocs/beta/ChangeNotifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ paths:
- encryptionCertificateId desc
- expirationDateTime
- expirationDateTime desc
- includeProperties
- includeProperties desc
- includeResourceData
- includeResourceData desc
- latestSupportedTlsVersion
- latestSupportedTlsVersion desc
- lifecycleNotificationUrl
- lifecycleNotificationUrl desc
- notificationContentType
- notificationContentType desc
- notificationQueryOptions
- notificationQueryOptions desc
- notificationUrl
Expand All @@ -77,10 +77,10 @@ paths:
- encryptionCertificate
- encryptionCertificateId
- expirationDateTime
- includeProperties
- includeResourceData
- latestSupportedTlsVersion
- lifecycleNotificationUrl
- notificationContentType
- notificationQueryOptions
- notificationUrl
- resource
Expand Down Expand Up @@ -174,10 +174,10 @@ paths:
- encryptionCertificate
- encryptionCertificateId
- expirationDateTime
- includeProperties
- includeResourceData
- latestSupportedTlsVersion
- lifecycleNotificationUrl
- notificationContentType
- notificationQueryOptions
- notificationUrl
- resource
Expand Down Expand Up @@ -268,31 +268,28 @@ components:
nullable: true
changeType:
type: string
description: 'Required. Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list.Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.'
description: 'Indicates the type of change in the subscribed resource that will raise a change notification. The supported values are: created, updated, deleted. Multiple values can be combined using a comma-separated list. Required. Note: Drive root item and list change notifications support only the updated changeType. User and group change notifications support updated and deleted changeType.'
clientState:
type: string
description: Optional. Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 128 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification.
description: Specifies the value of the clientState property sent by the service in each change notification. The maximum length is 255 characters. The client can check that the change notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each change notification. Optional.
nullable: true
creatorId:
type: string
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the id of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the id of the service principal corresponding to the app. Read-only.'
description: 'Identifier of the user or service principal that created the subscription. If the app used delegated permissions to create the subscription, this field contains the ID of the signed-in user the app called on behalf of. If the app used application permissions, this field contains the ID of the service principal corresponding to the app. Read-only.'
nullable: true
encryptionCertificate:
type: string
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional. Required when includeResourceData is true.
nullable: true
encryptionCertificateId:
type: string
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true.
nullable: true
expirationDateTime:
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])$'
type: string
description: 'Required. Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time.'
description: 'Specifies the date and time when the webhook subscription expires. The time is in UTC, and can be an amount of time from subscription creation that varies for the resource subscribed to. See the table below for maximum supported subscription length of time. Required.'
format: date-time
includeProperties:
type: boolean
nullable: true
includeResourceData:
type: boolean
description: 'When set to true, change notifications include resource data (such as content of a chat message). Optional.'
Expand All @@ -305,15 +302,18 @@ components:
type: string
description: 'The URL of the endpoint that receives lifecycle notifications, including subscriptionRemoved and missed notifications. This URL must make use of the HTTPS protocol. Optional. Read more about how Outlook resources use lifecycle notifications.'
nullable: true
notificationContentType:
type: string
nullable: true
notificationQueryOptions:
type: string
nullable: true
notificationUrl:
type: string
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required.
resource:
type: string
description: Required. Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/v1.0/). See the possible resource path values for each supported resource.
description: Specifies the resource that will be monitored for changes. Do not include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource. Required.
additionalProperties:
type: object
microsoft.graph.entity:
Expand Down
59 changes: 50 additions & 9 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3225,6 +3225,8 @@ paths:
- activity desc
- availability
- availability desc
- outOfOfficeSettings
- outOfOfficeSettings desc
type: string
- name: $select
in: query
Expand All @@ -3239,6 +3241,7 @@ paths:
- id
- activity
- availability
- outOfOfficeSettings
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -3324,6 +3327,7 @@ paths:
- id
- activity
- availability
- outOfOfficeSettings
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -3950,6 +3954,7 @@ paths:
- id
- activity
- availability
- outOfOfficeSettings
type: string
- name: $expand
in: query
Expand Down Expand Up @@ -4090,7 +4095,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.callRecords.callType'
version:
type: integer
description: Monotonically increasing version of the call record. Higher version call records with the same id includes additional data compared to the lower version.
description: Monotonically increasing version of the call record. Higher version call records with the same ID includes additional data compared to the lower version.
format: int64
sessions:
type: array
Expand Down Expand Up @@ -4172,6 +4177,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.modality'
description: 'The list of active modalities. Possible values are: unknown, audio, video, videoBasedScreenSharing, data. Read-only.'
answeredBy:
$ref: '#/components/schemas/microsoft.graph.participantInfo'
callbackUri:
Expand Down Expand Up @@ -4246,6 +4252,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.audioRoutingGroup'
description: Read-only. Nullable.
operations:
type: array
items:
Expand All @@ -4269,13 +4276,15 @@ components:
items:
type: string
nullable: true
description: List of receiving participant ids.
routingMode:
$ref: '#/components/schemas/microsoft.graph.routingMode'
sources:
type: array
items:
type: string
nullable: true
description: List of source participant ids.
additionalProperties:
type: object
microsoft.graph.mediaConfig:
Expand Down Expand Up @@ -4360,7 +4369,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
replacesCallId:
type: string
description: Optional. The call which the target identity is currently a part of. This call will be dropped once the participant is added.
description: Optional. The call which the target idenity is currently a part of. This call will be dropped once the participant is added.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -4446,6 +4455,7 @@ components:
description: The list of media streams.
metadata:
type: string
description: A blob of data provided by the participant in the roster.
nullable: true
recordingInfo:
$ref: '#/components/schemas/microsoft.graph.recordingInfo'
Expand Down Expand Up @@ -4533,12 +4543,14 @@ components:
properties:
activity:
type: string
description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack,Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.'
description: 'The supplemental information to a user''s availability. Possible values are Available, Away, BeRightBack, Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.'
nullable: true
availability:
type: string
description: 'The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown'
nullable: true
outOfOfficeSettings:
$ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings'
additionalProperties:
type: object
microsoft.graph.onlineMeeting:
Expand All @@ -4553,10 +4565,12 @@ components:
$ref: '#/components/schemas/microsoft.graph.onlineMeetingPresenters'
alternativeRecording:
type: string
description: The content stream of the alternative recording of a live event. Read-only.
format: base64url
nullable: true
attendeeReport:
type: string
description: The content stream of the attendee report of a live event. Read-only.
format: base64url
nullable: true
audioConferencing:
Expand All @@ -4572,6 +4586,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.meetingCapabilities'
description: 'The list of meeting capabilities. Possible values are: questionAndAnswer.'
chatInfo:
$ref: '#/components/schemas/microsoft.graph.chatInfo'
creationDateTime:
Expand All @@ -4596,9 +4611,11 @@ components:
nullable: true
externalId:
type: string
description: The external ID. A custom ID. Optional.
nullable: true
isBroadcast:
type: boolean
description: Indicates if this is a live event.
nullable: true
isCancelled:
type: boolean
Expand All @@ -4618,6 +4635,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.meetingParticipants'
recording:
type: string
description: The content stream of the recording of a live event. Read-only.
format: base64url
nullable: true
startDateTime:
Expand All @@ -4642,7 +4660,7 @@ components:
properties:
messageId:
type: string
description: The unique identifier of a message in a Microsoft Teams channel.
description: The unique identifier for a message in a Microsoft Teams channel.
nullable: true
replyChainMessageId:
type: string
Expand All @@ -4666,12 +4684,14 @@ components:
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 @@ -4774,10 +4794,11 @@ components:
nullable: true
platformId:
type: string
description: The client platform ID of the participant. Read-only.
nullable: true
region:
type: string
description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location. Read-only.'
description: 'The home region of the participant. This can be a country, a continent, or a larger geographic region. This does not change based on the participant''s current physical location, unlike countryCode. Read-only.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -4810,13 +4831,13 @@ components:
properties:
observedParticipantId:
type: string
description: The ID of the participant that is under observation. Read-only.
description: The id of the participant that is under observation. Read-only.
nullable: true
onBehalfOf:
$ref: '#/components/schemas/microsoft.graph.identitySet'
sourceParticipantId:
type: string
description: The ID of the participant that triggered the incoming call. Read-only.
description: The id of the participant that triggered the incoming call. Read-only.
nullable: true
transferor:
$ref: '#/components/schemas/microsoft.graph.identitySet'
Expand All @@ -4836,8 +4857,10 @@ components:
properties:
allowAnonymousUsersToDialOut:
type: boolean
description: Indicates whether anonymous users dialout is allowed in a meeting.
allowAnonymousUsersToStartMeeting:
type: boolean
description: Indicates whether anonymous users are allowed to start a meeting.
autoAdmittedUsers:
$ref: '#/components/schemas/microsoft.graph.autoAdmittedUsersType'
additionalProperties:
Expand Down Expand Up @@ -4982,7 +5005,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.modality'
serverMuted:
type: boolean
description: If the media is muted by the server.
description: Indicates whether the media is muted by the server.
sourceId:
type: string
description: The source ID.
Expand Down Expand Up @@ -5123,6 +5146,20 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.outOfOfficeSettings:
title: outOfOfficeSettings
type: object
properties:
isOutOfOffice:
type: boolean
description: 'True if either:It is currently in the out of office time window configured on the Outlook or Teams client.There is currently an event on the user''s calendar that''s marked as Show as Out of OfficeOtherwise, false.'
nullable: true
message:
type: string
description: The out of office message that the user configured on Outlook client (Automatic Replies (Out of Office)) or the Teams client (Schedule out of office).
nullable: true
additionalProperties:
type: object
microsoft.graph.accessLevel:
title: accessLevel
enum:
Expand Down Expand Up @@ -5170,15 +5207,19 @@ components:
$ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience'
isAttendeeReportEnabled:
type: boolean
description: Indicates whether attendee report is enabled for this live event. Default value is false.
nullable: true
isQuestionAndAnswerEnabled:
type: boolean
description: Indicates whether Q&A is enabled for this live event. Default value is false.
nullable: true
isRecordingEnabled:
type: boolean
description: Indicates whether recording is enabled for this live event. Default value is false.
nullable: true
isVideoOnDemandEnabled:
type: boolean
description: Indicates whether video on demand is enabled for this live event. Default value is false.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -5724,8 +5765,8 @@ components:
enum:
- attendee
- presenter
- producer
- unknownFutureValue
- producer
type: string
odata.error.main:
required:
Expand Down
Loading