Skip to content

Commit eb43884

Browse files
committed
Update docs metadata
1 parent 73dc10a commit eb43884

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

api/overview/azure/latest/storage.common-readme.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Storage Common client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Storage.Common, 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 Common client library for .NET - version 12.16.0
11+
# Azure Storage Common client library for .NET - version 12.17.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 2020-02-02
@@ -59,12 +59,12 @@ We guarantee that all client instance methods are thread-safe and independent of
5959

6060
### Additional concepts
6161
<!-- CLIENT COMMON BAR -->
62-
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
63-
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
64-
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
65-
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
66-
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
67-
[Mocking](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/README.md#mocking) |
62+
[Client options](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/README.md#configuring-service-clients-using-clientoptions) |
63+
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
64+
[Long-running operations](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/README.md#consuming-long-running-operations-using-operationt) |
65+
[Handling failures](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/README.md#reporting-errors-requestfailedexception) |
66+
[Diagnostics](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/samples/Diagnostics.md) |
67+
[Mocking](https://learn.microsoft.com/dotnet/azure/sdk/unit-testing-mocking) |
6868
[Client lifetime](https://devblogs.microsoft.com/azure-sdk/lifetime-management-and-thread-safety-guarantees-of-azure-sdk-net-clients/)
6969
<!-- CLIENT COMMON BAR -->
7070

@@ -99,7 +99,7 @@ additional questions or comments.
9999
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fstorage%2FAzure.Storage.Common%2FREADME.png)
100100

101101
<!-- LINKS -->
102-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Common/src
102+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Common/src
103103
[package]: https://www.nuget.org/packages/Azure.Storage.Common/
104104
[docs]: /dotnet/api/azure.storage
105105
[rest_docs]: /rest/api/storageservices/
@@ -111,17 +111,17 @@ additional questions or comments.
111111
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
112112
[azure_cli]: /cli/azure
113113
[azure_sub]: https://azure.microsoft.com/free/dotnet/
114-
[auth_credentials]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Common/src/StorageSharedKeyCredential.cs
115-
[blobs_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Blobs/README.md#Examples
116-
[files_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Files.Shares/README.md#Examples
117-
[queues_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Queues/README.md#Examples
118-
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/core/Azure.Core/src/RequestFailedException.cs
114+
[auth_credentials]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Common/src/StorageSharedKeyCredential.cs
115+
[blobs_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Blobs/README.md#Examples
116+
[files_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Files.Shares/README.md#Examples
117+
[queues_examples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Queues/README.md#Examples
118+
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/core/Azure.Core/src/RequestFailedException.cs
119119
[error_codes]: /rest/api/storageservices/common-rest-api-error-codes
120-
[samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Common/samples/
121-
[blobs_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Blobs/README.md#next-steps
122-
[files_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Files.Shares/README.md#next-steps
123-
[queues_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.16.0/sdk/storage/Azure.Storage.Queues/README.md#next-steps
124-
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.16.0/sdk/storage/CONTRIBUTING.md
120+
[samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Common/samples/
121+
[blobs_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Blobs/README.md#next-steps
122+
[files_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Files.Shares/README.md#next-steps
123+
[queues_samples]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Common_12.17.0/sdk/storage/Azure.Storage.Queues/README.md#next-steps
124+
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Common_12.17.0/sdk/storage/CONTRIBUTING.md
125125
[cla]: https://cla.microsoft.com
126126
[coc]: https://opensource.microsoft.com/codeofconduct/
127127
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/latest/Azure.Storage.Common.json

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

0 commit comments

Comments
 (0)