Azure SDK for .NET (April 2023)
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.Coreto1.30.0.
Blob Storage Key Store for .NET Data Protection 1.3.2 Changelog
Other Changes
- Upgraded dependent
Azure.Coreto1.30.0.
Communication Common 2.0.0-beta.1 Changelog
Breaking Changes
- Introduction of
MicrosoftBotIdentifieris a breaking change. It will affect code that relied on usingUnknownIdentifierwith a rawID starting with28:.
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
- Upgraded dependent
Azure.Coreto1.30.0due to an issue inArrayBackedPropertyBaginAzure.Coreversion1.29.0
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_DOMAINfor SIP routing tests to support domain verification.
Container Registry 1.1.0-beta.8 Changelog
Breaking Changes
- Renamed
OciBlobDescriptortoOciDescriptor.
Features Added
- Added
SizeInBytestoUploadBlobResultto 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 toContainerRegistryContentClient. 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
ContainerRegistryBlobClienttoContainerRegistryContentClient. - Moved
ContainerRegistryContentClientand related types into main namespace. - Removed
MaxChunkSizeproperty fromContainerRegistryClientOptions. - Renamed
ContainerRegistryContentClient.DownloadBlob()method toDownloadBlobContent(). - Renamed
DownloadBlobResulttoDownloadRegistryBlobResult. - Renamed
UploadBlobResulttoUploadRegistryBlobResult. - Renamed
ContainerRegistryContentClient.DownloadManifest()toGetManifest()andDownloadManifestResulttoGetManifestResult. - Renamed
ContainerRegistryContentClient.UploadManifest ()toSetManifest()andUploadManifestResulttoSetManifestResult. - Renamed
GetManifestResult.Contentname toGetManifestResult.Manifest. - Removed
GetManifestResult.AsOciManifest()method in favor ofBinaryData.ToObjectFromJson<OciImageManifest>(). - Changed
Url,SourceandDocumentationproperties onOciAnnotationstype toUritype. - Renamed
OciAnnotations.ConfigtoOciAnnotations.Configuration.
Core - Client - Core 1.31.0 Changelog
Features Added
- Added the
RetryPolicytype which can be used to create a custom retry policy. - Added the
DelayStrategytype which can be used to customize delays.
Bugs Fixed
- Set the Activity status to
Erroron failed activity source activities. - Mark the
Azure.Core.Http.Requestspan as failed if the request fails with an exception thrown in the pipeline. - Fixed equality comparison when comparing a
stringto aContentTypeinstance. - Jitter is added when using a
RetryModeofFixed.
Event Grid 4.14.1 Changelog
Other Changes
- Upgraded dependent
Azure.Coreto1.30.0due to an issue inArrayBackedPropertyBaginAzure.Coreversion1.29.0.
Event Hubs 5.8.1 Changelog
Other Changes
- Upgrading dependency on
Azure.Corelibrary.
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
EventDatainstances when they are added to anEventDataBatch. This matches the existing behavior when sending events using theSendEventsAsyncmethod that takes anIEnumerable<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
QueryFieldstoAnalyzeDocumentOptionsto support field extraction without the need for added training. - Added property
FeaturestoAnalyzeDocumentOptionsto support add-on capabilities. - Added properties
SimilarFontFamily,FontStyle,FontWeight,Color, andBackgroundColortoDocumentStyle. These properties can only be populated whenDocumentAnalysisFeature.OcrFontis enabled. - Added properties
Annotations,Barcodes,Formulas,Images, andKindtoDocumentPage.Formulascan only be populated whenDocumentAnalysisFeature.OcrFormulais enabled. - Added member
FormulaBlocktoParagraphRole. - Added methods in
DocumentAnalysisClientto support custom document classification:ClassifyDocumentandClassifyDocumentFromUri. - Added methods in
DocumentModelAdministrationClientto support custom document classification:BuildDocumentClassifier,GetDocumentClassifier,GetDocumentClassifiers, andDeleteDocumentClassifier. - Added a new
DocumentClassifierBuildOperationDetailsclass. Instances of this class can now be returned in calls toDocumentModelAdministrationClient.GetOperation. - Added member
DocumentClassifierBuildtoDocumentOperationKind. - Added member
BooleantoDocumentFieldType. - Added method
AsBooleantoDocumentFieldValueto support extracting values of boolean fields. - Added property
Codeto theCurrencyValueclass. - Added properties
Unit,CityDistrict,StateDistrict,Suburb,House, andLevelto theAddressValueclass. - Added property
CommonNameto theDocumentKeyValuePairclass. - Added property
ExpiresOnto theDocumentModelDetailsandDocumentModelSummaryclasses. - Added property
CustomNeuralDocumentModelBuildsto theResourceDetailsclass.
Functions extension for Azure Tables 1.1.0 Changelog
Bugs Fixed
-
Custom defined entity models that implement
ITableEntityexplicitly will now be serialized properly (#26514) -
Added support for parsing JSON bytes to
TableEntityto 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.ExcludeWorkloadIdentityCredentialtotruealso excludesTokenExchangeManagedIdentitySourcewhen usingDefaultAzureCredentialselects theManagedIdentityCredential
Breaking Changes
- Renamed the developer credential options timeout settings as follows:
AzureCliCredentialtoAzureCliCredentialOptions.ProcessTimeoutAzurePowerShellCredentialtoAzurePowerShellCredentialOptions.ProcessTimeoutVisualStudioCredentialtoVisualStudioCredentialOptions.ProcessTimeoutAzureDeveloperCliCredentialtoAzureDeveloperCliCredentialOptions.ProcessTimeout
Key Encryptor for .NET Data Protection 1.2.2 Changelog
Other Changes
- Upgraded dependent
Azure.Coreto1.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.AsBooleanandAsString, and addedAsBooleanto newKeyVaultSetting.Valueproperty 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.OrganizationIdproperty (#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.CreateOkpKeyandCreateOkpKeyAsync. - Removed
KeyType.OkpandKeyType.OkpHsmfromJsonWebKey. - 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.Coreto1.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):CacheLevelandCompletionConfigare removed.LogitBias(REST:logit_bias), previously a<string, int>Dictionary, is now an<int, int>Dictionary namedTokenSelectionBiases.LogProbability(REST:logprobs) is renamed toLogProbabilityCount.Modelis removed (in favor of the method-level parameter for deployment or model name)Promptis renamed toPromptsSnippetCount(REST:n) is renamed toChoicesPerPrompt.Stopis renamed toStopSequences.- Method and property documentation are broadly updated, with renames from REST schema (like
nbecomingChoicesPerPrompt) specifically noted in<remarks>.
Features Added
- GPT-4 models are now supported via new
GetChatCompletionsandGetChatCompletionsStreamingmethods onOpenAIClient. These use the/chat/completionsREST endpoint and represent the OpenAI Chat messages format. - The
gpt-3.5-modelcan also be used with Chat completions; prior models like text-davinci-003 cannot be used with Chat completions and should still use theGetCompletionsmethods. - Support for using OpenAI’s endpoint via valid API keys obtained from https://platform.openai.com has been added.
OpenAIClienthas 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
- Upgraded dependent
Azure.Coreto1.30.0due to an issue inArrayBackedPropertyBaginAzure.Coreversion1.29.0.
OpenTelemetry AspNetCore 1.0.0-beta.3 Changelog
Features Added
- Added new public APIs
Services.AddOpenTelemetry().UseAzureMonitor()andServices.AddOpenTelemetry().UseAzureMonitor(Action<AzureMonitorOptions> configureAzureMonitor).
Breaking Changes
- Removed public APIs
Services.AddAzureMonitor(),Services.AddAzureMonitor(AzureMonitorOptions options)andServices.AddAzureMonitor(Action<AzureMonitorOptions> configureAzureMonitor).
OpenTelemetry Exporter 1.0.0-beta.9 Changelog
Other Changes
- Changed Attach Statsbeat name as per spec
- Upgraded dependent
Azure.Coreto1.30.0due to an issue inArrayBackedPropertyBaginAzure.Coreversion1.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
ActivitySourceactivities that are used when using the experimental OpenTelemetry support will include theaz.schema_urltag 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
ArgumentExceptionif 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.
BlobBatchis 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.Coreto1.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
Headersfield inConnectEventRequestthat 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.