Skip to content

Commit f11909c

Browse files
committed
Last minute checkins
1 parent 123f1f0 commit f11909c

7 files changed

+21
-12
lines changed

articles/storage/blobs/TOC.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -669,18 +669,18 @@
669669
href: ../common/storage-account-upgrade.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json
670670
- name: Manage directories, files, and ACLs
671671
items:
672-
- name: Storage Explorer
673-
href: data-lake-storage-how-to-set-permissions-storage-explorer.md
674-
- name: PowerShell
675-
href: data-lake-storage-directory-file-acl-powershell.md
676-
- name: CLI
677-
href: data-lake-storage-directory-file-acl-cli.md
678672
- name: .NET
679673
href: data-lake-storage-directory-file-acl-dotnet.md
680674
- name: Java
681675
href: data-lake-storage-directory-file-acl-java.md
682676
- name: Python
683677
href: data-lake-storage-directory-file-acl-python.md
678+
- name: PowerShell
679+
href: data-lake-storage-directory-file-acl-powershell.md
680+
- name: CLI
681+
href: data-lake-storage-directory-file-acl-cli.md
682+
- name: Storage Explorer
683+
href: data-lake-storage-how-to-set-permissions-storage-explorer.md
684684
- name: Transfer data
685685
items:
686686
- name: AzCopy

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,6 @@ az storage blob directory metadata show -c my-file-system -d my-directory --acco
296296
* [Sample](https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview)
297297
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-cli-extensions/tree/master/src/storage-preview#mapping-from-adls-gen1-to-adls-gen2)
298298
* [Give feedback](https://github.com/Azure/azure-cli-extensions/issues)
299+
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
299300
* [Source code](https://github.com/Azure/azure-cli-extensions/tree/master/src)
300301

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article shows you how to use .NET to create and manage directories, files,
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-
[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)
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

@@ -289,5 +289,6 @@ public async Task ListFilesInDirectory(DataLakeFileSystemClient fileSystemClient
289289
* [Package (NuGet)](https://www.nuget.org/packages/Azure.Storage.Files.DataLake/12.0.0-preview.6)
290290
* [Samples](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake)
291291
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-net/tree/master/sdk/storage/Azure.Storage.Files.DataLake/GEN1_GEN2_MAPPING.md)
292+
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
292293
* [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
293294

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,5 @@ static public void ListFilesInDirectory(DataLakeFileSystemClient fileSystemClien
321321
* [Package (Maven)](https://search.maven.org/artifact/com.azure/azure-storage-file-datalake/12.0.0-preview.6/jar)
322322
* [Samples](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake)
323323
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md)
324+
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
324325
* [Give Feedback](https://github.com/Azure/azure-sdk-for-java/issues)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ The following table shows how the cmdlets used for Data Lake Storage Gen1 map to
377377

378378
## See also
379379

380-
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).
381-
382-
To find a comprehensive list of Microsoft Azure PowerShell Storage cmdlets, see [Storage PowerShell cmdlets](/powershell/module/az.storage).
380+
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
381+
* [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
382+
* [Storage PowerShell cmdlets](/powershell/module/az.storage).
383383

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,4 +269,5 @@ def list_directory_contents():
269269
* [Package (Python Package Index)](https://pypi.org/project/azure-storage-file-datalake/)
270270
* [Samples](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/samples)
271271
* [Gen1 to Gen2 mapping](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/storage/azure-storage-file-datalake/GEN1_GEN2_MAPPING.md)
272-
* [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)
272+
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
273+
* [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)

articles/storage/blobs/data-lake-storage-known-issues.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,18 @@ These Blob REST APIs aren't supported:
4040

4141
Unmanaged VM disks are not supported in accounts that have a hierarchical namespace. If you want to enable a hierarchical namespace on a storage account, place unmanaged VM disks into a storage account that doesn't have the hierarchical namespace feature enabled.
4242

43+
<a id="api-scope-data-lake-client-library" />
44+
45+
## API Scope for Data Lake Storage Client Library for SDK, Powershell and CLI
46+
47+
The following capabilities are currently not supported in data lake client library for PowerShell, Azure CLI, Java, Python and the .NET SDK: `RecursiveACL`, `setExpiry`, `Concat` and `ConcurrentAppend`.
48+
4349
## Support for other Blob Storage features
4450

4551
The following table lists all other features and tools that are not yet supported or only partially supported with storage accounts that have a hierarchical namespace (Azure Data Lake Storage Gen2).
4652

4753
| Feature / Tool | More information |
4854
|--------|-----------|
49-
| **Data Lake Storage Gen2 APIs** | Partially supported <br><br>In the current release, you can use Data Lake Storage Gen2 **REST** APIs to interact with directories and set access control lists (ACLs), but there are no other SDKs (For example: .NET, Java, or Python) to perform those tasks. To perform other tasks such as uploading and downloading files, you can use the Blob SDKs. |
5055
| **AzCopy** | Version-specific support <br><br>Use only the latest version of AzCopy ([AzCopy v10](https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10?toc=%2fazure%2fstorage%2ftables%2ftoc.json)). Earlier versions of AzCopy such as AzCopy v8.1, are not supported.|
5156
| **Azure Blob Storage lifecycle management policies** | All access tiers are supported. The archive access tier is currently in preview. The deletion of blob snapshots is not yet supported. |
5257
| **Azure Content Delivery Network (CDN)** | Not yet supported|

0 commit comments

Comments
 (0)