You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure Storage Blobs client library for .NET - version 12.17.0
11
+
# Azure Storage Blobs client library for .NET - version 12.18.0
12
12
13
13
14
14
> 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
@@ -72,19 +72,19 @@ Blob storage offers three types of resources:
72
72
- A _container_ in the storage account used via `BlobContainerClient`
73
73
- A _blob_ in a container used via `BlobClient`
74
74
75
-
Learn more about options for authentication _(including Connection Strings, Shared Key, Shared Key Signatures, Active Directory, and anonymous public access)_[in our samples.](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.17.0/sdk/storage/Azure.Storage.Blobs/samples/Sample02_Auth.cs)
75
+
Learn more about options for authentication _(including Connection Strings, Shared Key, Shared Key Signatures, Active Directory, and anonymous public access)_[in our samples.](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.18.0/sdk/storage/Azure.Storage.Blobs/samples/Sample02_Auth.cs)
76
76
77
77
### Thread safety
78
78
We guarantee that all client instance methods are thread-safe and independent of each other ([guideline](https://azure.github.io/azure-sdk/dotnet_introduction.html#dotnet-service-methods-thread-safety)). This ensures that the recommendation of reusing client instances is always safe, even across threads.
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.17.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
[Accessing the response](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.18.0/sdk/core/Azure.Core/README.md#accessing-http-response-details-using-responset) |
1.[Hello World](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.17.0/sdk/storage/Azure.Storage.Blobs/samples/Sample01a_HelloWorld.cs): Upload, download, and list blobs (or [asynchronously](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.17.0/sdk/storage/Azure.Storage.Blobs/samples/Sample01b_HelloWorldAsync.cs))
200
-
2.[Auth](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.17.0/sdk/storage/Azure.Storage.Blobs/samples/Sample02_Auth.cs): Authenticate with connection strings, public access, shared keys, shared access signatures, and Azure Active Directory.
199
+
1.[Hello World](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.18.0/sdk/storage/Azure.Storage.Blobs/samples/Sample01a_HelloWorld.cs): Upload, download, and list blobs (or [asynchronously](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.18.0/sdk/storage/Azure.Storage.Blobs/samples/Sample01b_HelloWorldAsync.cs))
200
+
2.[Auth](https://github.com/Azure/azure-sdk-for-net/blob/Azure.Storage.Blobs_12.18.0/sdk/storage/Azure.Storage.Blobs/samples/Sample02_Auth.cs): Authenticate with connection strings, public access, shared keys, shared access signatures, and Azure Active Directory.
201
201
202
202
## Contributing
203
203
@@ -217,7 +217,7 @@ additional questions or comments.
0 commit comments