Skip to content

Commit 61c4731

Browse files
committed
Move the change to description
1 parent fac5b4c commit 61c4731

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/DataLakeStore/DataLakeStore/help/Get-AzDataLakeStoreDeletedItem.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Get-AzDataLakeStoreDeletedItem
1010

1111
## SYNOPSIS
12-
Searches for deleted entries in trash which match the filter. Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting. If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
12+
Searches for deleted entries in trash which match the filter.
1313

1414
## SYNTAX
1515

@@ -22,6 +22,8 @@ Get-AzDataLakeStoreDeletedItem [-Account] <String> [-Filter] <String> [-Count <I
2222
The **Get-AzDataLakeStoreDeletedItem** cmdlet searches the deleted files or folders in Data Lake Store which match the given filter.
2323
It displays the following attributes of the deleted items - OriginalPath, TrashDirPath, Type, CreationTime.
2424
This could be a long running operation as it may have to search through millions of files in trash and could be run as a job.
25+
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
26+
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
2527

2628
## EXAMPLES
2729

src/DataLakeStore/DataLakeStore/help/Restore-AzDataLakeStoreDeletedItem.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ schema: 2.0.0
99
# Restore-AzDataLakeStoreDeletedItem
1010

1111
## SYNOPSIS
12-
Restore a deleted file or folder in Azure Data Lake. Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting. If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
12+
Restore a deleted file or folder in Azure Data Lake.
1313

1414
## SYNTAX
1515

@@ -29,6 +29,8 @@ Restore-AzDataLakeStoreDeletedItem [-Account] <String> [-DeletedItem] <DataLakeS
2929

3030
## DESCRIPTION
3131
The **Restore-AzDataLakeStoreDeletedItem** cmdlet restores a deleted file or folder in Data Lake Store. Requires the path of deleted item in trash returned by Get-AzDataLakeStoreDeletedItem.
32+
Caution: Undeleting files is a best effort operation. There are no guarantees that a file can be restored once it is deleted. The use of this API is enabled via whitelisting.
33+
If your ADL account is not whitelisted, then using this api will throw Not implemented exception. For further information and assistance please contact Microsoft support.
3234

3335
## EXAMPLES
3436

0 commit comments

Comments
 (0)