Skip to content

Commit 32dea43

Browse files
authored
Merge branch 'dev' into WeeklyExamplesUpdate/202408230311
2 parents 9e2aa41 + fd0f41e commit 32dea43

37 files changed

+169619
-165403
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21656,7 +21656,7 @@ components:
2165621656
$ref: '#/components/schemas/microsoft.graph.passwordSingleSignOnSettings'
2165721657
preferredSingleSignOnMode:
2165821658
type: string
21659-
description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc.'
21659+
description: 'Specifies the single sign-on mode configured for this application. Microsoft Entra ID uses the preferred single sign-on mode to launch the application from Microsoft 365 or the Microsoft Entra My Apps. The supported values are password, saml, notSupported, and oidc. Note: This field might be null for older SAML apps and for OIDC applications where it isn''t set automatically.'
2166021660
nullable: true
2166121661
preferredTokenSigningKeyEndDateTime:
2166221662
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])$'
@@ -23311,7 +23311,7 @@ components:
2331123311
type: array
2331223312
items:
2331323313
$ref: '#/components/schemas/microsoft.graph.assignedLabel'
23314-
description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select.'
23314+
description: 'The list of sensitivity label pairs (label ID, label name) associated with a Microsoft 365 group. Returned only on $select. This property can be updated only in delegated scenarios where the caller requires both the Microsoft Graph permission and a supported administrator role.'
2331523315
assignedLicenses:
2331623316
type: array
2331723317
items:
@@ -25245,7 +25245,7 @@ components:
2524525245
nullable: true
2524625246
isOnlineMeeting:
2524725247
type: boolean
25248-
description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Subsequently Outlook ignores any further changes to isOnlineMeeting, and the meeting remains available online.'
25248+
description: 'True if this event has online meeting information (that is, onlineMeeting points to an onlineMeetingInfo resource), false otherwise. Default is false (onlineMeeting is null). Optional. After you set isOnlineMeeting to true, Microsoft Graph initializes onlineMeeting. Outlook then ignores any further changes to isOnlineMeeting, and the meeting remains available online.'
2524925249
nullable: true
2525025250
isOrganizer:
2525125251
type: boolean
@@ -25283,7 +25283,7 @@ components:
2528325283
originalStart:
2528425284
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])$'
2528525285
type: string
25286-
description: 'Represents the start time of an event when it is initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
25286+
description: 'Represents the start time of an event when it''s initially created as an occurrence or exception in a recurring series. This property isn''t returned for events that are single instances. Its date and time information is expressed in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z'
2528725287
format: date-time
2528825288
nullable: true
2528925289
originalStartTimeZone:
@@ -25321,7 +25321,7 @@ components:
2532125321
nullable: true
2532225322
transactionId:
2532325323
type: string
25324-
description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.'
25324+
description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations if the client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you can''t change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.'
2532525325
nullable: true
2532625326
type:
2532725327
$ref: '#/components/schemas/microsoft.graph.eventType'
@@ -25331,7 +25331,7 @@ components:
2533125331
nullable: true
2533225332
webLink:
2533325333
type: string
25334-
description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you are signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL cannot be accessed from within an iFrame.'
25334+
description: 'The URL to open the event in Outlook on the web.Outlook on the web opens the event in the browser if you''re signed in to your mailbox. Otherwise, Outlook on the web prompts you to sign in.This URL can''t be accessed from within an iFrame.'
2533525335
nullable: true
2533625336
attachments:
2533725337
type: array
@@ -25356,7 +25356,7 @@ components:
2535625356
type: array
2535725357
items:
2535825358
$ref: '#/components/schemas/microsoft.graph.event'
25359-
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 doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.'
25359+
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. It doesn''t include occurrences that have been canceled from the series. Navigation property. Read-only. Nullable.'
2536025360
x-ms-navigationProperty: true
2536125361
multiValueExtendedProperties:
2536225362
type: array
@@ -25661,7 +25661,7 @@ components:
2566125661
nullable: true
2566225662
displayName:
2566325663
type: string
25664-
description: 'The contact''s display name. You can specify the display name in a create or update operation. Note that later updates to other properties may cause an automatically generated value to overwrite the displayName value you have specified. To preserve a pre-existing value, always include it as displayName in an update operation.'
25664+
description: 'The contact''s display name. You can specify the display name in a create or update operation. Later updates to other properties might cause an automatically generated value to overwrite the displayName value you specified. To preserve a pre-existing value, always include it as displayName in an update operation.'
2566525665
nullable: true
2566625666
emailAddresses:
2566725667
type: array
@@ -27306,7 +27306,7 @@ components:
2730627306
type: array
2730727307
items:
2730827308
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
27309-
description: Indicates collection of App Log Upload Request.
27309+
description: The collection property of AppLogUploadRequest.
2731027310
x-ms-navigationProperty: true
2731127311
additionalProperties:
2731227312
type: object
@@ -35264,7 +35264,7 @@ components:
3526435264
type: array
3526535265
items:
3526635266
$ref: '#/components/schemas/microsoft.graph.attachment'
35267-
description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.'
35267+
description: 'The collection of fileAttachment, itemAttachment, and referenceAttachment attachments for the task. Read-only. Nullable.'
3526835268
x-ms-navigationProperty: true
3526935269
multiValueExtendedProperties:
3527035270
type: array
@@ -36337,11 +36337,11 @@ components:
3633736337
properties:
3633836338
displayName:
3633936339
type: string
36340-
description: 'The display name of the identity. For drive items, the display name 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 don''t show up as changed when using delta.'
36340+
description: The display name of the identity. This property is read-only.
3634136341
nullable: true
3634236342
id:
3634336343
type: string
36344-
description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.'
36344+
description: The identifier of the identity. This property is read-only.
3634536345
nullable: true
3634636346
additionalProperties:
3634736347
type: object
@@ -42490,17 +42490,17 @@ components:
4249042490
$ref: '#/components/schemas/microsoft.graph.companyDetail'
4249142491
description:
4249242492
type: string
42493-
description: Description of the position in question.
42493+
description: A description for the position in question.
4249442494
nullable: true
4249542495
endMonthYear:
4249642496
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$'
4249742497
type: string
42498-
description: When the position ended.
42498+
description: The date when the position ended.
4249942499
format: date
4250042500
nullable: true
4250142501
jobTitle:
4250242502
type: string
42503-
description: The title held when in that position.
42503+
description: The title of the position.
4250442504
nullable: true
4250542505
layer:
4250642506
maximum: 2147483647
@@ -42519,19 +42519,21 @@ components:
4251942519
nullable: true
4252042520
secondaryJobTitle:
4252142521
type: string
42522+
description: An optional job title for the position.
4252242523
nullable: true
4252342524
secondaryRole:
4252442525
type: string
42526+
description: An optional role for the position entailed.
4252542527
nullable: true
4252642528
startMonthYear:
4252742529
pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$'
4252842530
type: string
42529-
description: The start month and year of the position.
42531+
description: The start date of the position.
4253042532
format: date
4253142533
nullable: true
4253242534
summary:
4253342535
type: string
42534-
description: summary of the position.
42536+
description: The summary of the position.
4253542537
nullable: true
4253642538
additionalProperties:
4253742539
type: object
@@ -42562,6 +42564,7 @@ components:
4256242564
nullable: true
4256342565
secondaryDepartment:
4256442566
type: string
42567+
description: Secondary Department Name within a company.
4256542568
nullable: true
4256642569
webUrl:
4256742570
type: string

openApiDocs/beta/BackupRestore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6158,11 +6158,11 @@ components:
61586158
properties:
61596159
displayName:
61606160
type: string
6161-
description: 'The display name of the identity. For drive items, the display name 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 don''t show up as changed when using delta.'
6161+
description: The display name of the identity. This property is read-only.
61626162
nullable: true
61636163
id:
61646164
type: string
6165-
description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.'
6165+
description: The identifier of the identity. This property is read-only.
61666166
nullable: true
61676167
additionalProperties:
61686168
type: object

openApiDocs/beta/Bookings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14128,11 +14128,11 @@ components:
1412814128
properties:
1412914129
displayName:
1413014130
type: string
14131-
description: 'The display name of the identity. For drive items, the display name 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 don''t show up as changed when using delta.'
14131+
description: The display name of the identity. This property is read-only.
1413214132
nullable: true
1413314133
id:
1413414134
type: string
14135-
description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.'
14135+
description: The identifier of the identity. This property is read-only.
1413614136
nullable: true
1413714137
additionalProperties:
1413814138
type: object

openApiDocs/beta/BusinessScenario.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2245,11 +2245,11 @@ components:
22452245
properties:
22462246
displayName:
22472247
type: string
2248-
description: 'The display name of the identity. For drive items, the display name 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 don''t show up as changed when using delta.'
2248+
description: The display name of the identity. This property is read-only.
22492249
nullable: true
22502250
id:
22512251
type: string
2252-
description: 'Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that''s subject to review.'
2252+
description: The identifier of the identity. This property is read-only.
22532253
nullable: true
22542254
additionalProperties:
22552255
type: object

0 commit comments

Comments
 (0)