Skip to content

Commit 6b15d3d

Browse files
committed
Update docs metadata
1 parent bb4b338 commit 6b15d3d

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

api/overview/azure/latest/storage.datamovement.blobs-readme.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Azure Storage Data Movement Blobs client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Storage.DataMovement.Blobs, storage
4-
ms.date: 07/21/2025
4+
ms.date: 08/06/2025
55
ms.topic: reference
66
ms.devlang: dotnet
77
ms.service: storage
88
---
9-
# Azure Storage Data Movement Blobs client library for .NET - version 12.2.0
9+
# Azure Storage Data Movement Blobs client library for .NET - version 12.2.1
1010

1111

1212
Azure Storage is a Microsoft-managed service providing cloud storage that is
@@ -44,7 +44,7 @@ az storage account create --name MyStorageAccount --resource-group MyResourceGro
4444
```
4545

4646
### Authenticate the client
47-
The Azure.Storage.DataMovement.Blobs library uses clients from the Azure.Storage.Blobs package to communicate with the Azure Blob Storage service. For more information see the Azure.Storage.Blobs [authentication documentation](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.Blobs#authenticate-the-client).
47+
The Azure.Storage.DataMovement.Blobs library uses clients from the Azure.Storage.Blobs package to communicate with the Azure Blob Storage service. For more information see the Azure.Storage.Blobs [authentication documentation](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.Blobs#authenticate-the-client).
4848

4949
### Permissions
5050

@@ -67,11 +67,11 @@ We guarantee that all client instance methods are thread-safe and independent of
6767

6868
### Additional concepts
6969
<!-- CLIENT COMMON BAR -->
70-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
71-
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
72-
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
73-
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
74-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
70+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
71+
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
72+
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
73+
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
74+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/samples/Diagnostics.md) |
7575
[Mocking](https://learn.microsoft.com/dotnet/azure/sdk/unit-testing-mocking) |
7676
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
7777
<!-- CLIENT COMMON BAR -->
@@ -82,7 +82,7 @@ This section demonstrates usage of Data Movement for interacting with blob stora
8282

8383
### Using the TransferManager for Blob Transfers
8484

85-
The `TransferManager` is the primary class for managing data transfers between storage resources. See [Setup the TransferManager sample](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.DataMovement#setup-the-transfermanager).
85+
The `TransferManager` is the primary class for managing data transfers between storage resources. See [Setup the TransferManager sample](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.DataMovement#setup-the-transfermanager).
8686

8787

8888
### Initializing Blob Storage `StorageResource`
@@ -258,7 +258,7 @@ await foreach (TransferProperties properties in transferManager.GetResumableTran
258258
}
259259
```
260260

261-
For more information regarding pause, resume, and/or checkpointing, see [Pause and Resume Checkpointing](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.DataMovement/samples/PauseResumeCheckpointing.md).
261+
For more information regarding pause, resume, and/or checkpointing, see [Pause and Resume Checkpointing](https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.DataMovement/samples/PauseResumeCheckpointing.md).
262262

263263
### Extensions on `BlobContainerClient`
264264

@@ -341,7 +341,7 @@ await transfer.WaitForCompletionAsync();
341341

342342
See [Handling Failed Transfers](#handling-failed-transfers) and [Enabling Logging](https://learn.microsoft.com/dotnet/azure/sdk/logging) to assist with any troubleshooting.
343343

344-
See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information.
344+
See [Known Issues](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.DataMovement/KnownIssues.md) for detailed information.
345345

346346
## Next steps
347347

@@ -365,7 +365,7 @@ or contact [[email protected]][coc_contact] with any
365365
additional questions or comments.
366366

367367
<!-- LINKS -->
368-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.Common/src
368+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.Common/src
369369
[package]: https://www.nuget.org/packages/Azure.Storage.Common/
370370
[docs]: https://learn.microsoft.com/dotnet/api/azure.storage
371371
[rest_docs]: https://learn.microsoft.com/rest/api/storageservices/
@@ -377,11 +377,11 @@ additional questions or comments.
377377
[storage_account_create_portal]: https://learn.microsoft.com/azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
378378
[azure_cli]: https://learn.microsoft.com/cli/azure
379379
[azure_sub]: https://azure.microsoft.com/free/dotnet/
380-
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/core/Azure.Core/src/RequestFailedException.cs
380+
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/core/Azure.Core/src/RequestFailedException.cs
381381
[error_codes]: https://learn.microsoft.com/rest/api/storageservices/common-rest-api-error-codes
382-
[datamovement_base]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.DataMovement
383-
[share_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/Azure.Storage.DataMovement.Files.Shares/samples
384-
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.0/sdk/storage/CONTRIBUTING.md
382+
[datamovement_base]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.DataMovement
383+
[share_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/Azure.Storage.DataMovement.Files.Shares/samples
384+
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.DataMovement.Blobs_12.2.1/sdk/storage/CONTRIBUTING.md
385385
[cla]: https://cla.microsoft.com
386386
[coc]: https://opensource.microsoft.com/codeofconduct/
387387
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/latest/Azure.Storage.DataMovement.Blobs.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Storage.DataMovement.Blobs",
3-
"Version": "12.2.0",
3+
"Version": "12.2.1",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/storage/Azure.Storage.DataMovement.Blobs",
66
"ServiceDirectory": "storage",
@@ -10,21 +10,21 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Storage.DataMovement.Blobs",
13-
"ReleaseStatus": "2025-07-21",
13+
"ReleaseStatus": "2025-08-06",
1414
"IncludedForValidation": false,
1515
"AdditionalValidationPackages": null,
1616
"ArtifactDetails": {
17-
"skipSmokeTests": true,
1817
"name": "Azure.Storage.DataMovement.Blobs",
18+
"skipSmokeTests": true,
19+
"safeName": "AzureStorageDataMovementBlobs",
1920
"triggeringPaths": [
2021
"/sdk/storage/ci.datamovement.yml"
21-
],
22-
"safeName": "AzureStorageDataMovementBlobs"
22+
]
2323
},
2424
"CIParameters": {
25-
"CIMatrixConfigs": [],
26-
"BuildSnippets": false,
2725
"AOTTestInputs": [],
26+
"BuildSnippets": false,
27+
"CIMatrixConfigs": [],
2828
"CheckAOTCompat": false
2929
},
3030
"Namespaces": [

0 commit comments

Comments
 (0)