Skip to content

Commit f6b2346

Browse files
authored
Merge pull request #26222 from microsoftgraph/main
Merge to publish.
2 parents 8d5b622 + 9da1656 commit f6b2346

File tree

151 files changed

+1202
-1001
lines changed

Some content is hidden

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

151 files changed

+1202
-1001
lines changed

api-reference/beta/api/adminwindowsupdates-list-deploymentaudiences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "List deploymentAudiences"
33
description: "Get a list of deploymentAudience objects and their properties."
44
author: "ryan-k-williams"
55
ms.localizationpriority: medium
6-
ms.subservice: autopatch
6+
ms.subservice: windows-autopatch
77
doc_type: apiPageType
88
ms.date: 09/16/2024
99
---

api-reference/beta/api/backuprestoreroot-list-driveprotectionunits.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ HTTP/1.1 200 OK
128128
"displayName": "Jefferson Lee", // Newly Added
129129
"email": "lee@contoso.com", // Newly Added
130130
"status": "unprotected",
131+
"protectionSources": "none",
131132
"createdBy": {
132133
"application": {
133134
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -161,7 +162,8 @@ HTTP/1.1 200 OK
161162
"directoryObjectId": "781d9337-d8f0-456e-92cd-00a3abdd2093",
162163
"displayName": "Mastura Ibrahim", // Newly Added
163164
"email": "ibrahim@contoso.com", // Newly Added
164-
"status": "protectRequested",
165+
"status": "protected",
166+
"protectionSources": "manual, dynamicRule",
165167
"createdBy": {
166168
"application": {
167169
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -196,6 +198,7 @@ HTTP/1.1 200 OK
196198
"displayName": "Esmira Musayeva", // Newly Added
197199
"email": "esmira@contoso.com", // Newly Added
198200
"status": "unprotected",
201+
"protectionSources": "none",
199202
"createdBy": {
200203
"application": {
201204
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -229,7 +232,8 @@ HTTP/1.1 200 OK
229232
"directoryObjectId": "2e1d9337-d8f0-456e-92cd-00a3abdd2093",
230233
"displayName": "Ahmad Hakiki", // Newly Added
231234
"email": "ahmad@contoso.com", // Newly Added
232-
"status": "protected",
235+
"status": "protectRequested",
236+
"protectionSources": "manual",
233237
"createdBy": {
234238
"application": {
235239
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -263,6 +267,7 @@ HTTP/1.1 200 OK
263267
"displayName": "Rashmi Mishra ", // Newly Added
264268
"email": "eddyb@contoso.com", // Newly Added
265269
"status": "unprotected",
270+
"protectionSources": "none",
266271
"createdBy": {
267272
"application": {
268273
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -367,6 +372,7 @@ HTTP/1.1 200 OK
367372
"displayName": "Jefferson Lee", // Newly Added
368373
"email": "lee@contoso.com", // Newly Added
369374
"status": "protectRequested",
375+
"protectionSources": "manual",
370376
"createdBy": {
371377
"application": {
372378
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -401,6 +407,7 @@ HTTP/1.1 200 OK
401407
"displayName": "Mastura Ibrahim", // Newly Added
402408
"email": "ibrahim@contoso.com", // Newly Added
403409
"status": "protectRequested",
410+
"protectionSources": "dynamicRule",
404411
"createdBy": {
405412
"application": {
406413
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -435,6 +442,7 @@ HTTP/1.1 200 OK
435442
"displayName": "Esmira Musayeva", // Newly Added
436443
"email": "esmira@contoso.com", // Newly Added
437444
"status": "protectRequested",
445+
"protectionSources": "dynamicRule",
438446
"createdBy": {
439447
"application": {
440448
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -468,7 +476,8 @@ HTTP/1.1 200 OK
468476
"directoryObjectId": "781d9337-d8f0-456e-92cd-00a3abdd2093",
469477
"displayName": "Ahmad Hakiki", // Newly Added
470478
"email": "ahmad@contoso.com", // Newly Added
471-
"status": "protectRequested",
479+
"status": "removeRequested",
480+
"protectionSources": "none",
472481
"createdBy": {
473482
"application": {
474483
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -502,7 +511,8 @@ HTTP/1.1 200 OK
502511
"directoryObjectId": "2d1d9337-d8f0-456e-92cd-00a3abdd2093",
503512
"displayName": "Jeffry Goh ", // Newly Added
504513
"email": "jeffry@contoso.com", // Newly Added
505-
"status": "protectRequested",
514+
"status": "protected",
515+
"protectionSources": "manual",
506516
"createdBy": {
507517
"application": {
508518
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

api-reference/beta/api/backuprestoreroot-list-mailboxprotectionunits.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ HTTP/1.1 200 OK
130130
"email": "lee@contoso.com", // Newly Added
131131
"mailboxType": "user",
132132
"status": "unprotectRequested",
133+
"protectionSources": "none",
133134
"createdBy": {
134135
"application": {
135136
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -164,6 +165,7 @@ HTTP/1.1 200 OK
164165
"displayName": "Mastura Ibrahim", // Newly Added
165166
"email": "mastura@contoso.com", // Newly Added
166167
"status": "unprotected",
168+
"protectionSources": "none",
167169
"mailboxType": "shared",
168170
"createdBy": {
169171
"application": {
@@ -200,6 +202,7 @@ HTTP/1.1 200 OK
200202
"email": "ahmad@contoso.com", // Newly Added
201203
"mailboxType": "user",
202204
"status": "protectRequested",
205+
"protectionSources": "manual",
203206
"createdBy": {
204207
"application": {
205208
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -235,6 +238,7 @@ HTTP/1.1 200 OK
235238
"email": "jeffry@contoso.com", // Newly Added
236239
"mailboxType": "user",
237240
"status": "protected",
241+
"protectionSources": "dynamicRule",
238242
"createdBy": {
239243
"application": {
240244
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -268,6 +272,7 @@ HTTP/1.1 200 OK
268272
"displayName": "Suresh Pasupuleti", // Newly Added
269273
"email": "suresh@contoso.com", // Newly Added
270274
"status": "unprotected",
275+
"protectionSources": "none",
271276
"mailboxType": "shared",
272277
"createdBy": {
273278
"application": {
@@ -335,7 +340,8 @@ HTTP/1.1 200 OK
335340
"directoryObjectId": "384974e2-72cd-48de-a6e8-6985d7c5db90",
336341
"displayName": "Jefferson Lee", // Newly Added
337342
"email": "lee@contoso.com", // Newly Added
338-
"status": "protectRequested",
343+
"status": "protected",
344+
"protectionSources": "manual, dynamicRule",
339345
"mailboxType": "user",
340346
"createdBy": {
341347
"application": {
@@ -372,6 +378,7 @@ HTTP/1.1 200 OK
372378
"email": "mastura@contoso.com", // Newly Added
373379
"mailboxType": "shared",
374380
"status": "protectRequested",
381+
"protectionSources": "manual",
375382
"createdBy": {
376383
"application": {
377384
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -406,6 +413,7 @@ HTTP/1.1 200 OK
406413
"displayName": "Esmira Musayeva", // Newly Added
407414
"email": "esmira@contoso.com", // Newly Added
408415
"status": "protectRequested",
416+
"protectionSources": "manual",
409417
"mailboxType": "user",
410418
"createdBy": {
411419
"application": {
@@ -440,7 +448,8 @@ HTTP/1.1 200 OK
440448
"directoryObjectId": "781d9337-d8f0-456e-92cd-00a3abdd2093",
441449
"displayName": "Ahmad Hakiki", // Newly Added
442450
"email": "ahmad@contoso.com", // Newly Added
443-
"status": "protectRequested",
451+
"status": "removeRequested",
452+
"protectionSources": "none",
444453
"mailboxType": "user",
445454
"createdBy": {
446455
"application": {
@@ -476,6 +485,7 @@ HTTP/1.1 200 OK
476485
"displayName": "Rashmi Mishra ", // Newly Added
477486
"email": "rashmi@contoso.com", // Newly Added
478487
"status": "protectRequested",
488+
"protectionSources": "dynamicRule",
479489
"mailboxType": "shared",
480490
"createdBy": {
481491
"application": {

api-reference/beta/api/backuprestoreroot-list-siteprotectionunits.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ HTTP/1.1 200 OK
130130
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDC", // Newly Added
131131
"policyId": "9fec8e78-bce4-4aaf-ab1b-5451cc387264",
132132
"status": "unprotected",
133+
"protectionSources": "none",
133134
"createdBy": {
134135
"application": {
135136
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -164,6 +165,7 @@ HTTP/1.1 200 OK
164165
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCOne", // Newly Added
165166
"policyId": "9fec8e78-bce4-4aaf-ab1b-5451cc387264",
166167
"status": "unprotectRequested",
168+
"protectionSources": "none",
167169
"createdBy": {
168170
"application": {
169171
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -198,6 +200,7 @@ HTTP/1.1 200 OK
198200
"siteName": "Enhanced Restore IDC - 2", // Newly Added
199201
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCTwo", // Newly Added
200202
"status": "protected",
203+
"protectionSources": "manual",
201204
"createdBy": {
202205
"application": {
203206
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -231,6 +234,7 @@ HTTP/1.1 200 OK
231234
"siteName": "Enhanced Restore IDC - 3", // Newly Added
232235
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCThree", // Newly Added
233236
"status": "unprotected",
237+
"protectionSources": "none",
234238
"createdBy": {
235239
"application": {
236240
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -265,6 +269,7 @@ HTTP/1.1 200 OK
265269
"siteName": "Who+", // Newly Added
266270
"siteWebUrl": "https://contoso.sharepoint.com/teams/Whoplus", // Newly Added
267271
"status": "protectRequested",
272+
"protectionSources": "manual",
268273
"createdBy": {
269274
"application": {
270275
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -370,6 +375,7 @@ HTTP/1.1 200 OK
370375
"siteWebUrl": "https://contoso.sharepoint.com/teams/Whoplus", // Newly Added
371376
"policyId": "9fec8e78-bce4-4aaf-ab1b-5451cc387264",
372377
"status": "protectRequested",
378+
"protectionSources": "manual",
373379
"createdBy": {
374380
"application": {
375381
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -404,6 +410,7 @@ HTTP/1.1 200 OK
404410
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDC", // Newly Added
405411
"policyId": "9fec8e78-bce4-4aaf-ab1b-5451cc387264",
406412
"status": "protectRequested",
413+
"protectionSources": "manual",
407414
"createdBy": {
408415
"application": {
409416
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -438,6 +445,7 @@ HTTP/1.1 200 OK
438445
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCOne", // Newly Added
439446
"policyId": "9fec8e78-bce4-4aaf-ab1b-5451cc387264",
440447
"status": "protectRequested",
448+
"protectionSources": "manual",
441449
"createdBy": {
442450
"application": {
443451
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -472,6 +480,7 @@ HTTP/1.1 200 OK
472480
"siteName": "Enhanced Restore IDC - 2", // Newly Added
473481
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCTwo", // Newly Added
474482
"status": "protectRequested",
483+
"protectionSources": "manual",
475484
"createdBy": {
476485
"application": {
477486
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",
@@ -506,6 +515,7 @@ HTTP/1.1 200 OK
506515
"siteName": "Enhanced Restore IDC - 3", // Newly Added
507516
"siteWebUrl": "https://contoso.sharepoint.com/teams/ERIDCThree", // Newly Added
508517
"status": "protected",
518+
"protectionSources": "manual",
509519
"createdBy": {
510520
"application": {
511521
"id": "1fec8e78-bce4-4aaf-ab1b-5451cc387264",

0 commit comments

Comments
 (0)