Skip to content

Commit 123f1f0

Browse files
committed
Some tweaks
1 parent 3a1fb15 commit 123f1f0

4 files changed

+24
-11
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: normesta
55
ms.service: storage
66
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
1212

1313
# Use NET for files & ACLs in Azure Data Lake Storage Gen2 (preview)
1414

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.
1616

1717
> [!IMPORTANT]
1818
> 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.
1919
20-
[API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Storage.Files.DataLake/12.0.0-preview.6/api/index.html) | [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/12.0.0-preview.6)| [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
20+
[Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/12.0.0-preview.6)| [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake) | [API reference](https://azuresdkdocs.blob.core.windows.net/$web/dotnet/Azure.Storage.Files.DataLake/12.0.0-preview.6/api/index.html) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
2121

2222
## Prerequisites
2323

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: normesta
55
ms.service: storage
66
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
1212

1313
# Use Java for files & ACLs in Azure Data Lake Storage Gen2 (preview)
1414

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.
1616

1717
> [!IMPORTANT]
1818
> The Java library that is featured in this article is currently in public preview.
1919
20-
[API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-storage-file-datalake/12.0.0-preview.6/index.html) | [Package (Maven)](https://search.maven.org/artifact/com.azure/azure-storage-file-datalake/12.0.0-preview.6/jar) | [Samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-java/issues)
20+
[Package (Maven)](https://search.maven.org/artifact/com.azure/azure-storage-file-datalake/12.0.0-preview.6/jar) | [Samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake) | [API reference](https://azuresdkdocs.blob.core.windows.net/$web/java/azure-storage-file-datalake/12.0.0-preview.6/index.html) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-java/issues)
2121

2222
## Prerequisites
2323

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
services: storage
55
author: normesta
66
ms.service: storage
@@ -13,7 +13,7 @@ ms.reviewer: prishet
1313

1414
# Use PowerShell for files & ACLs in Azure Data Lake Storage Gen2 (preview)
1515

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.
1717

1818
> [!IMPORTANT]
1919
> The PowerShell module that is featured in this article is currently in public preview.
@@ -362,6 +362,19 @@ $acl = New-AzDataLakeGen2ItemAclObject -AccessControlType other -Permission "-wx
362362
Get-AzDataLakeGen2ChildItem -Context $ctx -FileSystem $filesystemName -Recurse | Update-AzDataLakeGen2Item -Acl $acl
363363
```
364364

365+
## Gen1 to Gen2 Mapping
366+
367+
The following table shows how the cmdlets used for Data Lake Storage Gen1 map to the cmdlets for Data Lake Storage Gen2.
368+
369+
|Data Lake Storage Gen1 cmdlet| Data Lake Storage Gen2 cmdlet|
370+
|--------|---------|
371+
|Get-AzDataLakeStoreChildItem|Get-AzDataLakeGen2ChildItem|
372+
|Get-AzDataLakeStoreItem <br>Get-AzDataLakeStoreItemAclEntry<br>Get-AzDataLakeStoreItemOwner<br>Get-AzDataLakeStoreItemPermission<br>Get-AzDataLakeStoreItemContent<br>New-AzDataLakeStoreItem|Get-AzDataLakeGen2Item|
373+
|Get-AzDataLakeStoreItemContent|New-AzDataLakeGen2Item|
374+
|Move-AzDataLakeStoreItem|Move-AzDataLakeGen2Item|
375+
|Remove-AzDataLakeStoreItem|Remove-AzDataLakeGen2Item|
376+
|Set-AzDataLakeStoreItemOwner <br>Set-AzDataLakeStoreItemPermission<br>Set-AzDataLakeStoreItemPermission<br>Set-AzDataLakeStoreItemAcl|Update-AzDataLakeGen2Item|
377+
365378
## See also
366379

367380
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).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
44
author: normesta
55
ms.service: storage
66
ms.date: 11/08/2019
@@ -12,12 +12,12 @@ ms.reviewer: prishet
1212

1313
# Use Python for files & ACLs in Azure Data Lake Storage Gen2 (preview)
1414

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.
1616

1717
> [!IMPORTANT]
1818
> The Azure Data Lake Storage client library for Python is currently in public preview.
1919
20-
[API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-storage-file-datalake/12.0.0b5/index.html) | [Package (Python Package Index)](https://pypi.org/project/azure-storage-file-datalake/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/samples) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)
20+
[Package (Python Package Index)](https://pypi.org/project/azure-storage-file-datalake/) | [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/samples) | [API reference](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-storage-file-datalake/12.0.0b5/index.html) | [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md) | [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)
2121

2222
## Prerequisites
2323

0 commit comments

Comments
 (0)