Skip to content

Commit a6608fb

Browse files
Patch BackupRestore in Beta only (#3362)
* patch backupRestore * bump to version 2.29.1
1 parent 7f2116a commit a6608fb

File tree

2 files changed

+55
-24
lines changed

2 files changed

+55
-24
lines changed

config/ModuleMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"versions": {
2828
"authentication": {
2929
"prerelease": "",
30-
"version": "2.29.0"
30+
"version": "2.29.1"
3131
},
3232
"beta": {
3333
"prerelease": "",
34-
"version": "2.29.0"
34+
"version": "2.29.1"
3535
},
3636
"v1.0": {
3737
"prerelease": "",
38-
"version": "2.29.0"
38+
"version": "2.29.1"
3939
}
4040
}
4141
}

openApiDocs/beta/BackupRestore.yml

Lines changed: 52 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2977,9 +2977,6 @@ paths:
29772977
- solutions.backupRestoreRoot
29782978
summary: Invoke action enable
29792979
description: Enable the Microsoft 365 Backup Storage service for a tenant.
2980-
externalDocs:
2981-
description: Find more info here
2982-
url: https://learn.microsoft.com/graph/api/backuprestoreroot-enable?view=graph-rest-beta
29832980
operationId: solution.backupRestore_enable
29842981
requestBody:
29852982
description: Action parameters
@@ -4558,9 +4555,6 @@ paths:
45584555
- solutions.backupRestoreRoot
45594556
summary: Invoke action activate
45604557
description: 'Activate a protectionPolicyBase. Currently, only one active backup policy per underlying service is supported (that is, one for OneDrive accounts, one for SharePoint sites, and one for Exchange Online users). You can add or remove artifacts (sites or user accounts) to or from each active policy.'
4561-
externalDocs:
4562-
description: Find more info here
4563-
url: https://learn.microsoft.com/graph/api/protectionpolicybase-activate?view=graph-rest-beta
45644558
operationId: solution.backupRestore.protectionPolicy_activate
45654559
parameters:
45664560
- name: protectionPolicyBase-id
@@ -4587,9 +4581,6 @@ paths:
45874581
- solutions.backupRestoreRoot
45884582
summary: Invoke action deactivate
45894583
description: Deactivate a protectionPolicyBase.
4590-
externalDocs:
4591-
description: Find more info here
4592-
url: https://learn.microsoft.com/graph/api/protectionpolicybase-deactivate?view=graph-rest-beta
45934584
operationId: solution.backupRestore.protectionPolicy_deactivate
45944585
parameters:
45954586
- name: protectionPolicyBase-id
@@ -4725,6 +4716,32 @@ paths:
47254716
default:
47264717
$ref: '#/components/responses/error'
47274718
x-ms-docs-operation-type: operation
4719+
'/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.cancelOffboard':
4720+
post:
4721+
tags:
4722+
- solutions.backupRestoreRoot
4723+
summary: Invoke action cancelOffboard
4724+
description: Cancel offboard for a protectionUnitBase.
4725+
operationId: solution.backupRestore.protectionUnit_cancelOffboard
4726+
parameters:
4727+
- name: protectionUnitBase-id
4728+
in: path
4729+
description: The unique identifier of protectionUnitBase
4730+
required: true
4731+
style: simple
4732+
schema:
4733+
type: string
4734+
x-ms-docs-key-type: protectionUnitBase
4735+
responses:
4736+
2XX:
4737+
description: Success
4738+
content:
4739+
application/json:
4740+
schema:
4741+
$ref: '#/components/schemas/microsoft.graph.protectionUnitBase'
4742+
default:
4743+
$ref: '#/components/responses/error'
4744+
x-ms-docs-operation-type: action
47284745
'/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.driveProtectionUnit':
47294746
get:
47304747
tags:
@@ -4821,6 +4838,32 @@ paths:
48214838
$ref: '#/components/schemas/microsoft.graph.mailboxProtectionUnit'
48224839
default:
48234840
$ref: '#/components/responses/error'
4841+
'/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.offboard':
4842+
post:
4843+
tags:
4844+
- solutions.backupRestoreRoot
4845+
summary: Invoke action offboard
4846+
description: Offboard a protectionUnitBase.
4847+
operationId: solution.backupRestore.protectionUnit_offboard
4848+
parameters:
4849+
- name: protectionUnitBase-id
4850+
in: path
4851+
description: The unique identifier of protectionUnitBase
4852+
required: true
4853+
style: simple
4854+
schema:
4855+
type: string
4856+
x-ms-docs-key-type: protectionUnitBase
4857+
responses:
4858+
2XX:
4859+
description: Success
4860+
content:
4861+
application/json:
4862+
schema:
4863+
$ref: '#/components/schemas/microsoft.graph.protectionUnitBase'
4864+
default:
4865+
$ref: '#/components/responses/error'
4866+
x-ms-docs-operation-type: action
48244867
'/solutions/backupRestore/protectionUnits/{protectionUnitBase-id}/microsoft.graph.siteProtectionUnit':
48254868
get:
48264869
tags:
@@ -5330,9 +5373,6 @@ paths:
53305373
- solutions.backupRestoreRoot
53315374
summary: Invoke action search
53325375
description: Search for the restorePoint objects associated with a protectionUnit.
5333-
externalDocs:
5334-
description: Find more info here
5335-
url: https://learn.microsoft.com/graph/api/restorepoint-search?view=graph-rest-beta
53365376
operationId: solution.backupRestore.restorePoint_search
53375377
requestBody:
53385378
description: Action parameters
@@ -5560,9 +5600,6 @@ paths:
55605600
- solutions.backupRestoreRoot
55615601
summary: Invoke action activate
55625602
description: 'Activate a draft restoreSessionBase object to restore a protection unit. The following points apply to restoring a protection unit:'
5563-
externalDocs:
5564-
description: Find more info here
5565-
url: https://learn.microsoft.com/graph/api/restoresessionbase-activate?view=graph-rest-beta
55665603
operationId: solution.backupRestore.restoreSession_activate
55675604
parameters:
55685605
- name: restoreSessionBase-id
@@ -5794,9 +5831,6 @@ paths:
57945831
- solutions.backupRestoreRoot
57955832
summary: Invoke action activate
57965833
description: Activate a serviceApp.
5797-
externalDocs:
5798-
description: Find more info here
5799-
url: https://learn.microsoft.com/graph/api/serviceapp-activate?view=graph-rest-beta
58005834
operationId: solution.backupRestore.serviceApp_activate
58015835
parameters:
58025836
- name: serviceApp-id
@@ -5837,9 +5871,6 @@ paths:
58375871
- solutions.backupRestoreRoot
58385872
summary: Invoke action deactivate
58395873
description: Deactivate a serviceApp.
5840-
externalDocs:
5841-
description: Find more info here
5842-
url: https://learn.microsoft.com/graph/api/serviceapp-deactivate?view=graph-rest-beta
58435874
operationId: solution.backupRestore.serviceApp_deactivate
58445875
parameters:
58455876
- name: serviceApp-id

0 commit comments

Comments
 (0)