Skip to content

Commit 43e962f

Browse files
authored
Merge pull request #49738 from sentai77/patch-1
Update using statements
2 parents d98b8b3 + af59077 commit 43e962f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Then, add these using statements to the top of your code file.
3636
```csharp
3737
using Azure.Storage.Files.DataLake;
3838
using Azure.Storage.Files.DataLake.Models;
39+
using Azure.Storage;
3940
using System.IO;
4041
using Azure;
4142
```

0 commit comments

Comments
 (0)