Skip to content

Commit a9e753e

Browse files
authored
Merge pull request #97149 from normesta/normesta-reg-updates
Fixing some stuff
2 parents 84be8c0 + f96f824 commit a9e753e

6 files changed

+13
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,6 +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)
299+
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
300300
* [Source code](https://github.com/Azure/azure-cli-extensions/tree/master/src)
301301

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +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)
292+
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
293293
* [Give Feedback](https://github.com/Azure/azure-sdk-for-net/issues)
294294

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +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)
324+
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
325325
* [Give Feedback](https://github.com/Azure/azure-sdk-for-java/issues)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ The following table shows how the cmdlets used for Data Lake Storage Gen1 map to
378378

379379
## See also
380380

381-
* [Known capability gaps](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
381+
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
382382
* [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
383383
* [Storage PowerShell cmdlets](/powershell/module/az.storage).
384384

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,5 +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-
* [Known capability gaps](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
272+
* [Known issues](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
273273
* [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,14 @@ Unmanaged VM disks are not supported in accounts that have a hierarchical namesp
4444

4545
## API Scope for Data Lake Storage Client Library for SDK, Powershell and CLI
4646

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`.
47+
### Filesystem Support in SDKs
48+
49+
- .NET, Java and Python are in public preview. Other SDKs are not currently supported.
50+
- Get and Set ACLs operations are not currently recursive.
51+
52+
### Filesystem Support in PowerShell and Azure CLI
53+
54+
Get and Set ACLs operations are not currently recursive.
4855

4956
## Support for other Blob Storage features
5057

0 commit comments

Comments
 (0)