Skip to content

Commit dfed466

Browse files
github-actions[bot]Microsoft Graph DevX Tooling
andauthored
Weekly OpenApiDocs Download (#578)
Co-authored-by: Microsoft Graph DevX Tooling <[email protected]>
1 parent dda0fa5 commit dfed466

File tree

103 files changed

+17865
-17803
lines changed

Some content is hidden

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

103 files changed

+17865
-17803
lines changed

config/ModuleMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
],
2323
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
2424
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
25-
"version": "1.4.0"
25+
"version": "1.4.1"
2626
}

openApiDocs/v1.0/Applications.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,7 +6891,7 @@ components:
68916891
items:
68926892
type: string
68936893
nullable: true
6894-
description: 'The list of single sign-on modes supported by this application. The supported values are password, saml, external, and oidc.'
6894+
description: 'The list of single sign-on modes supported by this application. The supported values are oidc, password, saml, and notSupported.'
68956895
additionalProperties:
68966896
type: object
68976897
microsoft.graph.applicationServicePrincipal:
@@ -6969,6 +6969,7 @@ components:
69696969
description: 'Used to retrieve service principals by subscription, identify resource group and full resource ids for managed identities.'
69706970
appDescription:
69716971
type: string
6972+
description: The description exposed by the associated application.
69726973
nullable: true
69736974
appDisplayName:
69746975
type: string
@@ -6998,6 +6999,7 @@ components:
69986999
description: The roles exposed by the application which this service principal represents. For more information see the appRoles property definition on the application entity. Not nullable.
69997000
description:
70007001
type: string
7002+
description: Free text field to provide an internal end-user facing description of the service principal. End-user portals such MyApps will display the application description in this field. The maximum allowed size is 1024 characters.
70017003
nullable: true
70027004
displayName:
70037005
type: string
@@ -7024,6 +7026,7 @@ components:
70247026
nullable: true
70257027
notes:
70267028
type: string
7029+
description: 'Free text field to capture information about the service principal, typically used for operational purposes. Maximum allowed size is 1024 characters.'
70277030
nullable: true
70287031
notificationEmailAddresses:
70297032
type: array
@@ -7542,11 +7545,11 @@ components:
75427545
properties:
75437546
key:
75447547
type: string
7545-
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
7548+
description: Key.
75467549
nullable: true
75477550
value:
75487551
type: string
7549-
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
7552+
description: Value.
75507553
nullable: true
75517554
additionalProperties:
75527555
type: object

openApiDocs/v1.0/CloudCommunications.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4085,6 +4085,7 @@ components:
40854085
properties:
40864086
conferenceId:
40874087
type: string
4088+
description: The conference id of the online meeting.
40884089
nullable: true
40894090
dialinUrl:
40904091
type: string

openApiDocs/v1.0/Devices.CloudPrint.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4404,6 +4404,7 @@ components:
44044404
type: array
44054405
items:
44064406
$ref: '#/components/schemas/microsoft.graph.printOperation'
4407+
description: The list of print long running operations.
44074408
printers:
44084409
type: array
44094410
items:
@@ -4423,6 +4424,7 @@ components:
44234424
type: array
44244425
items:
44254426
$ref: '#/components/schemas/microsoft.graph.printTaskDefinition'
4427+
description: List of abstract definition for a task that can be triggered when various events occur within Universal Print.
44264428
additionalProperties:
44274429
type: object
44284430
microsoft.graph.printConnector:
@@ -5514,23 +5516,28 @@ components:
55145516
$ref: '#/components/schemas/microsoft.graph.printerDefaults'
55155517
displayName:
55165518
type: string
5519+
description: The name of the printer/printerShare.
55175520
isAcceptingJobs:
55185521
type: boolean
5522+
description: Whether the printer/printerShare is currently accepting new print jobs.
55195523
nullable: true
55205524
location:
55215525
$ref: '#/components/schemas/microsoft.graph.printerLocation'
55225526
manufacturer:
55235527
type: string
5528+
description: The manufacturer of the printer/printerShare.
55245529
nullable: true
55255530
model:
55265531
type: string
5532+
description: The model name of the printer/printerShare.
55275533
nullable: true
55285534
status:
55295535
$ref: '#/components/schemas/microsoft.graph.printerStatus'
55305536
jobs:
55315537
type: array
55325538
items:
55335539
$ref: '#/components/schemas/microsoft.graph.printJob'
5540+
description: The list of jobs that are queued for printing by the printer/printerShare.
55345541
additionalProperties:
55355542
type: object
55365543
microsoft.graph.printEvent:
@@ -7444,7 +7451,7 @@ components:
74447451
type: array
74457452
items:
74467453
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
7447-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
7454+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
74487455
intendedPolicies:
74497456
type: array
74507457
items:
@@ -10460,6 +10467,7 @@ components:
1046010467
properties:
1046110468
conferenceId:
1046210469
type: string
10470+
description: The conference id of the online meeting.
1046310471
nullable: true
1046410472
dialinUrl:
1046510473
type: string
@@ -12622,6 +12630,7 @@ components:
1262212630
$ref: '#/components/schemas/microsoft.graph.identitySet'
1262312631
description:
1262412632
type: string
12633+
description: Verbose description of the application.
1262512634
nullable: true
1262612635
displayName:
1262712636
type: string
@@ -12636,6 +12645,7 @@ components:
1263612645
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
1263712646
shortDescription:
1263812647
type: string
12648+
description: Short description of the application.
1263912649
nullable: true
1264012650
teamsAppId:
1264112651
type: string

openApiDocs/v1.0/Devices.CorporateManagement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11608,7 +11608,7 @@ components:
1160811608
type: array
1160911609
items:
1161011610
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
11611-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
11611+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
1161211612
intendedPolicies:
1161311613
type: array
1161411614
items:

openApiDocs/v1.0/Education.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9115,7 +9115,7 @@ components:
91159115
type: array
91169116
items:
91179117
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
9118-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
9118+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
91199119
intendedPolicies:
91209120
type: array
91219121
items:
@@ -11798,6 +11798,7 @@ components:
1179811798
properties:
1179911799
conferenceId:
1180011800
type: string
11801+
description: The conference id of the online meeting.
1180111802
nullable: true
1180211803
dialinUrl:
1180311804
type: string
@@ -13662,6 +13663,7 @@ components:
1366213663
$ref: '#/components/schemas/microsoft.graph.identitySet'
1366313664
description:
1366413665
type: string
13666+
description: Verbose description of the application.
1366513667
nullable: true
1366613668
displayName:
1366713669
type: string
@@ -13676,6 +13678,7 @@ components:
1367613678
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
1367713679
shortDescription:
1367813680
type: string
13681+
description: Short description of the application.
1367913682
nullable: true
1368013683
teamsAppId:
1368113684
type: string

openApiDocs/v1.0/Files.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15992,7 +15992,7 @@ components:
1599215992
type: array
1599315993
items:
1599415994
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
15995-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
15995+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
1599615996
intendedPolicies:
1599715997
type: array
1599815998
items:
@@ -17999,6 +17999,7 @@ components:
1799917999
properties:
1800018000
conferenceId:
1800118001
type: string
18002+
description: The conference id of the online meeting.
1800218003
nullable: true
1800318004
dialinUrl:
1800418005
type: string
@@ -20540,6 +20541,7 @@ components:
2054020541
$ref: '#/components/schemas/microsoft.graph.identitySet'
2054120542
description:
2054220543
type: string
20544+
description: Verbose description of the application.
2054320545
nullable: true
2054420546
displayName:
2054520547
type: string
@@ -20554,6 +20556,7 @@ components:
2055420556
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
2055520557
shortDescription:
2055620558
type: string
20559+
description: Short description of the application.
2055720560
nullable: true
2055820561
teamsAppId:
2055920562
type: string

openApiDocs/v1.0/Groups.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25697,6 +25697,7 @@ components:
2569725697
$ref: '#/components/schemas/microsoft.graph.identitySet'
2569825698
description:
2569925699
type: string
25700+
description: Verbose description of the application.
2570025701
nullable: true
2570125702
displayName:
2570225703
type: string
@@ -25711,6 +25712,7 @@ components:
2571125712
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
2571225713
shortDescription:
2571325714
type: string
25715+
description: Short description of the application.
2571425716
nullable: true
2571525717
teamsAppId:
2571625718
type: string
@@ -26942,7 +26944,7 @@ components:
2694226944
type: array
2694326945
items:
2694426946
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
26945-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
26947+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
2694626948
intendedPolicies:
2694726949
type: array
2694826950
items:
@@ -28812,6 +28814,7 @@ components:
2881228814
properties:
2881328815
conferenceId:
2881428816
type: string
28817+
description: The conference id of the online meeting.
2881528818
nullable: true
2881628819
dialinUrl:
2881728820
type: string

openApiDocs/v1.0/Identity.Governance.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ paths:
549549
enum:
550550
- id
551551
- createdDateTime
552+
- displayName
552553
- fileData
553554
- fileName
554555
- isDefault
@@ -667,6 +668,8 @@ paths:
667668
- id desc
668669
- createdDateTime
669670
- createdDateTime desc
671+
- displayName
672+
- displayName desc
670673
- fileData
671674
- fileData desc
672675
- fileName
@@ -690,6 +693,7 @@ paths:
690693
enum:
691694
- id
692695
- createdDateTime
696+
- displayName
693697
- fileData
694698
- fileName
695699
- isDefault
@@ -796,6 +800,7 @@ paths:
796800
enum:
797801
- id
798802
- createdDateTime
803+
- displayName
799804
- fileData
800805
- fileName
801806
- isDefault
@@ -936,6 +941,8 @@ paths:
936941
- id desc
937942
- createdDateTime
938943
- createdDateTime desc
944+
- displayName
945+
- displayName desc
939946
- fileData
940947
- fileData desc
941948
- fileName
@@ -959,6 +966,7 @@ paths:
959966
enum:
960967
- id
961968
- createdDateTime
969+
- displayName
962970
- fileData
963971
- fileName
964972
- isDefault
@@ -1077,6 +1085,7 @@ paths:
10771085
enum:
10781086
- id
10791087
- createdDateTime
1088+
- displayName
10801089
- fileData
10811090
- fileName
10821091
- isDefault
@@ -1216,6 +1225,8 @@ paths:
12161225
- id desc
12171226
- createdDateTime
12181227
- createdDateTime desc
1228+
- displayName
1229+
- displayName desc
12191230
- fileData
12201231
- fileData desc
12211232
- fileName
@@ -1239,6 +1250,7 @@ paths:
12391250
enum:
12401251
- id
12411252
- createdDateTime
1253+
- displayName
12421254
- fileData
12431255
- fileName
12441256
- isDefault
@@ -1345,6 +1357,7 @@ paths:
13451357
enum:
13461358
- id
13471359
- createdDateTime
1360+
- displayName
13481361
- fileData
13491362
- fileName
13501363
- isDefault
@@ -1485,6 +1498,8 @@ paths:
14851498
- id desc
14861499
- createdDateTime
14871500
- createdDateTime desc
1501+
- displayName
1502+
- displayName desc
14881503
- fileData
14891504
- fileData desc
14901505
- fileName
@@ -1508,6 +1523,7 @@ paths:
15081523
enum:
15091524
- id
15101525
- createdDateTime
1526+
- displayName
15111527
- fileData
15121528
- fileName
15131529
- isDefault
@@ -1626,6 +1642,7 @@ paths:
16261642
enum:
16271643
- id
16281644
- createdDateTime
1645+
- displayName
16291646
- fileData
16301647
- fileName
16311648
- isDefault
@@ -2145,6 +2162,9 @@ components:
21452162
type: string
21462163
format: date-time
21472164
nullable: true
2165+
displayName:
2166+
type: string
2167+
nullable: true
21482168
fileData:
21492169
$ref: '#/components/schemas/microsoft.graph.agreementFileData'
21502170
fileName:

openApiDocs/v1.0/Identity.SignIns.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9585,7 +9585,7 @@ components:
95859585
type: array
95869586
items:
95879587
$ref: '#/components/schemas/microsoft.graph.managedAppPolicy'
9588-
description: Zero or more policys already applied on the registered app when it last synchronized with managment service.
9588+
description: Zero or more policys already applied on the registered app when it last synchronized with management service.
95899589
intendedPolicies:
95909590
type: array
95919591
items:
@@ -12292,6 +12292,7 @@ components:
1229212292
properties:
1229312293
conferenceId:
1229412294
type: string
12295+
description: The conference id of the online meeting.
1229512296
nullable: true
1229612297
dialinUrl:
1229712298
type: string
@@ -15586,6 +15587,7 @@ components:
1558615587
$ref: '#/components/schemas/microsoft.graph.identitySet'
1558715588
description:
1558815589
type: string
15590+
description: Verbose description of the application.
1558915591
nullable: true
1559015592
displayName:
1559115593
type: string
@@ -15600,6 +15602,7 @@ components:
1560015602
$ref: '#/components/schemas/microsoft.graph.teamsAppPublishingState'
1560115603
shortDescription:
1560215604
type: string
15605+
description: Short description of the application.
1560315606
nullable: true
1560415607
teamsAppId:
1560515608
type: string

0 commit comments

Comments
 (0)