You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-dotnet.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use Azure .NET for files & ACLs in Azure Data Lake Storage Gen2 (preview)
3
-
description: Use the Azure Storage client library to manage directories and file and directory access control lists (ACL) in storage accounts that have a hierarchical namespace.
3
+
description: Use the Azure Storage client library to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
4
4
author: normesta
5
5
ms.service: storage
6
6
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
12
12
13
13
# Use NET for files & ACLs in Azure Data Lake Storage Gen2 (preview)
14
14
15
-
This article shows you how to use .NET to create and manage directories, files, and permissions in storage accounts that have a hierarchical namespace.
15
+
This article shows you how to use .NET to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
17
> [!IMPORTANT]
18
18
> The [Azure.Storage.Files.DataLake](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/12.0.0-preview.6) NuGet package that is featured in this article is currently in public preview.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-java.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use Java for files & ACLs in Azure Data Lake Storage Gen2 (preview)
3
-
description: Use Azure Storage libraries for Java to manage directories and file and directory access control lists (ACL) in storage accounts that have a hierarchical namespace.
3
+
description: Use Azure Storage libraries for Java to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
4
4
author: normesta
5
5
ms.service: storage
6
6
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
12
12
13
13
# Use Java for files & ACLs in Azure Data Lake Storage Gen2 (preview)
14
14
15
-
This article shows you how to use Java to create and manage directories, files, and permissions in storage accounts that have a hierarchical namespace.
15
+
This article shows you how to use Java to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
17
> [!IMPORTANT]
18
18
> The Java library that is featured in this article is currently in public preview.
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-powershell.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use PowerShell for files & ACLs in Azure Data Lake Storage Gen2 (preview)
3
-
description: Use PowerShell cmdlets to manage directories and file and directory access control lists (ACL) in storage accounts that have a hierarchical namespace.
3
+
description: Use PowerShell cmdlets to manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
4
4
services: storage
5
5
author: normesta
6
6
ms.service: storage
@@ -13,7 +13,7 @@ ms.reviewer: prishet
13
13
14
14
# Use PowerShell for files & ACLs in Azure Data Lake Storage Gen2 (preview)
15
15
16
-
This article shows you how to use PowerShell to create and manage directories, files, and permissions in storage accounts that have a hierarchical namespace.
16
+
This article shows you how to use PowerShell to create and manage directories, files, and permissions in storage accounts that has hierarchical namespace (HNS) enabled.
17
17
18
18
> [!IMPORTANT]
19
19
> The PowerShell module that is featured in this article is currently in public preview.
To learn more about working with Blob storage by using PowerShell, see [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
Copy file name to clipboardExpand all lines: articles/storage/blobs/data-lake-storage-directory-file-acl-python.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use Python for files & ACLs in Azure Data Lake Storage Gen2 (preview)
3
-
description: Use Python manage directories and file and directory access control lists (ACL) in storage accounts that have a hierarchical namespace.
3
+
description: Use Python manage directories and file and directory access control lists (ACL) in storage accounts that has hierarchical namespace (HNS) enabled.
4
4
author: normesta
5
5
ms.service: storage
6
6
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
12
12
13
13
# Use Python for files & ACLs in Azure Data Lake Storage Gen2 (preview)
14
14
15
-
This article shows you how to use Python to create and manage directories, files, and permissions in storage accounts that have a hierarchical namespace.
15
+
This article shows you how to use Python to create and manage directories, files, and permissions in sstorage accounts that has hierarchical namespace (HNS) enabled.
16
16
17
17
> [!IMPORTANT]
18
18
> The Azure Data Lake Storage client library for Python is currently in public preview.
0 commit comments