Skip to content

Commit 8032bc2

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#619)
Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent 5b5b2fe commit 8032bc2

35 files changed

+1200
-596
lines changed

openApiDocs/beta/Applications.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19883,7 +19883,7 @@ components:
1988319883
nullable: true
1988419884
value:
1988519885
type: string
19886-
description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.'
19886+
description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..'
1988719887
nullable: true
1988819888
additionalProperties:
1988919889
type: object
@@ -20574,7 +20574,7 @@ components:
2057420574
nullable: true
2057520575
value:
2057620576
type: string
20577-
description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.'
20577+
description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..'
2057820578
nullable: true
2057920579
additionalProperties:
2058020580
type: object

openApiDocs/beta/Compliance.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15595,7 +15595,7 @@ components:
1559515595
type: array
1559615596
items:
1559715597
$ref: '#/components/schemas/microsoft.graph.directoryObject'
15598-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
15598+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
1559915599
registeredOwners:
1560015600
type: array
1560115601
items:
@@ -17318,7 +17318,7 @@ components:
1731817318
type: array
1731917319
items:
1732017320
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
17321-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
17321+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
1732217322
replies:
1732317323
type: array
1732417324
items:
@@ -17421,6 +17421,10 @@ components:
1742117421
nullable: true
1742217422
bot:
1742317423
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
17424+
colorIcon:
17425+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
17426+
outlineIcon:
17427+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
1742417428
additionalProperties:
1742517429
type: object
1742617430
microsoft.graph.operationError:
@@ -21838,6 +21842,19 @@ components:
2183821842
type: object
2183921843
additionalProperties:
2184021844
type: object
21845+
microsoft.graph.teamsAppIcon:
21846+
allOf:
21847+
- $ref: '#/components/schemas/microsoft.graph.entity'
21848+
- title: teamsAppIcon
21849+
type: object
21850+
properties:
21851+
webUrl:
21852+
type: string
21853+
nullable: true
21854+
hostedContent:
21855+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
21856+
additionalProperties:
21857+
type: object
2184121858
microsoft.graph.scheduleChangeRequest:
2184221859
allOf:
2184321860
- $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity'

openApiDocs/beta/CrossDeviceExperiences.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ components:
15231523
type: array
15241524
items:
15251525
$ref: '#/components/schemas/microsoft.graph.directoryObject'
1526-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
1526+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
15271527
registeredOwners:
15281528
type: array
15291529
items:

openApiDocs/beta/DeviceManagement.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55174,7 +55174,7 @@ components:
5517455174
type: array
5517555175
items:
5517655176
$ref: '#/components/schemas/microsoft.graph.directoryObject'
55177-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
55177+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
5517855178
registeredOwners:
5517955179
type: array
5518055180
items:
@@ -62210,7 +62210,7 @@ components:
6221062210
type: array
6221162211
items:
6221262212
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
62213-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
62213+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
6221462214
replies:
6221562215
type: array
6221662216
items:
@@ -66169,6 +66169,10 @@ components:
6616966169
nullable: true
6617066170
bot:
6617166171
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
66172+
colorIcon:
66173+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
66174+
outlineIcon:
66175+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
6617266176
additionalProperties:
6617366177
type: object
6617466178
microsoft.graph.chatMessageAttachment:
@@ -67891,6 +67895,19 @@ components:
6789167895
type: object
6789267896
additionalProperties:
6789367897
type: object
67898+
microsoft.graph.teamsAppIcon:
67899+
allOf:
67900+
- $ref: '#/components/schemas/microsoft.graph.entity'
67901+
- title: teamsAppIcon
67902+
type: object
67903+
properties:
67904+
webUrl:
67905+
type: string
67906+
nullable: true
67907+
hostedContent:
67908+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
67909+
additionalProperties:
67910+
type: object
6789467911
microsoft.graph.chatMessagePolicyViolationDlpActionTypes:
6789567912
title: chatMessagePolicyViolationDlpActionTypes
6789667913
enum:

openApiDocs/beta/Devices.CloudPrint.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11414,7 +11414,7 @@ components:
1141411414
type: array
1141511415
items:
1141611416
$ref: '#/components/schemas/microsoft.graph.directoryObject'
11417-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
11417+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
1141811418
registeredOwners:
1141911419
type: array
1142011420
items:
@@ -17058,7 +17058,7 @@ components:
1705817058
type: array
1705917059
items:
1706017060
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
17061-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
17061+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
1706217062
replies:
1706317063
type: array
1706417064
items:
@@ -19202,6 +19202,10 @@ components:
1920219202
nullable: true
1920319203
bot:
1920419204
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
19205+
colorIcon:
19206+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
19207+
outlineIcon:
19208+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
1920519209
additionalProperties:
1920619210
type: object
1920719211
microsoft.graph.operationError:
@@ -22343,6 +22347,19 @@ components:
2234322347
type: object
2234422348
additionalProperties:
2234522349
type: object
22350+
microsoft.graph.teamsAppIcon:
22351+
allOf:
22352+
- $ref: '#/components/schemas/microsoft.graph.entity'
22353+
- title: teamsAppIcon
22354+
type: object
22355+
properties:
22356+
webUrl:
22357+
type: string
22358+
nullable: true
22359+
hostedContent:
22360+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
22361+
additionalProperties:
22362+
type: object
2234622363
microsoft.graph.scheduleChangeRequest:
2234722364
allOf:
2234822365
- $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity'

openApiDocs/beta/Devices.CorporateManagement.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34042,7 +34042,7 @@ components:
3404234042
type: array
3404334043
items:
3404434044
$ref: '#/components/schemas/microsoft.graph.directoryObject'
34045-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
34045+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
3404634046
registeredOwners:
3404734047
type: array
3404834048
items:
@@ -38648,7 +38648,7 @@ components:
3864838648
type: array
3864938649
items:
3865038650
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
38651-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
38651+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
3865238652
replies:
3865338653
type: array
3865438654
items:
@@ -42144,6 +42144,10 @@ components:
4214442144
nullable: true
4214542145
bot:
4214642146
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
42147+
colorIcon:
42148+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
42149+
outlineIcon:
42150+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
4214742151
additionalProperties:
4214842152
type: object
4214942153
microsoft.graph.chatMessageAttachment:
@@ -43829,6 +43833,19 @@ components:
4382943833
type: object
4383043834
additionalProperties:
4383143835
type: object
43836+
microsoft.graph.teamsAppIcon:
43837+
allOf:
43838+
- $ref: '#/components/schemas/microsoft.graph.entity'
43839+
- title: teamsAppIcon
43840+
type: object
43841+
properties:
43842+
webUrl:
43843+
type: string
43844+
nullable: true
43845+
hostedContent:
43846+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
43847+
additionalProperties:
43848+
type: object
4383243849
microsoft.graph.chatMessagePolicyViolationDlpActionTypes:
4383343850
title: chatMessagePolicyViolationDlpActionTypes
4383443851
enum:

openApiDocs/beta/Education.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19987,7 +19987,7 @@ components:
1998719987
type: array
1998819988
items:
1998919989
$ref: '#/components/schemas/microsoft.graph.directoryObject'
19990-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
19990+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
1999119991
registeredOwners:
1999219992
type: array
1999319993
items:
@@ -25384,7 +25384,7 @@ components:
2538425384
type: array
2538525385
items:
2538625386
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
25387-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
25387+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
2538825388
replies:
2538925389
type: array
2539025390
items:
@@ -27207,6 +27207,10 @@ components:
2720727207
nullable: true
2720827208
bot:
2720927209
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
27210+
colorIcon:
27211+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
27212+
outlineIcon:
27213+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
2721027214
additionalProperties:
2721127215
type: object
2721227216
microsoft.graph.operationError:
@@ -30230,6 +30234,19 @@ components:
3023030234
type: object
3023130235
additionalProperties:
3023230236
type: object
30237+
microsoft.graph.teamsAppIcon:
30238+
allOf:
30239+
- $ref: '#/components/schemas/microsoft.graph.entity'
30240+
- title: teamsAppIcon
30241+
type: object
30242+
properties:
30243+
webUrl:
30244+
type: string
30245+
nullable: true
30246+
hostedContent:
30247+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
30248+
additionalProperties:
30249+
type: object
3023330250
microsoft.graph.scheduleChangeRequest:
3023430251
allOf:
3023530252
- $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity'

openApiDocs/beta/Files.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32751,7 +32751,7 @@ components:
3275132751
type: array
3275232752
items:
3275332753
$ref: '#/components/schemas/microsoft.graph.directoryObject'
32754-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
32754+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
3275532755
registeredOwners:
3275632756
type: array
3275732757
items:
@@ -37609,7 +37609,7 @@ components:
3760937609
type: array
3761037610
items:
3761137611
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
37612-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
37612+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
3761337613
replies:
3761437614
type: array
3761537615
items:
@@ -40378,6 +40378,10 @@ components:
4037840378
nullable: true
4037940379
bot:
4038040380
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
40381+
colorIcon:
40382+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
40383+
outlineIcon:
40384+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
4038140385
additionalProperties:
4038240386
type: object
4038340387
microsoft.graph.chatMessageAttachment:
@@ -41728,6 +41732,19 @@ components:
4172841732
type: object
4172941733
additionalProperties:
4173041734
type: object
41735+
microsoft.graph.teamsAppIcon:
41736+
allOf:
41737+
- $ref: '#/components/schemas/microsoft.graph.entity'
41738+
- title: teamsAppIcon
41739+
type: object
41740+
properties:
41741+
webUrl:
41742+
type: string
41743+
nullable: true
41744+
hostedContent:
41745+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
41746+
additionalProperties:
41747+
type: object
4173141748
microsoft.graph.chatMessagePolicyViolationDlpActionTypes:
4173241749
title: chatMessagePolicyViolationDlpActionTypes
4173341750
enum:

openApiDocs/beta/Groups.yml

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29859,7 +29859,7 @@ components:
2985929859
type: array
2986029860
items:
2986129861
$ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent'
29862-
description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.'
29862+
description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.'
2986329863
replies:
2986429864
type: array
2986529865
items:
@@ -29962,6 +29962,10 @@ components:
2996229962
nullable: true
2996329963
bot:
2996429964
$ref: '#/components/schemas/microsoft.graph.teamworkBot'
29965+
colorIcon:
29966+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
29967+
outlineIcon:
29968+
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
2996529969
additionalProperties:
2996629970
type: object
2996729971
microsoft.graph.operationError:
@@ -32126,7 +32130,7 @@ components:
3212632130
type: array
3212732131
items:
3212832132
$ref: '#/components/schemas/microsoft.graph.directoryObject'
32129-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
32133+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
3213032134
registeredOwners:
3213132135
type: array
3213232136
items:
@@ -33703,6 +33707,19 @@ components:
3370333707
type: object
3370433708
additionalProperties:
3370533709
type: object
33710+
microsoft.graph.teamsAppIcon:
33711+
allOf:
33712+
- $ref: '#/components/schemas/microsoft.graph.entity'
33713+
- title: teamsAppIcon
33714+
type: object
33715+
properties:
33716+
webUrl:
33717+
type: string
33718+
nullable: true
33719+
hostedContent:
33720+
$ref: '#/components/schemas/microsoft.graph.teamworkHostedContent'
33721+
additionalProperties:
33722+
type: object
3370633723
microsoft.graph.automaticRepliesSetting:
3370733724
title: automaticRepliesSetting
3370833725
type: object

openApiDocs/beta/Identity.DirectoryManagement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11861,7 +11861,7 @@ components:
1186111861
type: array
1186211862
items:
1186311863
$ref: '#/components/schemas/microsoft.graph.directoryObject'
11864-
description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
11864+
description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.'
1186511865
registeredOwners:
1186611866
type: array
1186711867
items:

0 commit comments

Comments
 (0)