The Azure SDK team is pleased to announce our April 2023 client library releases.

75 packages released this month.

Stable Packages (28)

  • Communication Email

  • Communication Phone Numbers

  • Core - Client - Core

  • Event Hubs

  • Event Hubs - Event Processor

  • Functions extension for Azure Tables

  • Key Vault - Administration

  • Key Vault - Certificates

  • Key Vault - Keys

  • Key Vault - Secrets

  • Resource Management - Cognitive Search

  • Resource Management - Communication

  • Resource Management - Cosmos DB

  • Resource Management - Media

  • Resource Management - Monitor

  • Resource Management - NetApp Files

  • Resource Management - Provider Hub

  • Resource Management - Reservations

  • Resource Management - Storage Cache

  • Service Bus

  • Storage - Blobs

  • Storage - Blobs Batch

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • WebJobs Extensions - Event Hubs

  • WebJobs Extensions - Web PubSub

Patch Updates (20)

  • Azure client library integration for ASP.NET Core

  • Blob Storage Key Store for .NET Data Protection

  • Event Grid

  • Event Hubs

  • Event Hubs - Event Processor

  • Key Encryptor for .NET Data Protection

  • Key Vault - Certificates

  • Load Testing

  • Resource Management - App Platform

  • Resource Management - Bot Service

  • Resource Management - Container Apps

  • Resource Management - Maintenance

  • Resource Management - Storage Mover

  • Service Bus

  • Storage - Blobs

  • Storage - Blobs Batch

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

Beta Packages (21)

  • Communication Common

  • Communication Email

  • Container Registry

  • Form Recognizer

  • Health Insights Cancer Profiling

  • Health Insights Clinical Matching

  • Identity

  • OpenAI Inference

  • OpenTelemetry AspNetCore

  • OpenTelemetry Exporter

  • Resource Management - Graphservices

  • Resource Management - Hybridcontainerservice

  • Resource Management - Qumulo

  • Storage - Blobs

  • Storage - Blobs Batch

  • Storage - Blobs ChangeFeed

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • Text Analytics

Release highlights

Azure client library integration for ASP.NET Core 1.6.3 Changelog

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

Blob Storage Key Store for .NET Data Protection 1.3.2 Changelog

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

Communication Common 2.0.0-beta.1 Changelog

Breaking Changes

  • Introduction of MicrosoftBotIdentifier is a breaking change. It will affect code that relied on using UnknownIdentifier with a rawID starting with 28:.

Features Added

  • Added support for a new communication identifier MicrosoftBotIdentifier.

Communication Email 1.0.0-beta.4 Changelog

Bugs Fixed

  • Fixed a bug that caused some attachments to be corrupted.

Communication Email 1.0.0-beta.3 Changelog

Other Changes

Communication Email 1.0.0 Changelog

Breaking Changes

  • Changed: Renamed parameter names in EmailMessage constructor
  • Removed: Removed public methods for GetSendResult and GetSendResultAsync since the same functionality is available through EmailSendOperation.UpdateStatus method

Communication Phone Numbers 1.1.0 Changelog

Features Added

  • Added support for SIP routing API version 2023-03-01, releasing SIP routing functionality from public preview to GA.
  • Added environment variable AZURE_TEST_DOMAIN for SIP routing tests to support domain verification.

Container Registry 1.1.0-beta.8 Changelog

Breaking Changes

  • Renamed OciBlobDescriptor to OciDescriptor.

Features Added

  • Added SizeInBytes to UploadBlobResult to prevent the need to check stream length on a possibly non-seekable stream.

Container Registry 1.1.0-beta.9 Changelog

Features Added

  • Added a DownloadStreaming() method to ContainerRegistryContentClient. This method returns a network stream in the returned result that the caller must dispose after use.
  • Added overloads to the DownloadBlobTo() method that take a file path instead of a Stream.
  • Exceptions returned from service methods will now have the ErrorCode value populated when it is available in the service’s error response.

Breaking Changes

  • Renamed ContainerRegistryBlobClient to ContainerRegistryContentClient.
  • Moved ContainerRegistryContentClient and related types into main namespace.
  • Removed MaxChunkSize property from ContainerRegistryClientOptions.
  • Renamed ContainerRegistryContentClient.DownloadBlob() method to DownloadBlobContent().
  • Renamed DownloadBlobResult to DownloadRegistryBlobResult.
  • Renamed UploadBlobResult to UploadRegistryBlobResult.
  • Renamed ContainerRegistryContentClient.DownloadManifest() to GetManifest() and DownloadManifestResult to GetManifestResult.
  • Renamed ContainerRegistryContentClient.UploadManifest () to SetManifest() and UploadManifestResult to SetManifestResult.
  • Renamed GetManifestResult.Content name to GetManifestResult.Manifest.
  • Removed GetManifestResult.AsOciManifest() method in favor of BinaryData.ToObjectFromJson<OciImageManifest>().
  • Changed Url, Source and Documentation properties on OciAnnotations type to Uri type.
  • Renamed OciAnnotations.Config to OciAnnotations.Configuration.

Core - Client - Core 1.31.0 Changelog

Features Added

  • Added the RetryPolicy type which can be used to create a custom retry policy.
  • Added the DelayStrategy type which can be used to customize delays.

Bugs Fixed

  • Set the Activity status to Error on failed activity source activities.
  • Mark the Azure.Core.Http.Request span as failed if the request fails with an exception thrown in the pipeline.
  • Fixed equality comparison when comparing a string to a ContentType instance.
  • Jitter is added when using a RetryMode of Fixed.

Event Grid 4.14.1 Changelog

Other Changes

Event Hubs 5.8.1 Changelog

Other Changes

  • Upgrading dependency on Azure.Core library.

Event Hubs 5.9.0 Changelog

Bugs Fixed

  • Changed the approach that the event processor uses to validate permissions on startup to ensure that it does not interrupt other processors already running by temporarily asserting ownership of a partition.

Breaking Changes

  • If diagnostic tracing is enabled, diagnostic tracing information is retained on EventData instances when they are added to an EventDataBatch. This matches the existing behavior when sending events using the SendEventsAsync method that takes an IEnumerable<EventData>.

Event Hubs - Event Processor 5.8.1 Changelog

Bugs Fixed

  • Fix null reference exception when using the EventProcessorClient.

Event Hubs - Event Processor 5.9.0 Changelog

Bugs Fixed

  • Changed the approach that the event processor uses to validate permissions on startup to ensure that it does not interrupt other processors already running by temporarily asserting ownership of a partition.

Form Recognizer 4.1.0-beta.1 Changelog

Features Added

  • Added property QueryFields to AnalyzeDocumentOptions to support field extraction without the need for added training.
  • Added property Features to AnalyzeDocumentOptions to support add-on capabilities.
  • Added properties SimilarFontFamily, FontStyle, FontWeight, Color, and BackgroundColor to DocumentStyle. These properties can only be populated when DocumentAnalysisFeature.OcrFont is enabled.
  • Added properties Annotations, Barcodes, Formulas, Images, and Kind to DocumentPage. Formulas can only be populated when DocumentAnalysisFeature.OcrFormula is enabled.
  • Added member FormulaBlock to ParagraphRole.
  • Added methods in DocumentAnalysisClient to support custom document classification: ClassifyDocument and ClassifyDocumentFromUri.
  • Added methods in DocumentModelAdministrationClient to support custom document classification: BuildDocumentClassifier, GetDocumentClassifier, GetDocumentClassifiers, and DeleteDocumentClassifier.
  • Added a new DocumentClassifierBuildOperationDetails class. Instances of this class can now be returned in calls to DocumentModelAdministrationClient.GetOperation.
  • Added member DocumentClassifierBuild to DocumentOperationKind.
  • Added member Boolean to DocumentFieldType.
  • Added method AsBoolean to DocumentFieldValue to support extracting values of boolean fields.
  • Added property Code to the CurrencyValue class.
  • Added properties Unit, CityDistrict, StateDistrict, Suburb, House, and Level to the AddressValue class.
  • Added property CommonName to the DocumentKeyValuePair class.
  • Added property ExpiresOn to the DocumentModelDetails and DocumentModelSummary classes.
  • Added property CustomNeuralDocumentModelBuilds to the ResourceDetails class.

Functions extension for Azure Tables 1.1.0 Changelog

Bugs Fixed

  • Custom defined entity models that implement ITableEntity explicitly will now be serialized properly (#26514)

  • Added support for parsing JSON bytes to TableEntity to support out-of-process language workers.

Health Insights Cancer Profiling 1.0.0-beta.1 Changelog

Features Added

  • Initial preview of the Azure.Health.Insights.CancerProfiling client library.

Health Insights Clinical Matching 1.0.0-beta.1 Changelog

Features Added

  • Initial preview of the Azure.Health.Insights.ClinicalMatching client library.

Identity 1.9.0-beta.3 Changelog

Bugs Fixed

  • Setting DefaultAzureCredentialOptions.ExcludeWorkloadIdentityCredential to true also excludes TokenExchangeManagedIdentitySource when using DefaultAzureCredential selects the ManagedIdentityCredential

Breaking Changes

  • Renamed the developer credential options timeout settings as follows:
  • AzureCliCredential to AzureCliCredentialOptions.ProcessTimeout
  • AzurePowerShellCredential to AzurePowerShellCredentialOptions.ProcessTimeout
  • VisualStudioCredential to VisualStudioCredentialOptions.ProcessTimeout
  • AzureDeveloperCliCredential to AzureDeveloperCliCredentialOptions.ProcessTimeout

Key Encryptor for .NET Data Protection 1.2.2 Changelog

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

Key Vault - Administration 4.3.0 Changelog

Breaking Changes

The following changes are only breaking from the previous beta. They are not breaking since version 4.4.0 when those types and members did not exist.

  • Service version “7.4-preview.1” is not supported.
  • Removed KeyVaultSetting.AsBoolean and AsString, and added AsBoolean to new KeyVaultSetting.Value property type, KeyVaultSettingValue.

Key Vault - Certificates 4.5.0 Changelog

Breaking Changes

  • Service version “7.4-preview.1” is not supported.

Key Vault - Certificates 4.5.1 Changelog

Bugs Fixed

  • Correctly serialize CertificateIssuer.OrganizationId property (#35245)

Key Vault - Keys 4.5.0 Changelog

Breaking Changes

The following changes are only breaking from the previous beta. They are not breaking since version 4.4.0 when those types and members did not exist.

  • Service version “7.4-preview.1” is not supported.
  • Removed CreateOkpKeyOptions.
  • Removed KeyClient.CreateOkpKey and CreateOkpKeyAsync.
  • Removed KeyType.Okp and KeyType.OkpHsm from JsonWebKey.
  • Removed KeyCurveName.Ed25519.
  • Removed SignatureAlgorithm.EdDsa.

Key Vault - Secrets 4.5.0 Changelog

Breaking Changes

  • Service version “7.4-preview.1” is not supported.

Load Testing 1.0.1 Changelog

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

OpenAI Inference 1.0.0-beta.5 Changelog

Breaking Changes

A number of Completions request properties have been renamed and further documented for clarity.

  • CompletionsOptions (REST request payload):
  • CacheLevel and CompletionConfig are removed.
  • LogitBias (REST: logit_bias), previously a <string, int> Dictionary, is now an <int, int> Dictionary named TokenSelectionBiases.
  • LogProbability (REST: logprobs) is renamed to LogProbabilityCount.
  • Model is removed (in favor of the method-level parameter for deployment or model name)
  • Prompt is renamed to Prompts
  • SnippetCount (REST: n) is renamed to ChoicesPerPrompt.
  • Stop is renamed to StopSequences.
  • Method and property documentation are broadly updated, with renames from REST schema (like n becoming ChoicesPerPrompt) specifically noted in <remarks>.

Features Added

  • GPT-4 models are now supported via new GetChatCompletions and GetChatCompletionsStreaming methods on OpenAIClient. These use the /chat/completions REST endpoint and represent the OpenAI Chat messages format.
  • The gpt-3.5-model can also be used with Chat completions; prior models like text-davinci-003 cannot be used with Chat completions and should still use the GetCompletions methods.
  • Support for using OpenAI’s endpoint via valid API keys obtained from https://platform.openai.com has been added. OpenAIClient has new constructors that accept an OpenAI API key instead of an Azure endpoint URI and credential; once configured, Completions, Chat Completions, and Embeddings can be used with identical calling patterns.

OpenTelemetry AspNetCore 1.0.0-beta.2 Changelog

Other Changes

OpenTelemetry AspNetCore 1.0.0-beta.3 Changelog

Features Added

  • Added new public APIs Services.AddOpenTelemetry().UseAzureMonitor() and Services.AddOpenTelemetry().UseAzureMonitor(Action<AzureMonitorOptions> configureAzureMonitor).

Breaking Changes

  • Removed public APIs Services.AddAzureMonitor(), Services.AddAzureMonitor(AzureMonitorOptions options) and Services.AddAzureMonitor(Action<AzureMonitorOptions> configureAzureMonitor).

OpenTelemetry Exporter 1.0.0-beta.9 Changelog

Other Changes

  • Changed Attach Statsbeat name as per spec
  • Upgraded dependent Azure.Core to 1.30.0 due to an issue in ArrayBackedPropertyBag in Azure.Core version 1.29.0.

OpenTelemetry Exporter 1.0.0-beta.10 Changelog

Bugs Fixed

  • Fixed an issue of when using ILogger to log an Exception a custom message would override the exception message. (#33860)

Resource Management - App Platform 1.0.2 Changelog

Resource Management - Bot Service 1.0.1 Changelog

Resource Management - Cognitive Search 1.1.0 Changelog

Resource Management - Communication 1.1.0 Changelog

Resource Management - Container Apps 1.0.3 Changelog

Resource Management - Cosmos DB 1.3.0 Changelog

Resource Management - Graphservices 1.0.0-beta.1 Changelog

Resource Management - Hybridcontainerservice 1.0.0-beta.1 Changelog

Resource Management - Maintenance 1.1.2 Changelog

Resource Management - Media 1.2.0 Changelog

Resource Management - Monitor 1.1.0 Changelog

Resource Management - NetApp Files 1.1.0 Changelog

Resource Management - Provider Hub 1.0.0 Changelog

Resource Management - Qumulo 1.0.0-beta.1 Changelog

Resource Management - Reservations 1.3.0 Changelog

Resource Management - Storage Cache 1.1.0 Changelog

Resource Management - Storage Mover 1.0.1 Changelog

Service Bus 7.13.0 Changelog

Features Added

  • ActivitySource activities that are used when using the experimental OpenTelemetry support will include the az.schema_url tag indicating the OpenTelemetry schema version. They will also include the messaging attribute specified here.

Bugs Fixed

  • Fixed deserialization of the lock token to take into account endianness. (A community contribution, courtesy of danielmarbach)

Service Bus 7.13.1 Changelog

Bugs Fixed

  • Fixed issue with Guid writing during message settlement that could result in an ArgumentException if the ArrayPool returned a buffer that is larger than the size of the Guid.

Storage - Blobs 12.15.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Blobs 12.16.0-beta.1 Changelog

  • Added support for service version 2022-11-02.
  • Fixed bug where GenerateSasUri did not honor TrimBlobNameSlashes when creating the SAS (#34591).

Storage - Blobs 12.16.0 Changelog

  • Includes all features from 12.16.0-beta.1.

Storage - Blobs Batch 12.12.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Blobs Batch 12.13.0-beta.1 Changelog

  • Added support for service version 2022-11-02.
  • BlobBatch is made explicitly resilient to multiple dispose

Storage - Blobs Batch 12.13.0 Changelog

  • Includes all features from 12.13.0-beta.1.

Storage - Blobs ChangeFeed 12.0.0-preview.32 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Blobs ChangeFeed 12.0.0-preview.33 Changelog

  • Added support for service version 2022-11-02.

Storage - Blobs ChangeFeed 12.0.0-preview.34 Changelog

  • This release contains bug fixes to improve quality.

Storage - Common 12.14.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Common 12.15.0-beta.1 Changelog

  • This release contains bug fixes to improve quality.

Storage - Common 12.15.0 Changelog

  • Includes all features from 12.15.0-beta.1.

Storage - Files Data Lake 12.13.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Files Data Lake 12.14.0-beta.1 Changelog

  • Fixed bug where sticky bit and execution bit were not formed and parsed correctly in PathPermissions
  • Added support for service version 2022-11-02.
  • Added support for Encryption Context.

Storage - Files Data Lake 12.14.0 Changelog

  • Includes all features from 12.14.0-beta.1.

Storage - Files Share 12.13.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Files Share 12.14.0-beta.1 Changelog

  • Added support for service version 2022-11-02.
  • Added support OAuth.
  • Added support for Trailing Dot.

Storage - Files Share 12.14.0 Changelog

  • Includes all features from 12.14.0-beta.1.

Storage - Queues 12.13.1 Changelog

  • Bumped Azure.Core dependency from 1.28 and 1.30, fixing issue with headers being non-resilient to double dispose of the request.

Storage - Queues 12.14.0-beta.1 Changelog

  • This release contains bug fixes to improve quality.

Storage - Queues 12.14.0 Changelog

  • Includes all features from 12.14.0-beta.1.

Text Analytics 5.3.0-beta.3 Changelog

Other Changes

  • Upgraded dependent Azure.Core to 1.30.0.

WebJobs Extensions - Event Hubs 5.3.0 Changelog

Bugs Fixed

  • Changed the approach that the trigger uses to validate permissions on startup to ensure that it does not interrupt other triggers already running by temporarily asserting ownership of a partition.

Features Added

  • It is now possible to configure a desired minimum for the number of events included in each batch that the trigger build and how long the trigger should wait while trying to a batch of that size. This is intended to help control costs by having the trigger invoke the Function fewer times, but with more events in each batch.

It is important to note that neither the minimum batch size or maximum wait time are guarantees; the trigger will make its best effort to honor them but you may see partial batches or inaccurate timing. This scenario is common when a Function is scaling.

WebJobs Extensions - Web PubSub 1.5.0 Changelog

Bugs Fixed

  • Fix Headers field in ConnectEventRequest that was missed set.

Latest Releases

View all the latest versions of .NET packages here.

Installation Instructions

To install any of our packages, please search for them via Manage NuGet Packages... in Visual Studio (with Include prerelease checked) or copy these commands into your terminal:

$> dotnet add package Azure.AI.FormRecognizer --version 4.1.0-beta.1
$> dotnet add package Azure.AI.OpenAI --version 1.0.0-beta.5
$> dotnet add package Azure.AI.TextAnalytics --version 5.3.0-beta.3
$> dotnet add package Azure.Communication.Common --version 2.0.0-beta.1
$> dotnet add package Azure.Communication.Email --version 1.0.0-beta.4
$> dotnet add package Azure.Communication.Email --version 1.0.0-beta.3
$> dotnet add package Azure.Communication.Email --version 1.0.0
$> dotnet add package Azure.Communication.PhoneNumbers --version 1.1.0
$> dotnet add package Azure.Containers.ContainerRegistry --version 1.1.0-beta.8
$> dotnet add package Azure.Containers.ContainerRegistry --version 1.1.0-beta.9
$> dotnet add package Azure.Core --version 1.31.0
$> dotnet add package Azure.Developer.LoadTesting --version 1.0.1
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Blobs --version 1.3.2
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Keys --version 1.2.2
$> dotnet add package Azure.Health.Insights.CancerProfiling --version 1.0.0-beta.1
$> dotnet add package Azure.Health.Insights.ClinicalMatching --version 1.0.0-beta.1
$> dotnet add package Azure.Identity --version 1.9.0-beta.3
$> dotnet add package Azure.Messaging.EventGrid --version 4.14.1
$> dotnet add package Azure.Messaging.EventHubs --version 5.8.1
$> dotnet add package Azure.Messaging.EventHubs --version 5.9.0
$> dotnet add package Azure.Messaging.EventHubs.Processor --version 5.8.1
$> dotnet add package Azure.Messaging.EventHubs.Processor --version 5.9.0
$> dotnet add package Azure.Messaging.ServiceBus --version 7.13.0
$> dotnet add package Azure.Messaging.ServiceBus --version 7.13.1
$> dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore --version 1.0.0-beta.2
$> dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore --version 1.0.0-beta.3
$> dotnet add package Azure.Monitor.OpenTelemetry.Exporter --version 1.0.0-beta.9
$> dotnet add package Azure.Monitor.OpenTelemetry.Exporter --version 1.0.0-beta.10
$> dotnet add package Azure.ResourceManager.AppContainers --version 1.0.3
$> dotnet add package Azure.ResourceManager.AppPlatform --version 1.0.2
$> dotnet add package Azure.ResourceManager.BotService --version 1.0.1
$> dotnet add package Azure.ResourceManager.Communication --version 1.1.0
$> dotnet add package Azure.ResourceManager.CosmosDB --version 1.3.0
$> dotnet add package Azure.ResourceManager.GraphServices --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.HybridContainerService --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Maintenance --version 1.1.2
$> dotnet add package Azure.ResourceManager.Media --version 1.2.0
$> dotnet add package Azure.ResourceManager.Monitor --version 1.1.0
$> dotnet add package Azure.ResourceManager.NetApp --version 1.1.0
$> dotnet add package Azure.ResourceManager.ProviderHub --version 1.0.0
$> dotnet add package Azure.ResourceManager.Qumulo --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Reservations --version 1.3.0
$> dotnet add package Azure.ResourceManager.Search --version 1.1.0
$> dotnet add package Azure.ResourceManager.StorageCache --version 1.1.0
$> dotnet add package Azure.ResourceManager.StorageMover --version 1.0.1
$> dotnet add package Azure.Security.KeyVault.Administration --version 4.3.0
$> dotnet add package Azure.Security.KeyVault.Certificates --version 4.5.0
$> dotnet add package Azure.Security.KeyVault.Certificates --version 4.5.1
$> dotnet add package Azure.Security.KeyVault.Keys --version 4.5.0
$> dotnet add package Azure.Security.KeyVault.Secrets --version 4.5.0
$> dotnet add package Azure.Storage.Blobs --version 12.15.1
$> dotnet add package Azure.Storage.Blobs --version 12.16.0-beta.1
$> dotnet add package Azure.Storage.Blobs --version 12.16.0
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.12.1
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.13.0-beta.1
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.13.0
$> dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.32
$> dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.33
$> dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.34
$> dotnet add package Azure.Storage.Common --version 12.14.1
$> dotnet add package Azure.Storage.Common --version 12.15.0-beta.1
$> dotnet add package Azure.Storage.Common --version 12.15.0
$> dotnet add package Azure.Storage.Files.DataLake --version 12.13.1
$> dotnet add package Azure.Storage.Files.DataLake --version 12.14.0-beta.1
$> dotnet add package Azure.Storage.Files.DataLake --version 12.14.0
$> dotnet add package Azure.Storage.Files.Shares --version 12.13.1
$> dotnet add package Azure.Storage.Files.Shares --version 12.14.0-beta.1
$> dotnet add package Azure.Storage.Files.Shares --version 12.14.0
$> dotnet add package Azure.Storage.Queues --version 12.13.1
$> dotnet add package Azure.Storage.Queues --version 12.14.0-beta.1
$> dotnet add package Azure.Storage.Queues --version 12.14.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventHubs --version 5.3.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.Tables --version 1.1.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.WebPubSub --version 1.5.0
$> dotnet add package Microsoft.Extensions.Azure --version 1.6.3

Feedback

If you have a bug or feature request for one of the libraries, please file an issue in our repo.