Skip to content

Commit 03e8b18

Browse files
authored
Remove redundant code snippets from eDiscovery documentation
1 parent 2078154 commit 03e8b18

5 files changed

+5
-75
lines changed

api-reference/beta/api/security-ediscoveryreviewset-addtoreviewset.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ The following table shows the parameters that can be used with this action.
4848
|Parameter|Type|Description|
4949
|:---|:---|:---|
5050
| additionalDataOptions |[microsoft.graph.security.additionalDataOptions](../resources/security-ediscoveryaddtoreviewsetoperation.md#additionaldataoptions-values)|The options to add items to the review set. The possible values are: `allVersions`, `linkedFiles`, `unknownFutureValue`, `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`. The `locationsWithoutHits` and `advancedIndexing` values are only considered if **itemsToIncude** is set to `partiallyIndexed`.|
51-
| cloudAttachmentVersion | microsoft.graph.security.cloudAttachmentVersion | Specify the number of versions of cloud attachments to collect. The possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. The default value is `latest`. |
52-
| documentVersion | microsoft.graph.security.documentVersion | Specify the number of versions of documents to collect. The possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. The default value is `latest`.|
51+
| cloudAttachmentVersion | microsoft.graph.security.cloudAttachmentVersion | Specifies the number of cloud attachment versions to collect. The possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. The default value is `latest`. |
52+
| documentVersion | microsoft.graph.security.documentVersion | Specifies the number of document versions to collect. The possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. The default value is `latest`.|
5353
| itemsToInclude | [microsoft.graph.security.itemsToInclude](../resources/security-ediscoveryaddtoreviewsetoperation.md#itemstoinclude-values) | The items to include in the review set. The possible values are: `searchHits`, `partiallyIndexed`, `unknownFutureValue`. |
5454
| search|[microsoft.graph.security.ediscoverySearch](../resources/security-ediscoverysearch.md)|The ID of the eDiscovery search you'd like to add to the review set.|
5555

api-reference/beta/api/security-ediscoveryreviewsetquery-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following table shows the parameters that can be used with this action.
5050
|:---|:---|:---|
5151
|description|String| Description of the export. |
5252
|exportOptions|[microsoft.graph.security.exportOptions](../resources/security-ediscoveryexportoperation.md#exportoptions-values)|Bitwise options that control the format of the export. Possible values are: `originalFiles`, `text`, `pdfReplacement`, `fileInfo` (deprecated), `tags`. The `fileInfo` member is deprecated and has stopped returning data. The summary and load files are always included.|
53-
|exportStructure|[microsoft.graph.security.exportFileStructure](../resources/security-ediscoveryexportoperation.md#exportfilestructure-values)| Options that control file structure and packaging of the export. Possible values are: `none`, `directory`, `pst`.|
53+
|exportStructure|[microsoft.graph.security.exportFileStructure](../resources/security-ediscoveryexportoperation.md#exportfilestructure-values)| Options that control file structure and packaging of the export. Possible values are: `none`, `directory`, `pst`, `unknownFutureValue`, `msg`. Use the `Prefer: include-unknown-enum-members` request header to get the following value from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `msg`.|
5454
|outputName|String| Name of the export. Required. |
5555
|azureBlobContainer (deprecated) |String| When you export to your own Azure storage account, the value is the container URL. The **azureBlobContainer** property is deprecated and has stopped returning data. |
5656
|azureBlobToken (deprecated) |String| When you export to your own Azure storage account, SAS token for the container URL. The **azureBlobToken** property is deprecated and has stopped returning data. |

api-reference/beta/api/security-ediscoverysearch-exportreport.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ The following example shows how to export a report of partially indexed items in
301301

302302
The following example shows a request.
303303

304-
# [HTTP](#tab/http)
305304
<!-- {
306305
"blockType": "request",
307306
"name": "export_report4"
@@ -319,40 +318,6 @@ Content-Type: application/json
319318
}
320319
```
321320

322-
# [C#](#tab/csharp)
323-
[!INCLUDE [sample-code](../includes/snippets/csharp/export-report4-csharp-snippets.md)]
324-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
325-
326-
# [CLI](#tab/cli)
327-
[!INCLUDE [sample-code](../includes/snippets/cli/export-report4-cli-snippets.md)]
328-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
329-
330-
# [Go](#tab/go)
331-
[!INCLUDE [sample-code](../includes/snippets/go/export-report4-go-snippets.md)]
332-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
333-
334-
# [Java](#tab/java)
335-
[!INCLUDE [sample-code](../includes/snippets/java/export-report4-java-snippets.md)]
336-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
337-
338-
# [JavaScript](#tab/javascript)
339-
[!INCLUDE [sample-code](../includes/snippets/javascript/export-report4-javascript-snippets.md)]
340-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
341-
342-
# [PHP](#tab/php)
343-
[!INCLUDE [sample-code](../includes/snippets/php/export-report4-php-snippets.md)]
344-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
345-
346-
# [PowerShell](#tab/powershell)
347-
[!INCLUDE [sample-code](../includes/snippets/powershell/export-report4-powershell-snippets.md)]
348-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
349-
350-
# [Python](#tab/python)
351-
[!INCLUDE [sample-code](../includes/snippets/python/export-report4-python-snippets.md)]
352-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
353-
354-
---
355-
356321
#### Response
357322

358323
The following example shows the response.

api-reference/beta/api/security-ediscoverysearch-exportresult.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ The following example shows how to export results with partially indexed items i
304304

305305
The following example shows a request.
306306

307-
# [HTTP](#tab/http)
308307
<!-- {
309308
"blockType": "request",
310309
"name": "export_result4"
@@ -323,40 +322,6 @@ Content-Type: application/json
323322
}
324323
```
325324

326-
# [C#](#tab/csharp)
327-
[!INCLUDE [sample-code](../includes/snippets/csharp/export-result4-csharp-snippets.md)]
328-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
329-
330-
# [CLI](#tab/cli)
331-
[!INCLUDE [sample-code](../includes/snippets/cli/export-result4-cli-snippets.md)]
332-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
333-
334-
# [Go](#tab/go)
335-
[!INCLUDE [sample-code](../includes/snippets/go/export-result4-go-snippets.md)]
336-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
337-
338-
# [Java](#tab/java)
339-
[!INCLUDE [sample-code](../includes/snippets/java/export-result4-java-snippets.md)]
340-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
341-
342-
# [JavaScript](#tab/javascript)
343-
[!INCLUDE [sample-code](../includes/snippets/javascript/export-result4-javascript-snippets.md)]
344-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
345-
346-
# [PHP](#tab/php)
347-
[!INCLUDE [sample-code](../includes/snippets/php/export-result4-php-snippets.md)]
348-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
349-
350-
# [PowerShell](#tab/powershell)
351-
[!INCLUDE [sample-code](../includes/snippets/powershell/export-result4-powershell-snippets.md)]
352-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
353-
354-
# [Python](#tab/python)
355-
[!INCLUDE [sample-code](../includes/snippets/python/export-result4-python-snippets.md)]
356-
[!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)]
357-
358-
---
359-
360325
#### Response
361326

362327
The following example shows the response.

api-reference/beta/resources/security-ediscoveryaddtoreviewsetoperation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ None.
2626
|:---|:---|:---|
2727
|action|[microsoft.graph.security.caseAction](../resources/security-caseoperation.md#caseaction-values)| The type of action the operation represents. Possible values are: `contentExport`, `applyTags`, `convertToPdf`, `index`, `estimateStatistics`, `addToReviewSet`, `holdUpdate`, `unknownFutureValue`, `purgeData`, `exportReport`, `exportResult`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `purgeData`, `exportReport`, `exportResult`. Inherited from [caseOperation](../resources/security-caseoperation.md).|
2828
|additionalDataOptions|[microsoft.graph.security.additionalDataOptions](#additionaldataoptions-values)| The options to add items to the review set. Possible values are: `allVersions`, `linkedFiles`, `unknownFutureValue`, `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`. Use the `Prefer: include-unknown-enum-members` request header to get the following values from this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `advancedIndexing`, `listAttachments`, `htmlTranscripts`, `messageConversationExpansion`, `locationsWithoutHits`, `allItemsInFolder`.|
29-
|cloudAttachmentVersion|microsoft.graph.security.cloudAttachmentVersion| Specify the number of most recent versions of cloud attachments to collect. Possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. |
29+
|cloudAttachmentVersion|microsoft.graph.security.cloudAttachmentVersion| Specifies the number of most recent versions of cloud attachments to collect. Possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. |
3030
|completedDateTime|DateTimeOffset| The date and time the operation was completed. Inherited from [caseOperation](../resources/security-caseoperation.md).|
3131
|createdBy|[identitySet](../resources/identityset.md)| The user that created the operation. Inherited from [caseOperation](../resources/security-caseoperation.md).|
3232
|createdDateTime|DateTimeOffset| The date and time the operation was created. Inherited from [caseOperation](../resources/security-caseoperation.md).|
33-
|documentVersion|microsoft.graph.security.documentVersion| Specify the number of most recent versions of SharePoint documents to collect. Possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. |
33+
|documentVersion|microsoft.graph.security.documentVersion| Specifies the number of most recent versions of SharePoint documents to collect. Possible values are: `latest`, `recent10`, `recent100`, `all`, `unknownFutureValue`. |
3434
|id|String| The ID for the operation. Read-only. Inherited from [caseOperation](../resources/security-caseoperation.md).|
3535
|itemsToInclude|[microsoft.graph.security.itemsToInclude](#itemstoinclude-values)| The items to include in the review set. Possible values are: `searchHits`, `partiallyIndexed`, `unknownFutureValue`.|
3636
|percentProgress|Int32| The progress of the operation. Inherited from [caseOperation](../resources/security-caseoperation.md).|

0 commit comments

Comments
 (0)