Skip to content

Commit 46c5a91

Browse files
authored
Merge branch 'dev' into features/CAE
2 parents 8548c99 + 42426c5 commit 46c5a91

File tree

111 files changed

+22937
-9326
lines changed

Some content is hidden

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

111 files changed

+22937
-9326
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 40 additions & 36 deletions
Large diffs are not rendered by default.

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2515,10 +2515,10 @@ components:
25152515
properties:
25162516
dateTime:
25172517
type: string
2518-
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
2518+
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
25192519
timeZone:
25202520
type: string
2521-
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
2521+
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
25222522
nullable: true
25232523
additionalProperties:
25242524
type: object

openApiDocs/beta/Calendar.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -46388,15 +46388,15 @@ components:
4638846388
nullable: true
4638946389
canEdit:
4639046390
type: boolean
46391-
description: 'True if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access, through an Outlook client or the corresponding calendarPermission resource. Read-only.'
46391+
description: 'true if the user can write to the calendar, false otherwise. This property is true for the user who created the calendar. This property is also true for a user who has been shared a calendar and granted write access.'
4639246392
nullable: true
4639346393
canShare:
4639446394
type: boolean
46395-
description: 'True if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it. Read-only.'
46395+
description: 'true if the user has the permission to share the calendar, false otherwise. Only the user who created the calendar can share it.'
4639646396
nullable: true
4639746397
canViewPrivateItems:
4639846398
type: boolean
46399-
description: 'True if the user can read calendar items that have been marked private, false otherwise. This property is set through an Outlook client or the corresponding calendarPermission resource. Read-only.'
46399+
description: 'true if the user can read calendar items that have been marked private, false otherwise.'
4640046400
nullable: true
4640146401
changeKey:
4640246402
type: string
@@ -46408,23 +46408,23 @@ components:
4640846408
$ref: '#/components/schemas/microsoft.graph.onlineMeetingProviderType'
4640946409
hexColor:
4641046410
type: string
46411-
description: 'The calendar color, expressed in a hex color code of three hexidecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty.'
46411+
description: 'The calendar color, expressed in a hex color code of three hexadecimal values, each ranging from 00 to FF and representing the red, green, or blue components of the color in the RGB color space. If the user has never explicitly set a color for the calendar, this property is empty. Read-only.'
4641246412
nullable: true
4641346413
isDefaultCalendar:
4641446414
type: boolean
46415-
description: 'True if this is the default calendar where new events are created by default, false otherwise.'
46415+
description: 'true if this is the default calendar where new events are created by default, false otherwise.'
4641646416
nullable: true
4641746417
isRemovable:
4641846418
type: boolean
4641946419
description: Indicates whether this user calendar can be deleted from the user mailbox.
4642046420
nullable: true
4642146421
isShared:
4642246422
type: boolean
46423-
description: 'True if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
46423+
description: 'true if the user has shared the calendar with other users, false otherwise. Since only the user who created the calendar can share it, isShared and isSharedWithMe cannot be true for the same user. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
4642446424
nullable: true
4642546425
isSharedWithMe:
4642646426
type: boolean
46427-
description: 'True if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
46427+
description: 'true if the user has been shared this calendar, false otherwise. This property is always false for a calendar owner. This property is set when sharing is initiated in an Outlook client, and can be reset when the sharing is cancelled through the client or the corresponding calendarPermission resource. Read-only.'
4642846428
nullable: true
4642946429
isTallyingResponses:
4643046430
type: boolean
@@ -46578,7 +46578,7 @@ components:
4657846578
originalStart:
4657946579
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])$'
4658046580
type: string
46581-
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'''
46581+
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
4658246582
format: date-time
4658346583
nullable: true
4658446584
originalStartTimeZone:
@@ -46631,7 +46631,7 @@ components:
4663146631
type: array
4663246632
items:
4663346633
$ref: '#/components/schemas/microsoft.graph.attachment'
46634-
description: 'The collection of FileAttachment, ItemAttachment, and referenceAttachment attachments for the event. Navigation property. Read-only. Nullable.'
46634+
description: The collection of fileAttachment and itemAttachment attachments for the event. Navigation property. Read-only. Nullable.
4663546635
calendar:
4663646636
$ref: '#/components/schemas/microsoft.graph.calendar'
4663746637
exceptionOccurrences:
@@ -46642,12 +46642,12 @@ components:
4664246642
type: array
4664346643
items:
4664446644
$ref: '#/components/schemas/microsoft.graph.extension'
46645-
description: The collection of open extensions defined for the event. Nullable.
46645+
description: The collection of open extensions defined for the event. Read-only. Nullable.
4664646646
instances:
4664746647
type: array
4664846648
items:
4664946649
$ref: '#/components/schemas/microsoft.graph.event'
46650-
description: 'The occurrences of a recurring series, if the event is a series master. This property includes occurrences that are part of the recurrence pattern, and exceptions that have been modified, but does not include occurrences that have been cancelled from the series. Navigation property. Read-only. Nullable.'
46650+
description: The instances of the event. Navigation property. Read-only. Nullable.
4665146651
multiValueExtendedProperties:
4665246652
type: array
4665346653
items:
@@ -46676,12 +46676,12 @@ components:
4667646676
lastModifiedDateTime:
4667746677
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])$'
4667846678
type: string
46679-
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'''
46679+
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
4668046680
format: date-time
4668146681
nullable: true
4668246682
name:
4668346683
type: string
46684-
description: The display name of the attachment. This does not need to be the actual file name.
46684+
description: The attachment's file name.
4668546685
nullable: true
4668646686
size:
4668746687
maximum: 2147483647
@@ -46808,11 +46808,11 @@ components:
4680846808
properties:
4680946809
address:
4681046810
type: string
46811-
description: The email address of an entity instance.
46811+
description: The email address of the person or entity.
4681246812
nullable: true
4681346813
name:
4681446814
type: string
46815-
description: The display name of an entity instance.
46815+
description: The display name of the person or entity.
4681646816
nullable: true
4681746817
additionalProperties:
4681846818
type: object
@@ -46847,13 +46847,13 @@ components:
4684746847
createdDateTime:
4684846848
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])$'
4684946849
type: string
46850-
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'''
46850+
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
4685146851
format: date-time
4685246852
nullable: true
4685346853
lastModifiedDateTime:
4685446854
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])$'
4685546855
type: string
46856-
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'''
46856+
description: 'The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
4685746857
format: date-time
4685846858
nullable: true
4685946859
additionalProperties:
@@ -46888,10 +46888,10 @@ components:
4688846888
properties:
4688946889
dateTime:
4689046890
type: string
46891-
description: 'A single point of time in a combined date and time representation ({date}T{time}). For example, ''2019-04-16T09:00:00''.'
46891+
description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).'
4689246892
timeZone:
4689346893
type: string
46894-
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for possible values.'
46894+
description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.'
4689546895
nullable: true
4689646896
additionalProperties:
4689746897
type: object
@@ -46992,7 +46992,7 @@ components:
4699246992
time:
4699346993
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])$'
4699446994
type: string
46995-
description: 'The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: ''2014-01-01T00:00:00Z'''
46995+
description: 'The date and time that the response was returned. It uses ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
4699646996
format: date-time
4699746997
nullable: true
4699846998
additionalProperties:
@@ -47170,7 +47170,7 @@ components:
4717047170
type: array
4717147171
items:
4717247172
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
47173-
description: 'A collection of the days of the week on which the event occurs. Possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.'
47173+
description: 'A collection of the days of the week on which the event occurs. The possible values are: sunday, monday, tuesday, wednesday, thursday, friday, saturday. If type is relativeMonthly or relativeYearly, and daysOfWeek specifies more than one day, the event falls on the first day that satisfies the pattern. Required if type is weekly, relativeMonthly, or relativeYearly.'
4717447174
firstDayOfWeek:
4717547175
$ref: '#/components/schemas/microsoft.graph.dayOfWeek'
4717647176
index:

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -268,27 +268,27 @@ components:
268268
nullable: true
269269
changeType:
270270
type: string
271-
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.'
271+
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.'
272272
clientState:
273273
type: string
274-
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.
274+
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.
275275
nullable: true
276276
creatorId:
277277
type: string
278-
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.'
278+
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.'
279279
nullable: true
280280
encryptionCertificate:
281281
type: string
282282
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.
283283
nullable: true
284284
encryptionCertificateId:
285285
type: string
286-
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional. Required when includeResourceData is true.
286+
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
287287
nullable: true
288288
expirationDateTime:
289289
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])$'
290290
type: string
291-
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.'
291+
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.'
292292
format: date-time
293293
includeResourceData:
294294
type: boolean
@@ -304,16 +304,18 @@ components:
304304
nullable: true
305305
notificationContentType:
306306
type: string
307+
description: Desired content-type for MS Graph change notifications for supported resource types. The default content-type is the 'application/json' content-type.
307308
nullable: true
308309
notificationQueryOptions:
309310
type: string
311+
description: 'OData Query Options for specifying value for the targeting resource. Clients receive notifications when resource reaches the state matching the query options provided here. With this new property in the subscription creation payload along with all existing properties, Webhooks will deliver notifications whenever a resource reaches the desired state mentioned in the notificationQueryOptions property eg when the print job is completed, when a print job resource isFetchable property value becomes true etc.'
310312
nullable: true
311313
notificationUrl:
312314
type: string
313-
description: The URL of the endpoint that receives the change notifications. This URL must make use of the HTTPS protocol. Required.
315+
description: Required. The URL of the endpoint that will receive the change notifications. This URL must make use of the HTTPS protocol.
314316
resource:
315317
type: string
316-
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.
318+
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.
317319
additionalProperties:
318320
type: object
319321
microsoft.graph.entity:

0 commit comments

Comments
 (0)