Skip to content

Commit ecc7c54

Browse files
committed
Fixing reference
1 parent 030266b commit ecc7c54

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/storage/common/storage-ref-azcopy-remove.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy remove c
44
author: normesta
55
ms.service: storage
66
ms.topic: reference
7-
ms.date: 10/16/2019
7+
ms.date: 05/04/2020
88
ms.author: normesta
99
ms.subservice: common
1010
ms.reviewer: zezha-msft
@@ -84,11 +84,15 @@ azcopy rm "https://[account].dfs.core.windows.net/[container]/[path/to/directory
8484

8585
## Options
8686

87-
**--exclude-path string** Exclude these paths when removing. This option does not support wildcard characters (*). Checks relative path prefix. For example: myFolder;myFolder/subDirName/file.pdf.
87+
**--delete-snapshots** string By default, the delete operation fails if a blob has snapshots. Specify 'include' to remove the root blob and all its snapshots; alternatively specify 'only' to remove only the snapshots but keep the root blob.
88+
89+
**--exclude-path** string Exclude these paths when removing. This option does not support wildcard characters (*). Checks relative path prefix. For example: myFolder;myFolder/subDirName/file.pdf.
8890

8991
**--exclude-pattern** string Exclude files where the name matches the pattern list. For example: *.jpg;*.pdf;exactName
9092

91-
**-h, --help** help for remove
93+
**--force-if-read-only** When deleting an Azure Files file or folder, force the deletion to work even if the existing object is has its read-only attribute set
94+
95+
**-h, --help** help for remove
9296

9397
**--include-path** string Include only these paths when removing. This option does not support wildcard characters (*). Checks relative path prefix. For example: myFolder;myFolder/subDirName/file.pdf
9498

@@ -106,6 +110,7 @@ azcopy rm "https://[account].dfs.core.windows.net/[container]/[path/to/directory
106110
|---|---|
107111
|--cap-mbps uint32|Caps the transfer rate, in megabits per second. Moment-by-moment throughput might vary slightly from the cap. If this option is set to zero, or it is omitted, the throughput isn't capped.|
108112
|--output-type string|Format of the command's output. The choices include: text, json. The default value is "text".|
113+
|--trusted-microsoft-suffixes string | Specifies additional domain suffixes where Azure Active Directory login tokens may be sent. The default is '*.core.windows.net;*.core.chinacloudapi.cn;*.core.cloudapi.de;*.core.usgovcloudapi.net'. Any listed here are added to the default. For security, you should only put Microsoft Azure domains here. Separate multiple entries with semi-colons.|
109114

110115
## See also
111116

0 commit comments

Comments
 (0)