Skip to content

Commit f8b83a0

Browse files
peombwaMicrosoft Graph DevX Tooling
andauthored
[v1] Weekly OpenApiDocs Refresh (#1951)
* Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling <GraphTooling@service.microsoft.com>
1 parent c6fd433 commit f8b83a0

27 files changed

+110971
-108890
lines changed

openApiDocs/beta/Calendar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53862,7 +53862,7 @@ paths:
5386253862
tags:
5386353863
- users.calendarGroup
5386453864
summary: List calendarView
53865-
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarview)` or some other calendar of the user's."
53865+
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarView)` or some other calendar of the user's."
5386653866
externalDocs:
5386753867
description: Find more info here
5386853868
url: https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0

openApiDocs/beta/Devices.CorporateManagement.yml

Lines changed: 119 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23092,6 +23092,8 @@ paths:
2309223092
- refreshTokensValidFromDateTime desc
2309323093
- securityIdentifier
2309423094
- securityIdentifier desc
23095+
- serviceProvisioningErrors
23096+
- serviceProvisioningErrors desc
2309523097
- showInAddressList
2309623098
- showInAddressList desc
2309723099
- signInSessionsValidFromDateTime
@@ -23206,6 +23208,7 @@ paths:
2320623208
- proxyAddresses
2320723209
- refreshTokensValidFromDateTime
2320823210
- securityIdentifier
23211+
- serviceProvisioningErrors
2320923212
- showInAddressList
2321023213
- signInSessionsValidFromDateTime
2321123214
- state
@@ -31781,6 +31784,10 @@ components:
3178131784
type: string
3178231785
description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).'
3178331786
nullable: true
31787+
serviceProvisioningErrors:
31788+
type: array
31789+
items:
31790+
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
3178431791
showInAddressList:
3178531792
type: boolean
3178631793
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
@@ -35087,6 +35094,23 @@ components:
3508735094
nullable: true
3508835095
additionalProperties:
3508935096
type: object
35097+
microsoft.graph.serviceProvisioningError:
35098+
title: serviceProvisioningError
35099+
type: object
35100+
properties:
35101+
createdDateTime:
35102+
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])$'
35103+
type: string
35104+
format: date-time
35105+
nullable: true
35106+
isResolved:
35107+
type: boolean
35108+
nullable: true
35109+
serviceInstance:
35110+
type: string
35111+
nullable: true
35112+
additionalProperties:
35113+
type: object
3509035114
microsoft.graph.mailboxSettings:
3509135115
title: mailboxSettings
3509235116
type: object
@@ -36320,6 +36344,10 @@ components:
3632036344
type: string
3632136345
description: 'Security identifier of the group, used in Windows scenarios. Returned by default.'
3632236346
nullable: true
36347+
serviceProvisioningErrors:
36348+
type: array
36349+
items:
36350+
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
3632336351
theme:
3632436352
type: string
3632536353
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
@@ -39109,12 +39137,14 @@ components:
3910939137
properties:
3911039138
isEnabled:
3911139139
type: boolean
39140+
description: Denotes whether the policy is enabled.
3911239141
restrictions:
3911339142
$ref: '#/components/schemas/microsoft.graph.appManagementConfiguration'
3911439143
appliesTo:
3911539144
type: array
3911639145
items:
3911739146
$ref: '#/components/schemas/microsoft.graph.directoryObject'
39147+
description: Collection of application and service principals to which a policy is applied.
3911839148
x-ms-navigationProperty: true
3911939149
additionalProperties:
3912039150
type: object
@@ -40450,6 +40480,8 @@ components:
4045040480
$ref: '#/components/schemas/microsoft.graph.permission'
4045140481
description: The set of permissions for the item. Read-only. Nullable.
4045240482
x-ms-navigationProperty: true
40483+
retentionLabel:
40484+
$ref: '#/components/schemas/microsoft.graph.itemRetentionLabel'
4045340485
subscriptions:
4045440486
type: array
4045540487
items:
@@ -43644,11 +43676,13 @@ components:
4364443676
type: array
4364543677
items:
4364643678
$ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest'
43679+
description: The open shift requests in the schedule.
4364743680
x-ms-navigationProperty: true
4364843681
openShifts:
4364943682
type: array
4365043683
items:
4365143684
$ref: '#/components/schemas/microsoft.graph.openShift'
43685+
description: The set of open shifts in a scheduling group in the schedule.
4365243686
x-ms-navigationProperty: true
4365343687
schedulingGroups:
4365443688
type: array
@@ -43666,6 +43700,7 @@ components:
4366643700
type: array
4366743701
items:
4366843702
$ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest'
43703+
description: The swap requests for shifts in the schedule.
4366943704
x-ms-navigationProperty: true
4367043705
timeCards:
4367143706
type: array
@@ -43682,6 +43717,7 @@ components:
4368243717
type: array
4368343718
items:
4368443719
$ref: '#/components/schemas/microsoft.graph.timeOffRequest'
43720+
description: The time off requests in the schedule.
4368543721
x-ms-navigationProperty: true
4368643722
timesOff:
4368743723
type: array
@@ -44284,11 +44320,11 @@ components:
4428444320
properties:
4428544321
key:
4428644322
type: string
44287-
description: Key.
44323+
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.'
4428844324
nullable: true
4428944325
value:
4429044326
type: string
44291-
description: Value.
44327+
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.
4429244328
nullable: true
4429344329
additionalProperties:
4429444330
type: object
@@ -45620,6 +45656,29 @@ components:
4562045656
x-ms-navigationProperty: true
4562145657
additionalProperties:
4562245658
type: object
45659+
microsoft.graph.itemRetentionLabel:
45660+
allOf:
45661+
- $ref: '#/components/schemas/microsoft.graph.entity'
45662+
- title: itemRetentionLabel
45663+
type: object
45664+
properties:
45665+
isLabelAppliedExplicitly:
45666+
type: boolean
45667+
nullable: true
45668+
labelAppliedBy:
45669+
$ref: '#/components/schemas/microsoft.graph.identitySet'
45670+
labelAppliedDateTime:
45671+
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])$'
45672+
type: string
45673+
format: date-time
45674+
nullable: true
45675+
name:
45676+
type: string
45677+
nullable: true
45678+
retentionSettings:
45679+
$ref: '#/components/schemas/microsoft.graph.retentionLabelSettings'
45680+
additionalProperties:
45681+
type: object
4562345682
microsoft.graph.subscription:
4562445683
allOf:
4562545684
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -49814,6 +49873,29 @@ components:
4981449873
x-ms-navigationProperty: true
4981549874
additionalProperties:
4981649875
type: object
49876+
microsoft.graph.retentionLabelSettings:
49877+
title: retentionLabelSettings
49878+
type: object
49879+
properties:
49880+
behaviorDuringRetentionPeriod:
49881+
$ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod'
49882+
isContentUpdateAllowed:
49883+
type: boolean
49884+
nullable: true
49885+
isDeleteAllowed:
49886+
type: boolean
49887+
nullable: true
49888+
isLabelUpdateAllowed:
49889+
type: boolean
49890+
nullable: true
49891+
isMetadataUpdateAllowed:
49892+
type: boolean
49893+
nullable: true
49894+
isRecordLocked:
49895+
type: boolean
49896+
nullable: true
49897+
additionalProperties:
49898+
type: object
4981749899
microsoft.graph.thumbnail:
4981849900
title: thumbnail
4981949901
type: object
@@ -52493,9 +52575,13 @@ components:
5249352575
title: synchronizationRule
5249452576
type: object
5249552577
properties:
52578+
containerFilter:
52579+
$ref: '#/components/schemas/microsoft.graph.containerFilter'
5249652580
editable:
5249752581
type: boolean
5249852582
description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
52583+
groupFilter:
52584+
$ref: '#/components/schemas/microsoft.graph.groupFilter'
5249952585
id:
5250052586
type: string
5250152587
description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.
@@ -52757,6 +52843,15 @@ components:
5275752843
description: Indicates if the worksheet is protected. Read-only.
5275852844
additionalProperties:
5275952845
type: object
52846+
microsoft.graph.security.behaviorDuringRetentionPeriod:
52847+
title: behaviorDuringRetentionPeriod
52848+
enum:
52849+
- doNotRetain
52850+
- retain
52851+
- retainAsRecord
52852+
- retainAsRegulatoryRecord
52853+
- unknownFutureValue
52854+
type: string
5276052855
microsoft.graph.accessAction:
5276152856
title: accessAction
5276252857
type: object
@@ -53172,6 +53267,28 @@ components:
5317253267
- TooManyDeletes
5317353268
- IngestionInterrupted
5317453269
type: string
53270+
microsoft.graph.containerFilter:
53271+
title: containerFilter
53272+
type: object
53273+
properties:
53274+
includedContainers:
53275+
type: array
53276+
items:
53277+
type: string
53278+
nullable: true
53279+
additionalProperties:
53280+
type: object
53281+
microsoft.graph.groupFilter:
53282+
title: groupFilter
53283+
type: object
53284+
properties:
53285+
includedGroups:
53286+
type: array
53287+
items:
53288+
type: string
53289+
nullable: true
53290+
additionalProperties:
53291+
type: object
5317553292
microsoft.graph.stringKeyStringValuePair:
5317653293
title: stringKeyStringValuePair
5317753294
type: object

0 commit comments

Comments
 (0)