Skip to content

Commit 77321a0

Browse files
Update due to code sample change
1 parent 6fba4d9 commit 77321a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/storage/blobs/data-lake-storage-directory-file-acl-dotnet.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: pauljewellmsft
66

77
ms.author: pauljewell
88
ms.service: azure-data-lake-storage
9-
ms.date: 07/24/2023
9+
ms.date: 11/20/2023
1010
ms.topic: how-to
1111
ms.reviewer: prishet
1212
ms.devlang: csharp
@@ -125,8 +125,6 @@ The following code example shows how to upload a local file to a directory using
125125

126126
:::code language="csharp" source="~/azure-storage-snippets/blobs/howto/dotnet/dotnet-v12/CRUD_DataLake.cs" id="Snippet_UploadFile":::
127127

128-
You can use this method to create and upload content to a new file, or you can set the `overwrite` parameter to `true` to overwrite an existing file.
129-
130128
## Append data to a file
131129

132130
You can upload data to be appended to a file by using the following method:

0 commit comments

Comments
 (0)