Skip to content

Commit f65112c

Browse files
authored
Merge branch 'dev' into WeeklyExamplesUpdate/202307061205
2 parents c6b8a6f + d822e05 commit f65112c

34 files changed

+125120
-123449
lines changed

openApiDocs/beta/Bookings.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7554,11 +7554,11 @@ paths:
75547554
get:
75557555
tags:
75567556
- solutions.virtualEventsRoot
7557-
summary: Get externalMeetingRegistration
7558-
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
7557+
summary: Get meetingRegistration
7558+
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
75597559
externalDocs:
75607560
description: Find more info here
7561-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
7561+
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
75627562
operationId: solution.virtualEvent.event.session_GetRegistration
75637563
parameters:
75647564
- name: virtualEvent-id
@@ -7669,11 +7669,11 @@ paths:
76697669
delete:
76707670
tags:
76717671
- solutions.virtualEventsRoot
7672-
summary: Delete meetingRegistration
7673-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
7672+
summary: Delete externalMeetingRegistration
7673+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
76747674
externalDocs:
76757675
description: Find more info here
7676-
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
7676+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
76777677
operationId: solution.virtualEvent.event.session_DeleteRegistration
76787678
parameters:
76797679
- name: virtualEvent-id
@@ -11835,11 +11835,11 @@ paths:
1183511835
get:
1183611836
tags:
1183711837
- solutions.virtualEventsRoot
11838-
summary: Get externalMeetingRegistration
11839-
description: Get the externalMeetingRegistration details associated with an onlineMeeting.
11838+
summary: Get meetingRegistration
11839+
description: Get the meetingRegistration details associated with an onlineMeeting on behalf of the organizer.
1184011840
externalDocs:
1184111841
description: Find more info here
11842-
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-get?view=graph-rest-1.0
11842+
url: https://docs.microsoft.com/graph/api/meetingregistration-get?view=graph-rest-1.0
1184311843
operationId: solution.virtualEvent.webinar.session_GetRegistration
1184411844
parameters:
1184511845
- name: virtualEventWebinar-id
@@ -11950,11 +11950,11 @@ paths:
1195011950
delete:
1195111951
tags:
1195211952
- solutions.virtualEventsRoot
11953-
summary: Delete meetingRegistration
11954-
description: Disable and delete the meetingRegistration of an onlineMeeting on behalf of the organizer.
11953+
summary: Delete externalMeetingRegistration
11954+
description: Disable and delete the externalMeetingRegistration of an onlineMeeting.
1195511955
externalDocs:
1195611956
description: Find more info here
11957-
url: https://docs.microsoft.com/graph/api/meetingregistration-delete?view=graph-rest-1.0
11957+
url: https://docs.microsoft.com/graph/api/externalmeetingregistration-delete?view=graph-rest-1.0
1195811958
operationId: solution.virtualEvent.webinar.session_DeleteRegistration
1195911959
parameters:
1196011960
- name: virtualEventWebinar-id
@@ -15129,11 +15129,11 @@ components:
1512915129
properties:
1513015130
displayName:
1513115131
type: string
15132-
description: The display name of the identity. This property is read-only.
15132+
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.'
1513315133
nullable: true
1513415134
id:
1513515135
type: string
15136-
description: The identifier of the identity. This property is read-only.
15136+
description: Unique identifier for the identity.
1513715137
nullable: true
1513815138
additionalProperties:
1513915139
type: object

openApiDocs/beta/Calendar.yml

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

openApiDocs/beta/Compliance.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14941,11 +14941,11 @@ components:
1494114941
properties:
1494214942
displayName:
1494314943
type: string
14944-
description: The display name of the identity. This property is read-only.
14944+
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.'
1494514945
nullable: true
1494614946
id:
1494714947
type: string
14948-
description: The identifier of the identity. This property is read-only.
14948+
description: Unique identifier for the identity.
1494914949
nullable: true
1495014950
additionalProperties:
1495114951
type: object
@@ -27538,11 +27538,11 @@ components:
2753827538
properties:
2753927539
key:
2754027540
type: string
27541-
description: Key.
27541+
description: Contains the name of the field that a value is associated with.
2754227542
nullable: true
2754327543
value:
2754427544
type: string
27545-
description: Value.
27545+
description: Contains the corresponding value for the specified key.
2754627546
nullable: true
2754727547
additionalProperties:
2754827548
type: object
@@ -28196,6 +28196,8 @@ components:
2819628196
type: string
2819728197
description: Identifier of the synchronization template this job is based on.
2819828198
nullable: true
28199+
bulkUpload:
28200+
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
2819928201
schema:
2820028202
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
2820128203
additionalProperties:
@@ -32686,6 +32688,13 @@ components:
3268632688
nullable: true
3268732689
additionalProperties:
3268832690
type: object
32691+
microsoft.graph.bulkUpload:
32692+
allOf:
32693+
- $ref: '#/components/schemas/microsoft.graph.entity'
32694+
- title: bulkUpload
32695+
type: object
32696+
additionalProperties:
32697+
type: object
3268932698
microsoft.graph.synchronizationSchema:
3269032699
allOf:
3269132700
- $ref: '#/components/schemas/microsoft.graph.entity'

openApiDocs/beta/DeviceManagement.Actions.yml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18118,26 +18118,26 @@ components:
1811818118
nullable: true
1811918119
categoryId:
1812018120
type: string
18121-
description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP)
18121+
description: Specify category in which the setting is under. Support $filters.
1812218122
nullable: true
1812318123
description:
1812418124
type: string
18125-
description: Description of the item
18125+
description: Description of the setting.
1812618126
nullable: true
1812718127
displayName:
1812818128
type: string
18129-
description: Display name of the item
18129+
description: 'Name of the setting. For example: Allow Toast.'
1813018130
nullable: true
1813118131
helpText:
1813218132
type: string
18133-
description: Help text of the item
18133+
description: Help text of the setting. Give more details of the setting.
1813418134
nullable: true
1813518135
infoUrls:
1813618136
type: array
1813718137
items:
1813818138
type: string
1813918139
nullable: true
18140-
description: List of links more info for the setting can be found at
18140+
description: List of links more info for the setting can be found at.
1814118141
keywords:
1814218142
type: array
1814318143
items:
@@ -18161,7 +18161,7 @@ components:
1816118161
description: List of referred setting information.
1816218162
rootDefinitionId:
1816318163
type: string
18164-
description: Root setting definition if the setting is a child setting.
18164+
description: Root setting definition id if the setting is a child setting.
1816518165
nullable: true
1816618166
settingUsage:
1816718167
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage'
@@ -23653,7 +23653,7 @@ components:
2365323653
properties:
2365423654
settingDefinitionId:
2365523655
type: string
23656-
description: Setting definition id that is being referred to a setting. Applicable for reusable setting.
23656+
description: Setting definition id that is being referred to a setting. Applicable for reusable setting
2365723657
nullable: true
2365823658
additionalProperties:
2365923659
type: object
@@ -24779,11 +24779,11 @@ components:
2477924779
properties:
2478024780
displayName:
2478124781
type: string
24782-
description: The display name of the identity. This property is read-only.
24782+
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.'
2478324783
nullable: true
2478424784
id:
2478524785
type: string
24786-
description: The identifier of the identity. This property is read-only.
24786+
description: Unique identifier for the identity.
2478724787
nullable: true
2478824788
additionalProperties:
2478924789
type: object
@@ -31515,11 +31515,11 @@ components:
3151531515
properties:
3151631516
key:
3151731517
type: string
31518-
description: Key.
31518+
description: Contains the name of the field that a value is associated with.
3151931519
nullable: true
3152031520
value:
3152131521
type: string
31522-
description: Value.
31522+
description: Contains the corresponding value for the specified key.
3152331523
nullable: true
3152431524
additionalProperties:
3152531525
type: object
@@ -31614,6 +31614,8 @@ components:
3161431614
type: string
3161531615
description: Identifier of the synchronization template this job is based on.
3161631616
nullable: true
31617+
bulkUpload:
31618+
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
3161731619
schema:
3161831620
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
3161931621
additionalProperties:
@@ -37350,6 +37352,13 @@ components:
3735037352
nullable: true
3735137353
additionalProperties:
3735237354
type: object
37355+
microsoft.graph.bulkUpload:
37356+
allOf:
37357+
- $ref: '#/components/schemas/microsoft.graph.entity'
37358+
- title: bulkUpload
37359+
type: object
37360+
additionalProperties:
37361+
type: object
3735337362
microsoft.graph.synchronizationSchema:
3735437363
allOf:
3735537364
- $ref: '#/components/schemas/microsoft.graph.entity'

openApiDocs/beta/DeviceManagement.Administration.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30308,11 +30308,11 @@ components:
3030830308
properties:
3030930309
displayName:
3031030310
type: string
30311-
description: The display name of the identity. This property is read-only.
30311+
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.'
3031230312
nullable: true
3031330313
id:
3031430314
type: string
30315-
description: The identifier of the identity. This property is read-only.
30315+
description: Unique identifier for the identity.
3031630316
nullable: true
3031730317
additionalProperties:
3031830318
type: object
@@ -36840,11 +36840,11 @@ components:
3684036840
properties:
3684136841
key:
3684236842
type: string
36843-
description: Key.
36843+
description: Contains the name of the field that a value is associated with.
3684436844
nullable: true
3684536845
value:
3684636846
type: string
36847-
description: Value.
36847+
description: Contains the corresponding value for the specified key.
3684836848
nullable: true
3684936849
additionalProperties:
3685036850
type: object
@@ -36939,6 +36939,8 @@ components:
3693936939
type: string
3694036940
description: Identifier of the synchronization template this job is based on.
3694136941
nullable: true
36942+
bulkUpload:
36943+
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
3694236944
schema:
3694336945
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
3694436946
additionalProperties:
@@ -42734,6 +42736,13 @@ components:
4273442736
nullable: true
4273542737
additionalProperties:
4273642738
type: object
42739+
microsoft.graph.bulkUpload:
42740+
allOf:
42741+
- $ref: '#/components/schemas/microsoft.graph.entity'
42742+
- title: bulkUpload
42743+
type: object
42744+
additionalProperties:
42745+
type: object
4273742746
microsoft.graph.synchronizationSchema:
4273842747
allOf:
4273942748
- $ref: '#/components/schemas/microsoft.graph.entity'

openApiDocs/beta/DeviceManagement.Enrollment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13929,11 +13929,11 @@ components:
1392913929
properties:
1393013930
displayName:
1393113931
type: string
13932-
description: The display name of the identity. This property is read-only.
13932+
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.'
1393313933
nullable: true
1393413934
id:
1393513935
type: string
13936-
description: The identifier of the identity. This property is read-only.
13936+
description: Unique identifier for the identity.
1393713937
nullable: true
1393813938
additionalProperties:
1393913939
type: object

openApiDocs/beta/DeviceManagement.yml

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -54809,26 +54809,26 @@ components:
5480954809
nullable: true
5481054810
categoryId:
5481154811
type: string
54812-
description: Specifies the area group under which the setting is configured in a specified configuration service provider (CSP)
54812+
description: Specify category in which the setting is under. Support $filters.
5481354813
nullable: true
5481454814
description:
5481554815
type: string
54816-
description: Description of the item
54816+
description: Description of the setting.
5481754817
nullable: true
5481854818
displayName:
5481954819
type: string
54820-
description: Display name of the item
54820+
description: 'Name of the setting. For example: Allow Toast.'
5482154821
nullable: true
5482254822
helpText:
5482354823
type: string
54824-
description: Help text of the item
54824+
description: Help text of the setting. Give more details of the setting.
5482554825
nullable: true
5482654826
infoUrls:
5482754827
type: array
5482854828
items:
5482954829
type: string
5483054830
nullable: true
54831-
description: List of links more info for the setting can be found at
54831+
description: List of links more info for the setting can be found at.
5483254832
keywords:
5483354833
type: array
5483454834
items:
@@ -54852,7 +54852,7 @@ components:
5485254852
description: List of referred setting information.
5485354853
rootDefinitionId:
5485454854
type: string
54855-
description: Root setting definition if the setting is a child setting.
54855+
description: Root setting definition id if the setting is a child setting.
5485654856
nullable: true
5485754857
settingUsage:
5485854858
$ref: '#/components/schemas/microsoft.graph.deviceManagementConfigurationSettingUsage'
@@ -67377,7 +67377,7 @@ components:
6737767377
properties:
6737867378
settingDefinitionId:
6737967379
type: string
67380-
description: Setting definition id that is being referred to a setting. Applicable for reusable setting.
67380+
description: Setting definition id that is being referred to a setting. Applicable for reusable setting
6738167381
nullable: true
6738267382
additionalProperties:
6738367383
type: object
@@ -71202,11 +71202,11 @@ components:
7120271202
properties:
7120371203
displayName:
7120471204
type: string
71205-
description: The display name of the identity. This property is read-only.
71205+
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.'
7120671206
nullable: true
7120771207
id:
7120871208
type: string
71209-
description: The identifier of the identity. This property is read-only.
71209+
description: Unique identifier for the identity.
7121071210
nullable: true
7121171211
additionalProperties:
7121271212
type: object
@@ -86224,11 +86224,11 @@ components:
8622486224
properties:
8622586225
key:
8622686226
type: string
86227-
description: Key.
86227+
description: Contains the name of the field that a value is associated with.
8622886228
nullable: true
8622986229
value:
8623086230
type: string
86231-
description: Value.
86231+
description: Contains the corresponding value for the specified key.
8623286232
nullable: true
8623386233
additionalProperties:
8623486234
type: object
@@ -86323,6 +86323,8 @@ components:
8632386323
type: string
8632486324
description: Identifier of the synchronization template this job is based on.
8632586325
nullable: true
86326+
bulkUpload:
86327+
$ref: '#/components/schemas/microsoft.graph.bulkUpload'
8632686328
schema:
8632786329
$ref: '#/components/schemas/microsoft.graph.synchronizationSchema'
8632886330
additionalProperties:
@@ -91332,6 +91334,13 @@ components:
9133291334
nullable: true
9133391335
additionalProperties:
9133491336
type: object
91337+
microsoft.graph.bulkUpload:
91338+
allOf:
91339+
- $ref: '#/components/schemas/microsoft.graph.entity'
91340+
- title: bulkUpload
91341+
type: object
91342+
additionalProperties:
91343+
type: object
9133591344
microsoft.graph.synchronizationSchema:
9133691345
allOf:
9133791346
- $ref: '#/components/schemas/microsoft.graph.entity'

0 commit comments

Comments
 (0)