Skip to content

Commit 2edf8de

Browse files
Update selector files
1 parent 7043ad1 commit 2edf8de

19 files changed

+5
-22
lines changed

articles/storage/.openpublishing.redirection.storage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2406,8 +2406,8 @@
24062406
"redirect_document_id": false
24072407
},
24082408
{
2409-
"source_path_from_root": "/articles/storage/blobs/storage-blob-container-list-typescript.md",
2410-
"redirect_url": "/azure/storage/blobs/storage-blob-container-list-javascript",
2409+
"source_path_from_root": "/articles/storage/blobs/storage-blob-containers-list-typescript.md",
2410+
"redirect_url": "/azure/storage/blobs/storage-blob-containers-list-javascript",
24112411
"redirect_document_id": false
24122412
},
24132413
{

articles/storage/blobs/storage-blob-tags-javascript.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This article shows how to use blob index tags to manage and find data using the
3232

3333
[!INCLUDE [storage-dev-guide-auth-set-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-auth-set-blob-tags.md)]
3434

35-
To set tags at blob upload time, create a [BlobClient](storage-blob-javascript-get-started.md#create-a-blobclient-object) then use the following method:
35+
To set tags at blob upload time, create a [BlobClient](/javascript/api/@azure/storage-blob/blobclient) then use the following method:
3636

3737
- [BlobClient.setTags](/javascript/api/@azure/storage-blob/blobclient#@azure-storage-blob-blobclient-settags)
3838

@@ -59,7 +59,7 @@ You can delete all tags by passing an empty JSON object into the `setTags` metho
5959

6060
[!INCLUDE [storage-dev-guide-auth-get-blob-tags](../../../includes/storage-dev-guides/storage-dev-guide-auth-get-blob-tags.md)]
6161

62-
To get tags, create a [BlobClient](storage-blob-javascript-get-started.md#create-a-blobclient-object) then use the following method:
62+
To get tags, use the following method:
6363

6464
- [BlobClient.getTags](/javascript/api/@azure/storage-blob/blobclient#@azure-storage-blob-blobclient-gettags)
6565

@@ -93,7 +93,7 @@ The following table shows some query strings:
9393
|`@container = 'my-container' AND createdBy = 'Jill'`|**Filter by container** and specific property. In this query, `createdBy` is a text match and doesn't indicate an authorization match through Active Directory. |
9494

9595

96-
To find blobs, create a [BlobClient](storage-blob-javascript-get-started.md#create-a-blobclient-object) then use the following method:
96+
To find blobs, use the following method:
9797

9898
- [BlobServiceClient.findBlobsByTags](/javascript/api/@azure/storage-blob/blobserviceclient#@azure-storage-blob-blobserviceclient-findblobsbytags)
9999

includes/storage-dev-guides/storage-dev-guide-selector-access-tier.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-use-access-tier-dotnet.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-use-access-tier-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-use-access-tier-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-use-access-tier-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-use-access-tier-python.md)

includes/storage-dev-guides/storage-dev-guide-selector-copy-async.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-copy-async-dotnet.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-async-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-async-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-async-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-copy-async-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-copy-async-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-copy-url.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-copy-url-dotnet.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-url-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-url-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-url-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-copy-url-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-copy-url-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-copy.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-copy.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-copy-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-copy-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-copy-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-copy-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-copy-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-create-container.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-container-create.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-container-create-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-container-create-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-container-create-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-container-create-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-container-create-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-delete-blob.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-delete.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-delete-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-delete-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-delete-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-delete-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-delete-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-delete-container.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-container-delete.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-container-delete-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-container-delete-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-container-delete-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-container-delete-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-container-delete-go.md)

includes/storage-dev-guides/storage-dev-guide-selector-download.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ ms.custom: include file
1515
> - [.NET](../../articles/storage/blobs/storage-blob-download.md)
1616
> - [Java](../../articles/storage/blobs/storage-blob-download-java.md)
1717
> - [JavaScript](../../articles/storage/blobs/storage-blob-download-javascript.md)
18-
> - [TypeScript](../../articles/storage/blobs/storage-blob-download-typescript.md)
1918
> - [Python](../../articles/storage/blobs/storage-blob-download-python.md)
2019
> - [Go](../../articles/storage/blobs/storage-blob-download-go.md)

0 commit comments

Comments
 (0)