The Azure SDK team is pleased to announce our June 2025 client library releases.

73 packages released this month.

Stable Packages (26)

  • AI Agents Persistent

  • Azure client library integration for ASP.NET Core

  • Communication Call Automation

  • Communication Common

  • Digital Twins

  • Event Grid

  • Event Grid Namespaces

  • Health Insights Radiology Insights

  • Identity

  • Key Encryptor for .NET Data Protection

  • Resource Management - API Center

  • Resource Management - API Management

  • Resource Management - App Service

  • Resource Management - Chaos

  • Resource Management - Container Apps

  • Resource Management - Content Delivery Network

  • Resource Management - DNS Resolver

  • Resource Management - Event Hubs

  • Resource Management - Front Door

  • Resource Management - Managed Service Identity

  • Resource Management - Neon Postgres

  • Resource Management - Network

  • Resource Management - Recovery Services Site Recovery

  • Resource Management - Resources

  • Resource Management - Standby Pool

  • Resource Management - Web PubSub

Patch Updates (8)

  • Core - Client - Core

  • Event Hubs

  • Event Hubs - Event Processor

  • Provisioning

  • Provisioning - Storage

  • Service Bus

  • Storage - Blobs

  • System.ClientModel

Beta Packages (35)

  • AI Agents Persistent

  • AI Foundry

  • AI Model Inference

  • Azure AI Search

  • Communication Call Automation

  • Communication Chat

  • Communication Identity

  • Communication Phone Numbers

  • Communication SMS

  • Event Grid

  • Identity Broker

  • Load Testing

  • Resource Management - Carbonoptimization

  • Resource Management - Cognitive Services

  • Resource Management - Dell.Storage

  • Resource Management - Dependencymap

  • Resource Management - Event Grid

  • Resource Management - IoT Firmware Defense

  • Resource Management - Mongodbatlas

  • Resource Management - Network

  • Resource Management - Onlineexperimentation

  • Resource Management - Purestorageblock

  • Resource Management - SQL

  • Resource Management - Secretsstoreextension

  • Resource Management - Sitemanager

  • Storage - Blobs

  • Storage - Blobs Batch

  • Storage - Blobs ChangeFeed

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • System Events

  • System.ClientModel

  • unknown

Release highlights

AI Agents Persistent 1.0.0-beta.2 Changelog

Breaking Changes

  • ThreadRunSteps methods were moved to Runs.
  • VectorStoreFileBatches and VectorStoreFiles methods were moved to VectorStores.
  • The AzureAISearchResource was replaced by AzureAISearchToolResource.

AI Agents Persistent 1.0.0 Changelog

Features Added

  • First stable release of Azure AI Agents Persistent client library.

AI Agents Persistent 1.1.0-beta.1 Changelog

Features Added

  • Set API version to 2025-05-15-preview.
  • Added Bing Custom search tool.
  • Added Sharepoint grounding tool.
  • Added Microsoft Fabric tool.

AI Agents Persistent 1.1.0-beta.2 Changelog

Bugs Fixed

  • Fixed uploading files with non ASCII symbols in names.

AI Foundry 1.0.0-beta.9 Changelog

Breaking Changes

  • Azure AI Foundry Project endpoint is now required to construct the AIProjectClient. It has the form https://<your-ai-services-account-name>.services.ai.azure.com/api/projects/<your-project-name>. Find it in your AI Foundry Project Overview page.
  • Agents are now implemented in a separate package Azure.AI.Agents.Persistent. Use the GetPersistentAgentsClient method on the AIProjectsClient to create, run and delete agents. However there have been some breaking changes in these operations. See Agents package document and samples for more details.
  • Several changes to the Connections methods, including the response object (now it is simply called Connection). The class ConnectionProperties was renamed to Connection, and its properties have changed.
  • GetAzureOpenAIChatClient now supports returning an authenticated AzureOpenAI ChatClient to be used with AI models deployed to the Project’s AI Services.
  • The method UploadFileRequest on AIProjectClient had been removed, use UploadFile in Datasets instead.
  • Property scope on AIProjectClient is removed.
  • Evaluator Ids are available using the class EvaluatorIDs and no longer require Azure.AI.Evaluation package to be installed.
  • Property Id on Evaluation is replaced with name.

Features Added

  • Deployments methods to enumerate AI models deployed to your AI Foundry Project.
  • Datasets methods to upload documents and reference them. To be used with Evaluations.
  • Indexes methods to handle Search Indexes.

AI Model Inference 1.0.0-beta.5 Changelog

Other Changes

  • Updated support for AIInferenceExtensions methods to consume stable SCM version.

Azure AI Search 11.7.0-beta.4 Changelog

Features Added

  • Added new KnowledgeAgent resource APIs in SearchIndexClient and introduced KnowledgeAgentRetrievalClient for managing and querying KnowledgeAgents, enabling multi-index grounding for agentic retrieval.
  • Added a method overload for search query to include the QuerySourceAuthorization parameter to enforce per-user filtering in queries.
  • Added Resync method in SearchIndexerClient to resync selective options from the data source to be re-ingested by the indexer.
  • Added PermissionFilter to SearchField, SimpleField, and SimpleFieldAttribute, indicating whether the field should be used as a permission filter.
  • Added PermissionFilterOption to SearchIndex, indicating whether permission filtering is enabled for the index.
  • Added RerankerBoostedScore to SemanticSearchResult and updated SemanticConfiguration with a new RankingOrder property.
  • Introduced new skill ChatCompletionSkill that integrates with Azure AI Foundry.
  • Enhanced DocumentIntelligenceLayoutSkill with new properties: ChunkingProperties, ExtractionOptions, and OutputFormat.
  • Added IndexerPermissionOptions to SearchIndexerDataSourceConnection to support ingestion of various types of permission data.
  • Introduced sub-field vector support (multi-vectors) via VectorQuery.Fields, and added new query option VectorQuery.PerDocumentVectorLimit.

Azure client library integration for ASP.NET Core 1.12.0 Changelog

Features Added

  • Added support for managed identity as a federated identity credential in the client factory by specifying configuration item credential as “managedidentityasfederatedidentity” and providing the following named configuration items:

  • tenantId : The tenant where the target resource was created
  • clientId : The client identifier for the application, which must be granted access on the target resource
  • One of [managedIdentityClientId, objectId, resourceId] : The user-assigned managed identity which you configured as a Federated Identity Credential (FIC)
  • azureCloud: One of the following Azure cloud environments:
  • public for Entra ID Global cloud
  • usgov for Entra ID US Government
  • china for Entra ID China operated by 21Vianet

Communication Call Automation 1.5.0-beta.1 Changelog

Features Added

  • Added support for Teams multipersona users in add participant, transfer, and redirect scenarios in OPS calls
  • Added TeamsAppSource for use when creating outbound OPS calls
  • Added Incomingcall event to support incoming call notification for Teams multipersona users
  • Recording with the call connection ID is now supported. OPS calls can be recorded using the call connection ID.
  • Added StartRecordingFailed event to indicate when the start recording API is unable to initiate the recording.

Communication Call Automation 1.4.0 Changelog

Features Added

  • Real-time transcription support
  • Audio and DTMF streaming capabilities
  • Integration of ConnectAPI for seamless streaming and transcription
  • Improved media streaming with bidirectional functionality, allowing audio formats in both directions, currently supporting sample rates of 24kHz and 16kHz
  • Support for custom speech models has been integrated into transcription
  • A confidence level for recognized speech has been introduced, ranging from 0.0 to 1.0 when available

Communication Chat 1.4.0-beta.1 Changelog

Features Added

  • Dependency update to Azure.Communication.Common version 1.4.0-beta.1.

Communication Common 1.4.0 Changelog

Features Added

  • Introduced support for Azure.Core.TokenCredential with EntraCommunicationTokenCredentialOptions, allowing an Entra user with a Teams license to use Teams Phone Extensibility features through the Azure Communication Services resource.
  • Added support for a new communication identifier TeamsExtensionUserIdentifier which maps rawIds with format 8:acs:{resourceId}_{tenantId}_{userId}.
  • Added IsAnonymous and AssertedId properties to PhoneNumberIdentifier.

Communication Identity 1.4.0-beta.1 Changelog

Features Added

  • Identity Management: Added support for creating identities with an associated customId.
  • Identity Operations: Introduced the get identity operation.

Communication Phone Numbers 1.4.0-beta.1 Changelog

Features Added

  • Adds support for the Browse Available Phone Numbers and Reservations APIs
  • This adds an alternate way to search and purchase phone numbers that allows customers to select which phone numbers they want to reserve and purchase.
  • Adds support for automated purchases of phone numbers from countries requiring a Do Not Resell agreement.
  • For more information, refer to: https://learn.microsoft.com/azure/communication-services/concepts/numbers/sub-eligibility-number-capability
  • API version 2025-04-01 is the default.

Communication SMS 1.1.0-beta.3 Changelog

Features Added

  • Introduced Messaging Connect support in the .NET SDK.
  • Added a new MessagingConnect field to the SmsSendOptions model.
  • The MessagingConnect structure includes:
  • apiKey: used for authenticating Messaging Connect requests.
  • partner: identifies the Messaging Connect partner.
  • Supports:
  • Incoming and outgoing flows for long codes.
  • Outgoing flow for Dynamic Alpha Sender IDs (DASID).

Core - Client - Core 1.46.2 Changelog

Features Added

  • Adopt System.ClientModel 1.4.2

Digital Twins 1.6.0 Changelog

Breaking changes

  • Renamed tags reported on DigitalTwinsClient activities to follow OpenTelemetry attribute naming conventions:
  • digitalTwinId to az.digitaltwins.twin.id
  • componentName to az.digitaltwins.component.name
  • relationshipName to az.digitaltwins.relationship.name
  • modelId to az.digitaltwins.model.id
  • jobId to az.digitaltwins.job.id
  • query to az.digitaltwins.query
  • eventRouteId to az.digitaltwins.event_route.id
  • messageId to az.digitaltwins.message.id

Features Added

  • Updated service API version to use API version 2023-10-31 by default.

Event Grid 4.31.0 Changelog

Features Added

  • Added new communication events.
  • Added new API management events.
  • Add EdgeSolutionVersionPublishedEventData Edge event.

Event Grid 5.0.0-beta.1 Changelog

Breaking Changes

  • Various system events have been updated to reflect the actual service behavior. There are no binary breaks or compilation breaks, but there are behavior breaking changes. For instance, some properties that were previously incorrectly marked as optional, have been marked as required.

Features Added

  • Added a dependency on the Azure.Messaging.EventGrid.SystemEvents package. The system events are now referenced via type-forwarding.

Event Grid Namespaces 1.1.0 Changelog

Bugs Fixed

  • Add tracing information to CloudEvents when tracing is enabled.

Features Added

  • Exposed JsonModelWriteCore for model serialization procedure.

Event Hubs 5.12.2 Changelog

Bugs Fixed

  • Fixed a bug where the data types of broker-owned properties were being adjusted when an event was read by the client, causing the underlying AMQP data to be mutated. This resulted in binary changes when the AMQP message was serialized and unintentionally altered the service contract. Going forward, the original data types will be preserved on the AMQP representation of the message and type normalization only applied to the .NET EventData projection.

Event Hubs - Event Processor 5.12.2 Changelog

Bugs Fixed

  • Fixed a bug where the data types of broker-owned properties were being adjusted when an event was read by the client, causing the underlying AMQP data to be mutated. This resulted in binary changes when the AMQP message was serialized and unintentionally altered the service contract. Going forward, the original data types will be preserved on the AMQP representation of the message and type normalization only applied to the .NET EventData projection.

Health Insights Radiology Insights 1.1.0 Changelog

Features Added

  • Class QualityMeasureInference added
  • Class ScoringAndAssessmentInference added
  • Class GuidanceInference added

Identity 1.14.0 Changelog

Other Changes

  • Removed references to Username, Password, AZURE_USERNAME, and AZURE_PASSWORD in XML comments from EnvironmentCredentialOptions and EnvironmentCredential due to lack of MFA support. See MFA enforcement details.
  • Marked AZURE_USERNAME and AZURE_PASSWORD as obsolete due to lack of MFA support. See MFA enforcement details.
  • Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, which allows for choosing between ‘deployed service’ and ‘developer tools’ credentials. Valid values are ‘dev’ for developer tools and ‘prod’ for deployed service.

Identity Broker 1.3.0-beta.3 Changelog

Features Added

  • Support Microsoft Broker on Linux and WSL. This library relies on the Microsoft Authentication Library (MSAL) to handle the broker. For more information about prerequisites and how to utilize the broker, see Enable SSO in native Linux apps using MSAL.NET

Key Encryptor for .NET Data Protection 1.6.0 Changelog

Features Added

  • Overloads were added to accept a Uri-typed key identifier to all protection methods. (A community contribution, courtesy of MattKotsenas)

Load Testing 1.2.0-beta.1 Changelog

Features Added

  • Added capabilities to support all changes present in Azure Load Testing API Version 2024-05-01-preview
  • This release adds all the models for all the APIs supported by Azure Load Testing. Relevant new client method overloads are also added to work with these new methods
  • Added support for the following features:
  • Support for specifying AutoStopCriteria for LoadTests
  • Support for Quick Load Tests with RequestsPerSecond input
  • Support for URL Tests with JSON Based Test Plans and Locust Tests using the TestKind field
  • Support for multi region load tests to generate load from multiple regions
  • Support for disabling Public IP Deployment for Private Load Tests using the publicIpDisabled field
  • Support for uploading Zipped Artifacts as test input artifacts
  • Added Client Methods to work with TestProfiles and TestProfileRuns
  • Added methods CreateOrUpdateTestProfile, GetTestProfile, DeleteTestProfile and GetTestProfiles along with their async variants to work with test profiles
  • Added methods BeginTestProfileRun, GetTestProfileRun, DeleteTestProfileRun and GetTestProfileRuns along with their async variants to work with test profile runs

Provisioning 1.0.1 Changelog

Bugs Fixed

  • Now floating number values are properly serialized into bicep via json() function (#48249)
  • Fixed issues in interpolated strings (#48493)

Provisioning - Storage 1.0.1 Changelog

Resource Management - API Center 1.0.0 Changelog

Resource Management - API Management 1.3.0 Changelog

Resource Management - App Service 1.4.0 Changelog

Resource Management - Carbonoptimization 1.0.0-beta.1 Changelog

Resource Management - Chaos 1.1.0 Changelog

Resource Management - Cognitive Services 1.5.0-beta.1 Changelog

Resource Management - Container Apps 1.4.0 Changelog

Resource Management - Content Delivery Network 1.4.0 Changelog

Resource Management - DNS Resolver 1.2.0 Changelog

Resource Management - Dell.Storage 1.0.0-beta.1 Changelog

Resource Management - Dependencymap 1.0.0-beta.1 Changelog

Resource Management - Event Grid 1.2.0-beta.1 Changelog

Resource Management - Event Hubs 1.2.0 Changelog

Resource Management - Front Door 1.4.0 Changelog

Resource Management - IoT Firmware Defense 1.1.0-beta.1 Changelog

Resource Management - Managed Service Identity 1.3.0 Changelog

Resource Management - Mongodbatlas 1.0.0-beta.1 Changelog

Resource Management - Neon Postgres 1.0.0 Changelog

Resource Management - Network 1.11.0-beta.2 Changelog

Resource Management - Network 1.11.0 Changelog

Resource Management - Onlineexperimentation 1.0.0-beta.1 Changelog

Resource Management - Purestorageblock 1.0.0-beta.1 Changelog

Resource Management - Recovery Services Site Recovery 1.3.0 Changelog

Resource Management - Resources 1.10.0 Changelog

Resource Management - SQL 1.4.0-beta.1 Changelog

Resource Management - Secretsstoreextension 1.0.0-beta.1 Changelog

Resource Management - Sitemanager 1.0.0-beta.1 Changelog

Resource Management - Standby Pool 1.1.0 Changelog

Resource Management - Web PubSub 1.2.0 Changelog

Service Bus 7.20.1 Changelog

Bugs Fixed

  • Fixed a bug where the custom port associated with a local emulator endpoint was reset by the ServiceBusAdministrationClient.

Storage - Blobs 12.26.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • AppendBlobClient.AppendBlobFromUri(), .AppendBlockFromUriAsync(), BlobBaseClient.StartCopyFromUri(), .StartCopyFromUriAsync(), SyncCopyFromUri(), .SyncCopyFromUriAsync(), BlockBlobClient.StageBlockFromUri(), .StageBlockFromUriAsync(), PageBlobClient.UploadPagesFromUri(), and .UploadPagesFromUri() will now return CopySourceStatusCode, CopySourceErrorCode, and CopySourceErrorMessage as part of error responses.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Blobs 12.24.1 Changelog

Features Added

  • Added PageBlobCreateOptions.PremiumPageBlobAccessTier for PageBlobClient.Create(..)

Storage - Blobs Batch 12.23.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Blobs ChangeFeed 12.0.0-preview.56 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Common 12.25.0-beta.1 Changelog

Features Added

  • This release contains bug fixes to improve quality.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Files Data Lake 12.24.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Files Share 12.24.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • Added ShareErrorCode.ShareSnapshotNotFound.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

Storage - Queues 12.24.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-11-05.
  • Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
  • Added QueueProperties.ApproximateMessagesCountLong to replace QueueProperties.ApproximateMessagesCount. This property will correctly handle approximate message counts greater than max int.

System Events 1.0.0-beta.3 Changelog

Features Added

  • Added new communication events.
  • Added new API management events.
  • Add EdgeSolutionVersionPublishedEventData Edge event.

System Events 1.0.0-beta.4 Changelog

Features Added

  • Added backcompat models.
  • Mark media events as EditorBrowsableState.Never as the service has been deprecated.

System Events 1.0.0-beta.5 Changelog

Other Changes

  • Reshipping due to issue with symbols publishing in previous version.

System.ClientModel 1.4.2 Changelog

Bugs Fixed

  • First part of performance improvements for System.ClientModel.SourceGeneration to shorten lengthy builds.

System.ClientModel 1.5.0-beta.1 Changelog

Features Added

  • Added the following types for 3rd-party Authentication support: AuthenticationTokenProvider, GetTokenOptions, AuthenticationToken, AuthenticationPolicy, and BearerTokenPolicy.

unknown 1.0.0-beta.1 Changelog

Features Added

  • Initial release of Azure Online Experimentation client library for .NET, supports service version 2025-05-31-preview.

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.Agents.Persistent --version 1.0.0-beta.2
$> dotnet add package Azure.AI.Agents.Persistent --version 1.0.0
$> dotnet add package Azure.AI.Agents.Persistent --version 1.1.0-beta.1
$> dotnet add package Azure.AI.Agents.Persistent --version 1.1.0-beta.2
$> dotnet add package Azure.AI.Inference --version 1.0.0-beta.5
$> dotnet add package Azure.AI.Projects --version 1.0.0-beta.9
$> dotnet add package Azure.Analytics.OnlineExperimentation --version 1.0.0-beta.1
$> dotnet add package Azure.Communication.CallAutomation --version 1.5.0-beta.1
$> dotnet add package Azure.Communication.CallAutomation --version 1.4.0
$> dotnet add package Azure.Communication.Chat --version 1.4.0-beta.1
$> dotnet add package Azure.Communication.Common --version 1.4.0
$> dotnet add package Azure.Communication.Identity --version 1.4.0-beta.1
$> dotnet add package Azure.Communication.PhoneNumbers --version 1.4.0-beta.1
$> dotnet add package Azure.Communication.Sms --version 1.1.0-beta.3
$> dotnet add package Azure.Core --version 1.46.2
$> dotnet add package Azure.Developer.LoadTesting --version 1.2.0-beta.1
$> dotnet add package Azure.DigitalTwins.Core --version 1.6.0
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Keys --version 1.6.0
$> dotnet add package Azure.Health.Insights.RadiologyInsights --version 1.1.0
$> dotnet add package Azure.Identity --version 1.14.0
$> dotnet add package Azure.Identity.Broker --version 1.3.0-beta.3
$> dotnet add package Azure.Messaging.EventGrid --version 4.31.0
$> dotnet add package Azure.Messaging.EventGrid --version 5.0.0-beta.1
$> dotnet add package Azure.Messaging.EventGrid.Namespaces --version 1.1.0
$> dotnet add package Azure.Messaging.EventGrid.SystemEvents --version 1.0.0-beta.3
$> dotnet add package Azure.Messaging.EventGrid.SystemEvents --version 1.0.0-beta.4
$> dotnet add package Azure.Messaging.EventGrid.SystemEvents --version 1.0.0-beta.5
$> dotnet add package Azure.Messaging.EventHubs --version 5.12.2
$> dotnet add package Azure.Messaging.EventHubs.Processor --version 5.12.2
$> dotnet add package Azure.Messaging.ServiceBus --version 7.20.1
$> dotnet add package Azure.Provisioning --version 1.0.1
$> dotnet add package Azure.Provisioning.Storage --version 1.0.1
$> dotnet add package Azure.ResourceManager.ApiCenter --version 1.0.0
$> dotnet add package Azure.ResourceManager.ApiManagement --version 1.3.0
$> dotnet add package Azure.ResourceManager.AppContainers --version 1.4.0
$> dotnet add package Azure.ResourceManager.AppService --version 1.4.0
$> dotnet add package Azure.ResourceManager.CarbonOptimization --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Cdn --version 1.4.0
$> dotnet add package Azure.ResourceManager.Chaos --version 1.1.0
$> dotnet add package Azure.ResourceManager.CognitiveServices --version 1.5.0-beta.1
$> dotnet add package Azure.ResourceManager.Dell.Storage --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.DependencyMap --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.DnsResolver --version 1.2.0
$> dotnet add package Azure.ResourceManager.EventGrid --version 1.2.0-beta.1
$> dotnet add package Azure.ResourceManager.EventHubs --version 1.2.0
$> dotnet add package Azure.ResourceManager.FrontDoor --version 1.4.0
$> dotnet add package Azure.ResourceManager.IotFirmwareDefense --version 1.1.0-beta.1
$> dotnet add package Azure.ResourceManager.ManagedServiceIdentities --version 1.3.0
$> dotnet add package Azure.ResourceManager.MongoDBAtlas --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.NeonPostgres --version 1.0.0
$> dotnet add package Azure.ResourceManager.Network --version 1.11.0-beta.2
$> dotnet add package Azure.ResourceManager.Network --version 1.11.0
$> dotnet add package Azure.ResourceManager.OnlineExperimentation --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.PureStorageBlock --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.RecoveryServicesSiteRecovery --version 1.3.0
$> dotnet add package Azure.ResourceManager.Resources --version 1.10.0
$> dotnet add package Azure.ResourceManager.SecretsStoreExtension --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.SiteManager --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Sql --version 1.4.0-beta.1
$> dotnet add package Azure.ResourceManager.StandbyPool --version 1.1.0
$> dotnet add package Azure.ResourceManager.WebPubSub --version 1.2.0
$> dotnet add package Azure.Search.Documents --version 11.7.0-beta.4
$> dotnet add package Azure.Storage.Blobs --version 12.26.0-beta.1
$> dotnet add package Azure.Storage.Blobs --version 12.24.1
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.23.0-beta.1
$> dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.56
$> dotnet add package Azure.Storage.Common --version 12.25.0-beta.1
$> dotnet add package Azure.Storage.Files.DataLake --version 12.24.0-beta.1
$> dotnet add package Azure.Storage.Files.Shares --version 12.24.0-beta.1
$> dotnet add package Azure.Storage.Queues --version 12.24.0-beta.1
$> dotnet add package Microsoft.Extensions.Azure --version 1.12.0
$> dotnet add package System.ClientModel --version 1.4.2
$> dotnet add package System.ClientModel --version 1.5.0-beta.1

Feedback

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