Skip to content

Commit acbbcd0

Browse files
Microsoft Graph DevX ToolingMicrosoft Graph DevX Tooling
authored andcommitted
Manual update of open Api files and added Authentication module metadata
1 parent 6344452 commit acbbcd0

File tree

80 files changed

+106919
-51535
lines changed

Some content is hidden

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

80 files changed

+106919
-51535
lines changed

openApiDocs/beta/Applications.yml

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

openApiDocs/beta/BackupRestore.yml

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

openApiDocs/beta/Bookings.yml

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: Bookings
44
version: v1.0-beta
@@ -12802,6 +12802,9 @@ components:
1280212802
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
1280312803
startDateTime:
1280412804
$ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone'
12805+
videoOnDemandWebUrl:
12806+
type: string
12807+
nullable: true
1280512808
presenters:
1280612809
type: array
1280712810
items:
@@ -12926,6 +12929,9 @@ components:
1292612929
type: string
1292712930
description: The registrant's time zone details.
1292812931
nullable: true
12932+
registrantVideoOnDemandWebUrl:
12933+
type: string
12934+
nullable: true
1292912935
registrationDateTime:
1293012936
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])$'
1293112937
type: string
@@ -13679,6 +13685,10 @@ components:
1367913685
type: boolean
1368013686
description: Indicates whether breakout rooms are enabled for the meeting.
1368113687
nullable: true
13688+
allowCopyingAndSharingMeetingContent:
13689+
type: boolean
13690+
description: Indicates whether copying and sharing meeting content is enabled for the meeting.
13691+
nullable: true
1368213692
allowedLobbyAdmitters:
1368313693
$ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles'
1368413694
allowedPresenters:
@@ -13724,6 +13734,7 @@ components:
1372413734
$ref: '#/components/schemas/microsoft.graph.chatRestrictions'
1372513735
isEndToEndEncryptionEnabled:
1372613736
type: boolean
13737+
description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.
1372713738
nullable: true
1372813739
isEntryExitAnnounced:
1372913740
type: boolean
@@ -14675,6 +14686,8 @@ components:
1467514686
type: string
1467614687
description: The unique identifier of the protection policy based on which protection unit was created.
1467714688
nullable: true
14689+
protectionSources:
14690+
$ref: '#/components/schemas/microsoft.graph.protectionSource'
1467814691
status:
1467914692
$ref: '#/components/schemas/microsoft.graph.protectionUnitStatus'
1468014693
additionalProperties:
@@ -15273,7 +15286,7 @@ components:
1527315286
$ref: '#/components/schemas/microsoft.graph.publicError'
1527415287
isAutoApplyEnabled:
1527515288
type: boolean
15276-
description: 'true indicates that the protection rule is dynamic; false that it''s static. Currently, only static rules are supported.'
15289+
description: true indicates that the protection rule is dynamic; false that it's static.
1527715290
nullable: true
1527815291
lastModifiedBy:
1527915292
$ref: '#/components/schemas/microsoft.graph.identitySet'
@@ -15456,6 +15469,16 @@ components:
1545615469
- active
1545715470
- unknownFutureValue
1545815471
type: string
15472+
microsoft.graph.protectionSource:
15473+
title: protectionSource
15474+
enum:
15475+
- none
15476+
- manual
15477+
- dynamicRule
15478+
- unknownFutureValue
15479+
type: string
15480+
x-ms-enum-flags:
15481+
isFlags: true
1545915482
microsoft.graph.protectionUnitStatus:
1546015483
title: protectionUnitStatus
1546115484
enum:
@@ -15726,6 +15749,8 @@ components:
1572615749
- completed
1572715750
- completedWithErrors
1572815751
- unknownFutureValue
15752+
- updateRequested
15753+
- deleteRequested
1572915754
type: string
1573015755
microsoft.graph.protectionUnitsBulkJobStatus:
1573115756
title: protectionUnitsBulkJobStatus
@@ -16391,6 +16416,10 @@ components:
1639116416
type: string
1639216417
description: The identifier of the publication. Read-only.
1639316418
nullable: true
16419+
publicationName:
16420+
type: string
16421+
description: The name of the published task list. Read-only.
16422+
nullable: true
1639416423
publishedToPlanId:
1639516424
type: string
1639616425
description: The identifier of the plannerPlan this task was originally placed in. Read-only.

openApiDocs/beta/BusinessScenario.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: BusinessScenario
44
version: v1.0-beta
@@ -2607,6 +2607,10 @@ components:
26072607
type: string
26082608
description: The identifier of the publication. Read-only.
26092609
nullable: true
2610+
publicationName:
2611+
type: string
2612+
description: The name of the published task list. Read-only.
2613+
nullable: true
26102614
publishedToPlanId:
26112615
type: string
26122616
description: The identifier of the plannerPlan this task was originally placed in. Read-only.

openApiDocs/beta/Calendar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: Calendar
44
version: v1.0-beta

openApiDocs/beta/ChangeNotifications.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: ChangeNotifications
44
version: v1.0-beta

openApiDocs/beta/CloudCommunications.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: CloudCommunications
44
version: v1.0-beta
@@ -3668,10 +3668,10 @@ paths:
36683668
tags:
36693669
- communications.call
36703670
summary: Invoke action invite
3671-
description: 'Invite participants to the active call. For more information about how to handle operations, see commsOperation.'
3671+
description: 'Delete a specific participant in a call. In some situations, it is appropriate for an application to remove a participant from an active call. This action can be done before or after the participant answers the call. When an active caller is removed, they are immediately dropped from the call with no pre- or post-removal notification. When an invited participant is removed, any outstanding add participant request is canceled.'
36723672
externalDocs:
36733673
description: Find more info here
3674-
url: https://learn.microsoft.com/graph/api/participant-invite?view=graph-rest-beta
3674+
url: https://learn.microsoft.com/graph/api/participant-delete?view=graph-rest-beta
36753675
operationId: communication.call.participant_invite
36763676
parameters:
36773677
- name: call-id
@@ -12676,11 +12676,11 @@ paths:
1267612676
get:
1267712677
tags:
1267812678
- users.presence
12679-
summary: 'presence: setStatusMessage'
12680-
description: Set a presence status message for a user. An optional expiration date and time can be supplied.
12679+
summary: Get presence
12680+
description: Get a user's presence information.
1268112681
externalDocs:
1268212682
description: Find more info here
12683-
url: https://learn.microsoft.com/graph/api/presence-setstatusmessage?view=graph-rest-beta
12683+
url: https://learn.microsoft.com/graph/api/presence-get?view=graph-rest-beta
1268412684
operationId: user_GetPresence
1268512685
parameters:
1268612686
- name: user-id
@@ -13849,6 +13849,10 @@ components:
1384913849
nullable: true
1385013850
outOfOfficeSettings:
1385113851
$ref: '#/components/schemas/microsoft.graph.outOfOfficeSettings'
13852+
sequenceNumber:
13853+
type: string
13854+
nullable: true
13855+
readOnly: true
1385213856
statusMessage:
1385313857
$ref: '#/components/schemas/microsoft.graph.presenceStatusMessage'
1385413858
additionalProperties:
@@ -14863,6 +14867,10 @@ components:
1486314867
type: boolean
1486414868
description: Indicates whether breakout rooms are enabled for the meeting.
1486514869
nullable: true
14870+
allowCopyingAndSharingMeetingContent:
14871+
type: boolean
14872+
description: Indicates whether copying and sharing meeting content is enabled for the meeting.
14873+
nullable: true
1486614874
allowedLobbyAdmitters:
1486714875
$ref: '#/components/schemas/microsoft.graph.allowedLobbyAdmitterRoles'
1486814876
allowedPresenters:
@@ -14908,6 +14916,7 @@ components:
1490814916
$ref: '#/components/schemas/microsoft.graph.chatRestrictions'
1490914917
isEndToEndEncryptionEnabled:
1491014918
type: boolean
14919+
description: Indicates whether end-to-end encryption (E2EE) is enabled for the online meeting.
1491114920
nullable: true
1491214921
isEntryExitAnnounced:
1491314922
type: boolean
@@ -15079,11 +15088,11 @@ components:
1507915088
properties:
1508015089
displayName:
1508115090
type: string
15082-
description: The display name of the identity. This property is read-only.
15091+
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.'
1508315092
nullable: true
1508415093
id:
1508515094
type: string
15086-
description: The identifier of the identity. This property is read-only.
15095+
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.'
1508715096
nullable: true
1508815097
additionalProperties:
1508915098
type: object

0 commit comments

Comments
 (0)