Skip to content

Commit f7c4279

Browse files
committed
Fixing some validation issues
1 parent c07105c commit f7c4279

5 files changed

+5
-5
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 capability gaps](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 capability gaps](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 capability gaps](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
@@ -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-
* [Known capability gaps](#data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
380+
* [Known capability gaps](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
381381
* [Using Azure PowerShell with Azure Storage](../common/storage-powershell-guide-full.md?toc=%2fazure%2fstorage%2fblobs%2ftoc.json).
382382
* [Storage PowerShell cmdlets](/powershell/module/az.storage).
383383

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 capability gaps](data-lake-storage-known-issues.md#api-scope-data-lake-client-library)
273273
* [Give Feedback](https://github.com/Azure/azure-sdk-for-python/issues)

0 commit comments

Comments
 (0)