Skip to content

Commit ac92d3f

Browse files
committed
update open api docs
1 parent d2b3eaf commit ac92d3f

48 files changed

Lines changed: 112759 additions & 65719 deletions

Some content is hidden

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

openApiDocs/beta/Applications.yml

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

openApiDocs/beta/BackupRestore.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12319,6 +12319,8 @@ components:
1231912319
description: The time when protection unit offboard was requested.
1232012320
format: date-time
1232112321
nullable: true
12322+
pendingRetentionPeriodChange:
12323+
$ref: '#/components/schemas/microsoft.graph.retentionPeriodChange'
1232212324
policyId:
1232312325
type: string
1232412326
description: The unique identifier of the protection policy based on which protection unit was created.
@@ -13044,6 +13046,8 @@ components:
1304413046
description: Date time when the artifact's restoration completes.
1304513047
format: date-time
1304613048
nullable: true
13049+
destinationType:
13050+
$ref: '#/components/schemas/microsoft.graph.destinationType'
1304713051
restoredItemKey:
1304813052
type: string
1304913053
description: The unique identifier for the restored artifact.
@@ -13144,6 +13148,25 @@ components:
1314413148
- offboardRequested
1314513149
- offboarded
1314613150
type: string
13151+
microsoft.graph.retentionPeriodChange:
13152+
title: retentionPeriodChange
13153+
type: object
13154+
properties:
13155+
effectiveFromDateTime:
13156+
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])$'
13157+
type: string
13158+
format: date-time
13159+
nullable: true
13160+
status:
13161+
$ref: '#/components/schemas/microsoft.graph.retentionPeriodChangeStatus'
13162+
targetRetentionPeriodInDays:
13163+
maximum: 2147483647
13164+
minimum: -2147483648
13165+
type: number
13166+
format: int32
13167+
nullable: true
13168+
additionalProperties:
13169+
type: object
1314713170
microsoft.graph.protectionSource:
1314813171
title: protectionSource
1314913172
enum:
@@ -13974,6 +13997,15 @@ components:
1397413997
- completedWithErrors
1397513998
- unknownFutureValue
1397613999
type: string
14000+
microsoft.graph.retentionPeriodChangeStatus:
14001+
title: retentionPeriodChangeStatus
14002+
enum:
14003+
- none
14004+
- inProgress
14005+
- failed
14006+
- completed
14007+
- unknownFutureValue
14008+
type: string
1397714009
microsoft.graph.ODataErrors.MainError:
1397814010
required:
1397914011
- code

0 commit comments

Comments
 (0)