Skip to content

Commit b31e738

Browse files
authored
Merge pull request #111040 from normesta/normesta-azcopy
Fixing a reference
2 parents ea95889 + 0f9303c commit b31e738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Data Lake Storage Gen2 Python SDK for files & ACLs
33
description: Use Python manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
44
author: normesta
55
ms.service: storage
6-
ms.date: 03/20/2020
6+
ms.date: 04/10/2020
77
ms.author: normesta
88
ms.topic: article
99
ms.subservice: data-lake-storage-gen2
@@ -27,7 +27,7 @@ This article shows you how to use Python to create and manage directories, files
2727
Install the Azure Data Lake Storage client library for Python by using [pip](https://pypi.org/project/pip/).
2828

2929
```
30-
pip install azure-storage-file-datalake --pre
30+
pip install azure-storage-file-datalake
3131
```
3232

3333
Add these import statements to the top of your code file.

0 commit comments

Comments
 (0)