Skip to content

Commit a0fda72

Browse files
committed
Update docs metadata
1 parent eb43884 commit a0fda72

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

api/overview/azure/latest/storage.files.shares-readme.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Azure Storage File Shares client library for .NET
33
keywords: Azure, dotnet, SDK, API, Azure.Storage.Files.Shares, 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 File Shares client library for .NET - version 12.15.0
11+
# Azure Storage File Shares client library for .NET - version 12.16.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
@@ -58,12 +58,12 @@ We guarantee that all client instance methods are thread-safe and independent of
5858

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

@@ -221,8 +221,8 @@ catch (RequestFailedException ex)
221221

222222
Get started with our [File samples][samples]:
223223

224-
1. [Hello World](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.15.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample01a_HelloWorld.cs): Upload files, download files, and traverse shares (or [asynchronously](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.15.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample01b_HelloWorldAsync.cs))
225-
2. [Auth](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.15.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample02_Auth.cs): Authenticate with connection strings, shared keys, and shared access signatures.
224+
1. [Hello World](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.16.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample01a_HelloWorld.cs): Upload files, download files, and traverse shares (or [asynchronously](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.16.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample01b_HelloWorldAsync.cs))
225+
2. [Auth](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.16.0/sdk/storage/Azure.Storage.Files.Shares/samples/Sample02_Auth.cs): Authenticate with connection strings, shared keys, and shared access signatures.
226226

227227
## Contributing
228228

@@ -242,7 +242,7 @@ additional questions or comments.
242242
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fsdk%2Fstorage%2FAzure.Storage.Files.Shares%2FREADME.png)
243243

244244
<!-- LINKS -->
245-
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Files.Shares_12.15.0/sdk/storage/Azure.Storage.Files.Shares/src
245+
[source]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Files.Shares_12.16.0/sdk/storage/Azure.Storage.Files.Shares/src
246246
[package]: https://www.nuget.org/packages/Azure.Storage.Files.Shares/
247247
[docs]: /dotnet/api/azure.storage.files.shares
248248
[rest_docs]: /rest/api/storageservices/file-service-rest-api
@@ -254,10 +254,10 @@ additional questions or comments.
254254
[storage_account_create_portal]: /azure/storage/common/storage-quickstart-create-account?tabs=azure-portal
255255
[azure_cli]: /cli/azure
256256
[azure_sub]: https://azure.microsoft.com/free/dotnet/
257-
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Files.Shares_12.15.0/sdk/core/Azure.Core/src/RequestFailedException.cs
257+
[RequestFailedException]: https://github.com/Azure/azure-sdk-for-net/tree/Azure.Storage.Files.Shares_12.16.0/sdk/core/Azure.Core/src/RequestFailedException.cs
258258
[error_codes]: /rest/api/storageservices/file-service-error-codes
259-
[samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.15.0/sdk/storage/Azure.Storage.Files.Shares/samples/
260-
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.15.0/sdk/storage/CONTRIBUTING.md
259+
[samples]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.16.0/sdk/storage/Azure.Storage.Files.Shares/samples/
260+
[storage_contrib]: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Files.Shares_12.16.0/sdk/storage/CONTRIBUTING.md
261261
[cla]: https://cla.microsoft.com
262262
[coc]: https://opensource.microsoft.com/codeofconduct/
263263
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

metadata/latest/Azure.Storage.Files.Shares.json

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

0 commit comments

Comments
 (0)