Skip to content

Commit fe60837

Browse files
committed
Update docs metadata
1 parent 348497d commit fe60837

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Storage Blobs Batch client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Storage.Blobs.Batch, storage
44
author: seanmcc-msft
55
ms.author: seanmcc
6-
ms.date: 07/11/2023
6+
ms.date: 09/12/2023
77
ms.topic: reference
88
ms.devlang: dotnet
99
ms.service: storage
1010
---
11-
# Azure Storage Blobs Batch client library for .NET - version 12.14.0
11+
# Azure Storage Blobs Batch client library for .NET - version 12.15.0
1212

1313

1414
> Server Version: 2021-02-12, 2020-12-06, 2020-10-02, 2020-08-04, 2020-06-12, 2020-04-08, 2020-02-10, 2019-12-12, 2019-07-07, and 2019-02-02
@@ -67,12 +67,12 @@ 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.Blobs.Batch_12.14.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.Blobs.Batch_12.14.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.Blobs.Batch_12.14.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.Blobs.Batch_12.14.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
74-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.14.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
75-
[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.14.0/sdk/core/Azure.Core/README.md#mocking) |
70+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.15.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.Blobs.Batch_12.15.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.Blobs.Batch_12.15.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.Blobs.Batch_12.15.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
74+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.15.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
75+
[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 -->
7878

@@ -198,7 +198,7 @@ catch (AggregateException)
198198

199199
## Next steps
200200

201-
Check out our [sync](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.14.0/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03a_Batching.cs) and [async](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.14.0/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs) samples for more.
201+
Check out our [sync](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.15.0/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03a_Batching.cs) and [async](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.15.0/sdk/storage/Azure.Storage.Blobs.Batch/samples/Sample03b_BatchingAsync.cs) samples for more.
202202

203203
## Contributing
204204

@@ -218,7 +218,7 @@ additional questions or comments.
218218
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fstorage%2FAzure.Storage.Blobs.Batch%2FREADME.png)
219219

220220
<!-- LINKS -->
221-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.14.0/sdk/storage/Azure.Storage.Blobs.Batch/src
221+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.15.0/sdk/storage/Azure.Storage.Blobs.Batch/src
222222
[package]: https://www.nuget.org/packages/Azure.Storage.Blobs.Batch/
223223
[docs]: https://azure.github.io/azure-sdk-for-net/storage.html
224224
[rest_docs]: /rest/api/storageservices/blob-service-rest-api
@@ -230,10 +230,10 @@ additional questions or comments.
230230
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
231231
[azure_cli]: /cli/azure
232232
[azure_sub]: https://azure.microsoft.com/free/dotnet/
233-
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.14.0/sdk/identity/Azure.Identity/README.md
234-
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.14.0/sdk/core/Azure.Core/src/RequestFailedException.cs
233+
[identity]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.15.0/sdk/identity/Azure.Identity/README.md
234+
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Blobs.Batch_12.15.0/sdk/core/Azure.Core/src/RequestFailedException.cs
235235
[error_codes]: /rest/api/storageservices/blob-service-error-codes
236-
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.14.0/sdk/storage/CONTRIBUTING.md
236+
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs.Batch_12.15.0/sdk/storage/CONTRIBUTING.md
237237
[cla]: https://cla.microsoft.com
238238
[coc]: https://opensource.microsoft.com/codeofconduct/
239239
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Name": "Azure.Storage.Blobs.Batch",
3-
"Version": "12.14.0",
3+
"Version": "12.15.0",
44
"DevVersion": null,
55
"DirectoryPath": "sdk/storage/Azure.Storage.Blobs.Batch",
66
"ServiceDirectory": "storage",
@@ -10,7 +10,7 @@
1010
"SdkType": "client",
1111
"IsNewSdk": true,
1212
"ArtifactName": "Azure.Storage.Blobs.Batch",
13-
"ReleaseStatus": "2023-07-11",
13+
"ReleaseStatus": "2023-09-12",
1414
"Namespaces": [
1515
"Azure.Storage.Blobs.Specialized"
1616
],

0 commit comments

Comments
 (0)