Azure SDK for .NET (May 2024)
The Azure SDK team is pleased to announce our May 2024 client library releases.
109 packages released this month.
Stable Packages (9)
-
Communication Call Automation
-
Communication Chat
-
Core - Client - Core
-
Resource Management - Application Insights
-
Resource Management - Compute
-
Resource Management - Content Delivery Network
-
Resource Management - Front Door
-
Resource Management - Resource Manager
-
Resource Management - Support
Patch Updates (29)
-
App Configuration
-
Azure client library integration for ASP.NET Core
-
Blob Storage Key Store for .NET Data Protection
-
Functions extension for Azure Tables
-
Identity
-
OpenTelemetry AspNetCore
-
Resource Management - App Configuration
-
Resource Management - App Platform
-
Resource Management - Authorization
-
Resource Management - Azure AI Search
-
Resource Management - Cognitive Services
-
Resource Management - Container Instances
-
Resource Management - Container Registry
-
Resource Management - Container Service
-
Resource Management - DNS
-
Resource Management - Key Vault
-
Resource Management - Log Analytics
-
Resource Management - Managed Service Identity
-
Resource Management - Monitor
-
Resource Management - Private DNS
-
Resource Management - Redis
-
Resource Management - Resource Manager
-
Resource Management - Resources
-
Resource Management - SignalR
-
Resource Management - Storage
-
Resource Management - Traffic Manager
-
WebJobs Extensions - Event Grid
-
WebJobs Extensions - Event Hubs
-
WebJobs Extensions - Service Bus
Beta Packages (54)
-
Azure AI Search
-
Communication Chat
-
Communication SMS
-
Document Translation
-
Identity
-
Identity Broker
-
Maps Render
-
Maps Search
-
Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents
-
Models Repository
-
OpenAI Assistants
-
OpenAI Inference
-
OpenTelemetry AspNetCore
-
Provisioning
-
Provisioning - App Configuration
-
Provisioning - Application Insights
-
Provisioning - Cognitive Services
-
Provisioning - CosmosDB
-
Provisioning - Event Hubs
-
Provisioning - Key Vault
-
Provisioning - Operational Insights
-
Provisioning - PostgreSQL
-
Provisioning - Redis
-
Provisioning - Resources
-
Provisioning - SQL
-
Provisioning - Search
-
Provisioning - Service Bus
-
Provisioning - SignalR
-
Provisioning - Storage
-
Resource Management - API Management
-
Resource Management - App Service
-
Resource Management - Astro
-
Resource Management - Azure AI Search
-
Resource Management - Compute
-
Resource Management - Confidential Ledger
-
Resource Management - Cosmos DB
-
Resource Management - Edgezones
-
Resource Management - Event Hubs
-
Resource Management - Hybrid Compute
-
Resource Management - Maintenance
-
Resource Management - PostgreSQL
-
Resource Management - SQL
-
Resource Management - Self Help
-
Resource Management - Service Bus
-
Resource Management - Trustedsigning
-
Resource Management - Web PubSub
-
Service Bus
-
Storage - Blobs
-
Storage - Blobs Batch
-
Storage - Blobs ChangeFeed
-
Storage - Common
-
Storage - Files Data Lake
-
Storage - Files Share
-
Storage - Queues
Release highlights
App Configuration 1.4.1 Changelog
Bugs Fixed
- Fixed a bug introduced in version 1.3.0 where the
GetConfigurationSetting
method incorrectly logged 304 responses as failures in distributed tracing.
Azure AI Search 11.6.0-beta.4 Changelog
Features Added
- Added support for new embedding models
text-embedding-3-small
andtext-embedding-3-large
, as part of our existingAzureOpenAIVectorizer
andAzureOpenAIEmbeddingSkill
features. - Added support for
AIServicesVisionVectorizer
andVisionVectorizeSkill
to generate embeddings for an image or text using the Azure AI Services Vision Vectorize API. - Added support for
AzureMachineLearningVectorizer
, allowing users to specify an Azure Machine Learning endpoint deployed via the Azure AI Studio Model Catalog to generate vector embeddings of query strings. - Added support for
byte
toSearchFieldDataType
.
Azure client library integration for ASP.NET Core 1.7.3 Changelog
Other Changes
- Updated dependency
Azure.Identity
to version1.11.0
.
Blob Storage Key Store for .NET Data Protection 1.3.4 Changelog
Bugs Fixed
- Correct unit mismatch in backoff calculation.
Communication Call Automation 1.2.0 Changelog
Features Added
- Support for Bring Your Own Storage recording option
- Support for PauseOnStart recording option
- Support for Recording state change with new recording kind’s
Communication Chat 1.3.0 Changelog
Features Added
- Expanded
ChatAttachment
to include a new enumfile
. This would allow the communication user to recieve files shared by Teams user in a Teams Interoperbility Chat. - Added support for a new communication identifier
MicrosoftTeamsAppIdentifierModel
.
Communication Chat 1.3.0-beta.1 Changelog
Features Added
- Add support for Data Retention policies for threads.
- Add new RetentionPolicy property in ChatThreadProperties.
- Update CreateChatThreadOptions to include RetentionPolicy.
- Update UpdateChatThreadRequest to include RetentionPolicy.
Communication SMS 1.1.0-beta.1 Changelog
Features Added
- Added optional DeliveryReportTimeoutInSeconds to smsSendOptions.
Core - Client - Core 1.39.0 Changelog
Features Added
- Add
Operation.Rehydrate
andOperation.Rehydrate<T>
static methods to rehydrate a long-running operation.
Document Translation 2.0.0-beta.1 Changelog
Breaking Changes
- Version
v1.0
is not supported - Renamed property
FormatType
toFileFormatType
Features Added
documenttranslate
is the method added to submit a single/synchronous document translation request to the Document Translation service.DocumentTranslateContent
has been added to specify thedocumenttranslate
request content.- Added
getSupportedFormats
that returns a list of supported documents and glossaries by the Document Translation service.
Functions extension for Azure Tables 1.3.1 Changelog
Other Changes
- To mitigate a disclosure vulnerability, updating the transitive dependency for
Azure.Identity
to v1.11.1 via version bump toMicrosoft.Extensions.Azure
.
Identity 1.11.1 Changelog
Other Changes
- Updated Microsoft.Identity.Client and related dependencies to version 4.60.3
Identity 1.11.2 Changelog
Bugs Fixed
- Fixed an issue which caused claims to be incorrectly added to confidential client credentials such as
DeviceCodeCredential
#43468
Identity 1.12.0-beta.1 Changelog
Bugs Fixed
- An experimental overload
Authenticate
method onInteractiveBrowserCredential
now supports the experimentalPopTokenRequestContext
parameter.
Identity 1.12.0-beta.2 Changelog
Features Added
ClientAssertionCredentialOptions
now supportsTokenCachePersistenceOptions
for configuring token cache persistence.- Added
AzurePipelinesCredential
for authenticating with Azure Pipelines service connections.
Bugs Fixed
- Fixed a regression in
DefaultAzureCredential
probe request behavior for IMDS managed identity environments. #43796
Identity 1.11.3 Changelog
Bugs Fixed
- Fixed a regression in
DefaultAzureCredential
probe request behavior for IMDS managed identity environments. #43796
Identity Broker 1.2.0-beta.1 Changelog
Breaking Changes
- The
IsProofOfPossessionRequired
property onInteractiveBrowserCredentialBrokerOptions
andSharedTokenCacheCredentialBrokerOptions
has been removed. This property has moved to the experimentalPopTokenRequestContext
struct.
Maps Render 1.0.0-beta.3 Changelog
Bugs Fixed
- Instantiate paths variable.
- Use alpha for extracting the pushpin color.
Maps Search 1.0.0-beta.5 Changelog
Bugs Fixed
- Making the properties nullable as they are not required in the REST API response for search address.
- Correct spelling of the Neighborhood property.
Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents 1.0.0-beta.7 Changelog
Other Changes
- Consildated namespaces. Removing:
- Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.Framework
- Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.Actions
-
Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents.TokenIssuanceStart.Data
- Added Prefix WebJobs and WebJobsAuthenticationEvents to objects
- ActionableCloudEventResponse -> WebJobsActionableCloudEventResponse
- ActionableResponse -> WebJobsActionableResponse
- AuthenticationEventAction -> WebJobsAuthenticationEventAction
- AuthenticationEventAction -> WebJobsAuthenticationEventAction
- AuthenticationEventContext -> WebJobsAuthenticationEventsContext
- AuthenticationEventContextClient -> WebJobsAuthenticationEventsContextClient
- AuthenticationEventContextServicePrincipal -> WebJobsAuthenticationEventsContextServicePrincipal
- AuthenticationEventContextServicePrincipal -> WebJobsAuthenticationEventsContextServicePrincipal
- AuthenticationEventContextUser -> WebJobsAuthenticationEventsContextUser
- AuthenticationEventData -> WebJobsAuthenticationEventData
- AuthenticationEventMetadataAttribute -> WebJobsAuthenticationEventMetadataAttribute
- AuthenticationEventRequest -> WebJobsAuthenticationEventRequest
- AuthenticationEventResponse -> WebJobsAuthenticationEventResponse
- AuthenticationEventWebJobsStartup -> WebJobsAuthenticationEventWebJobsStartup
- CloudEventData -> WebJobsAuthenticationEventsCloudEventRequest
- CloudEventData -> WebJobsAuthenticationEventsTypedData
- ProvideClaimsForToken -> WebJobsProvideClaimsForToken
- RequestStatusType -> WebJobsAuthenticationEventsRequestStatusType
- TokenClaim -> WebjobsAuthenticationEventsTokenClaim
- TokenIssuanceAction -> WebJobsTokenIssuanceAction
- TokenIssuanceStartData -> WebJobsTokenIssuanceStartData
- TokenIssuanceStartRequest -> WebJobsTokenIssuanceStartRequest
- TokenIssuanceStartResponse -> WebJobsTokenIssuanceStartResponse
Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents 1.0.0-beta.8 Changelog
Other Changes
- Updated Prefix WebJobs for WebjobsAuthenticationEventsTokenClaim -> WebJobsAuthenticationEventsTokenClaim
Models Repository 1.0.0-preview.6 Changelog
Features Added
- Updates the DTMI convention to be aligned with DTDL v3 requirements, to allow versionless and
major.minor
OpenAI Assistants 1.0.0-beta.4 Changelog
Bugs Fixed
- Several issues with direct equality comparisons of function tool definitions have been fixed
- The mistaken, remain instance of an “Azure not supported” exception has been removed, along with its related mentions. This should unblock the use of the the token-based client constructor.
OpenAI Inference 1.0.0-beta.17 Changelog
Breaking Changes
- Public visibility of the
ChatMessageImageUrl
type is removed to promote more flexible use of data sources inChatMessageImageContent
. Code that previously created aChatMessageImageUrl
using aUri
should simply provide theUri
to theChatMessageImageContent
constructor directly.
Features Added
- Image input support for
gpt-4-turbo
chat completions now works with image data in addition to internet URLs. Images may be now be used asgpt-4-turbo
message content items via one of three constructors: ChatMessageImageContent(Uri)
– the existing constructor, used for URL-based image referencesChatMessageImageContent(Stream,string)
– (new) used with a stream and known MIME type (likeimage/png
)ChatMessageImageContent(BinaryData,string)
– (new) used with a BinaryData instance and known MIME type Please see the readme example for more details.
OpenTelemetry AspNetCore 1.2.0-beta.3 Changelog
Bugs Fixed
- Turned off internal spans and logs in distro HTTP pipelines (#43359)
Features Added
- Added support for OpenTelemetry Logs to be sent to LiveMetrics. (#43081)
OpenTelemetry AspNetCore 1.1.1 Changelog
Other Changes
- Update OpenTelemetry dependencies. (#43432)
- OpenTelemetry 1.8.1
- OpenTelemetry.Extensions.Hosting 1.8.1
- OpenTelemetry.Instrumentation.AspNetCore 1.8.1
- OpenTelemetry.Instrumentation.Http 1.8.1
- This update is a response to CVE-2024-32028
Provisioning 0.2.0 Changelog
Provisioning - App Configuration 0.1.0 Changelog
Provisioning - Application Insights 0.1.0 Changelog
Provisioning - Cognitive Services 0.1.0 Changelog
Provisioning - CosmosDB 0.1.0 Changelog
Provisioning - Event Hubs 0.1.0 Changelog
Provisioning - Key Vault 0.1.0 Changelog
Provisioning - Operational Insights 0.1.0 Changelog
Provisioning - PostgreSQL 0.1.0 Changelog
Provisioning - Redis 0.1.0 Changelog
Provisioning - Resources 0.1.0 Changelog
Provisioning - SQL 0.1.0 Changelog
Provisioning - Search 0.1.0 Changelog
Provisioning - Service Bus 0.1.0 Changelog
Provisioning - SignalR 0.1.0 Changelog
Provisioning - Storage 0.1.0 Changelog
Resource Management - API Management 1.2.0-beta.1 Changelog
Resource Management - App Configuration 1.3.2 Changelog
Resource Management - App Platform 1.1.1 Changelog
Resource Management - App Service 1.1.0-beta.5 Changelog
Resource Management - Application Insights 1.0.0 Changelog
Resource Management - Astro 1.0.0-beta.1 Changelog
Resource Management - Authorization 1.1.2 Changelog
Resource Management - Authorization 1.1.3 Changelog
Resource Management - Azure AI Search 1.3.0-beta.1 Changelog
Resource Management - Azure AI Search 1.3.0-beta.2 Changelog
Resource Management - Azure AI Search 1.2.3 Changelog
Resource Management - Cognitive Services 1.3.3 Changelog
Resource Management - Compute 1.5.0-beta.1 Changelog
Resource Management - Compute 1.5.0 Changelog
Resource Management - Confidential Ledger 1.1.0-beta.4 Changelog
Resource Management - Container Instances 1.2.1 Changelog
Resource Management - Container Registry 1.2.1 Changelog
Resource Management - Container Service 1.2.1 Changelog
Resource Management - Content Delivery Network 1.3.0 Changelog
Resource Management - Cosmos DB 1.4.0-beta.8 Changelog
Resource Management - Cosmos DB 1.4.0-beta.9 Changelog
Resource Management - DNS 1.1.1 Changelog
Resource Management - Edgezones 1.0.0-beta.1 Changelog
Resource Management - Event Hubs 1.1.0-beta.6 Changelog
Resource Management - Event Hubs 1.1.0-beta.7 Changelog
Resource Management - Event Hubs 1.1.0-beta.8 Changelog
Resource Management - Front Door 1.3.0 Changelog
Resource Management - Hybrid Compute 1.0.0-beta.8 Changelog
Resource Management - Key Vault 1.2.2 Changelog
Resource Management - Key Vault 1.2.3 Changelog
Resource Management - Log Analytics 1.2.2 Changelog
Resource Management - Maintenance 1.2.0-beta.8 Changelog
Resource Management - Managed Service Identity 1.2.2 Changelog
Resource Management - Managed Service Identity 1.2.3 Changelog
Resource Management - Monitor 1.3.1 Changelog
Resource Management - PostgreSQL 1.2.0-beta.6 Changelog
Resource Management - Private DNS 1.1.1 Changelog
Resource Management - Redis 1.3.2 Changelog
Resource Management - Redis 1.3.3 Changelog
Resource Management - Resource Manager 1.11.1 Changelog
Resource Management - Resource Manager 1.12.0 Changelog
Resource Management - Resources 1.7.2 Changelog
Resource Management - Resources 1.7.3 Changelog
Resource Management - SQL 1.3.0-beta.7 Changelog
Resource Management - SQL 1.3.0-beta.8 Changelog
Resource Management - Self Help 1.1.0-beta.3 Changelog
Resource Management - Service Bus 1.1.0-beta.6 Changelog
Resource Management - Service Bus 1.1.0-beta.7 Changelog
Resource Management - SignalR 1.1.2 Changelog
Resource Management - Storage 1.2.2 Changelog
Resource Management - Storage 1.2.3 Changelog
Resource Management - Support 1.1.0 Changelog
Resource Management - Traffic Manager 1.1.2 Changelog
Resource Management - Trustedsigning 1.0.0-beta.1 Changelog
Resource Management - Web PubSub 1.2.0-beta.1 Changelog
Service Bus 7.18.0-beta.1 Changelog
Bugs Fixed
- Fixed issue where the
SupportOrdering
property was not being respected when set onCreateTopicOptions
.
Features Added
-
ServiceBusReceiver
now supports the ability to delete all messages from an entity using thePurgeMessagesAsync
method. Callers may optionally request to limit the target messages to those earlier than a given date. -
ServiceBusReceiver
now supports the ability to delete messages from an entity in batches using theDeleteMessagesAsync
method. The messages selected for deletion will be the oldest in the entity, based on the enqueued date and callers may optionally request to limit them to only those earlier than a given date.
Storage - Blobs 12.20.0-beta.2 Changelog
- Added support for service version 2024-05-04.
- Fixed bug where BlockBlobClient.Upload() and .UploadAsync() would throw an exception if BlobUploadOptions was null.
- Fixed a bug where some valid shared access signatures were improperly parsed, throwing an exception.
Storage - Blobs Batch 12.17.0-beta.2 Changelog
- Added support for service version 2023-05-04.
- Added support for deleting individual blob versions.
Storage - Blobs ChangeFeed 12.0.0-preview.43 Changelog
- Added support for service version 2024-05-04.
Storage - Common 12.19.0-beta.2 Changelog
- This release contains bug fixes to improve quality.
Storage - Files Data Lake 12.18.0-beta.2 Changelog
- Added support for service version 2024-05-04.
- Added ability to retrieve path ACL with DataLakePath/File/DirectoryClient.GetProperties(), .GetPropertiesAsync(), DataLakeFileClient.Read(), and .ReadAsync().
- Fixed bug where on
DataLakeDirectoryClient
,DataLakeFileClient
andDataLakePathClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination- Fixed bug where onShareDirectoryClient
,ShareFileClient
andDataLakePathClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination client, when the destination does not have any credentials.
Storage - Files Share 12.18.0-beta.2 Changelog
- Added support for service version 2024-05-04.
- Added ability to retrieve file handle client name with ShareFile/DirectoryClient.GetHandles() and .GetHandlesAsync().
- Added ability to call ShareFileClient.GetRangeListDiff() and .GetRangeListDiffAsync() on a file that has been renamed.
- Fixed bug where on
ShareDirectoryClient
andShareFileClient
, calling.Rename(..)
will throw a 403 Authentication Error, if the source storage client was instantiated with a SAS on theUri
, will not pass the SAS to the destination client, when the destination does not have any credentials.
Storage - Queues 12.18.0-beta.2 Changelog
- Added support for service version 2024-05-04.
WebJobs Extensions - Event Grid 3.4.1 Changelog
Other Changes
- To mitigate a disclosure vulnerability, updating the transitive dependency for
Azure.Identity
to v1.11.1 via version bump toMicrosoft.Extensions.Azure
.
WebJobs Extensions - Event Hubs 6.3.1 Changelog
Other Changes
- To mitigate a disclosure vulnerability, updating the transitive dependency for
Azure.Identity
to v1.11.1 via version bump toMicrosoft.Extensions.Azure
.
WebJobs Extensions - Event Hubs 6.3.2 Changelog
Bugs Fixed
- Fixed an issue with scale metrics computation, potentially causing unnecessary scale-up.
WebJobs Extensions - Service Bus 5.15.1 Changelog
Other Changes
- To mitigate a disclosure vulnerability, updating the transitive dependency for
Azure.Identity
to v1.11.1 via version bump toMicrosoft.Extensions.Azure
.
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.OpenAI --version 1.0.0-beta.17
$> dotnet add package Azure.AI.OpenAI.Assistants --version 1.0.0-beta.4
$> dotnet add package Azure.AI.Translation.Document --version 2.0.0-beta.1
$> dotnet add package Azure.Communication.CallAutomation --version 1.2.0
$> dotnet add package Azure.Communication.Chat --version 1.3.0
$> dotnet add package Azure.Communication.Chat --version 1.3.0-beta.1
$> dotnet add package Azure.Communication.Sms --version 1.1.0-beta.1
$> dotnet add package Azure.Core --version 1.39.0
$> dotnet add package Azure.Data.AppConfiguration --version 1.4.1
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Blobs --version 1.3.4
$> dotnet add package Azure.Identity --version 1.11.1
$> dotnet add package Azure.Identity --version 1.11.2
$> dotnet add package Azure.Identity --version 1.12.0-beta.1
$> dotnet add package Azure.Identity --version 1.12.0-beta.2
$> dotnet add package Azure.Identity --version 1.11.3
$> dotnet add package Azure.Identity.Broker --version 1.2.0-beta.1
$> dotnet add package Azure.IoT.ModelsRepository --version 1.0.0-preview.6
$> dotnet add package Azure.Maps.Rendering --version 1.0.0-beta.3
$> dotnet add package Azure.Maps.Search --version 1.0.0-beta.5
$> dotnet add package Azure.Messaging.ServiceBus --version 7.18.0-beta.1
$> dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore --version 1.2.0-beta.3
$> dotnet add package Azure.Monitor.OpenTelemetry.AspNetCore --version 1.1.1
$> dotnet add package Azure.Provisioning --version 0.2.0
$> dotnet add package Azure.Provisioning.AppConfiguration --version 0.1.0
$> dotnet add package Azure.Provisioning.ApplicationInsights --version 0.1.0
$> dotnet add package Azure.Provisioning.CognitiveServices --version 0.1.0
$> dotnet add package Azure.Provisioning.CosmosDB --version 0.1.0
$> dotnet add package Azure.Provisioning.EventHubs --version 0.1.0
$> dotnet add package Azure.Provisioning.KeyVault --version 0.1.0
$> dotnet add package Azure.Provisioning.OperationalInsights --version 0.1.0
$> dotnet add package Azure.Provisioning.PostgreSql --version 0.1.0
$> dotnet add package Azure.Provisioning.Redis --version 0.1.0
$> dotnet add package Azure.Provisioning.Resources --version 0.1.0
$> dotnet add package Azure.Provisioning.Search --version 0.1.0
$> dotnet add package Azure.Provisioning.ServiceBus --version 0.1.0
$> dotnet add package Azure.Provisioning.SignalR --version 0.1.0
$> dotnet add package Azure.Provisioning.Sql --version 0.1.0
$> dotnet add package Azure.Provisioning.Storage --version 0.1.0
$> dotnet add package Azure.ResourceManager --version 1.11.1
$> dotnet add package Azure.ResourceManager --version 1.12.0
$> dotnet add package Azure.ResourceManager.ApiManagement --version 1.2.0-beta.1
$> dotnet add package Azure.ResourceManager.AppConfiguration --version 1.3.2
$> dotnet add package Azure.ResourceManager.AppPlatform --version 1.1.1
$> dotnet add package Azure.ResourceManager.AppService --version 1.1.0-beta.5
$> dotnet add package Azure.ResourceManager.ApplicationInsights --version 1.0.0
$> dotnet add package Azure.ResourceManager.Astro --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Authorization --version 1.1.2
$> dotnet add package Azure.ResourceManager.Authorization --version 1.1.3
$> dotnet add package Azure.ResourceManager.Cdn --version 1.3.0
$> dotnet add package Azure.ResourceManager.CognitiveServices --version 1.3.3
$> dotnet add package Azure.ResourceManager.Compute --version 1.5.0-beta.1
$> dotnet add package Azure.ResourceManager.Compute --version 1.5.0
$> dotnet add package Azure.ResourceManager.ConfidentialLedger --version 1.1.0-beta.4
$> dotnet add package Azure.ResourceManager.ContainerInstance --version 1.2.1
$> dotnet add package Azure.ResourceManager.ContainerRegistry --version 1.2.1
$> dotnet add package Azure.ResourceManager.ContainerService --version 1.2.1
$> dotnet add package Azure.ResourceManager.CosmosDB --version 1.4.0-beta.8
$> dotnet add package Azure.ResourceManager.CosmosDB --version 1.4.0-beta.9
$> dotnet add package Azure.ResourceManager.Dns --version 1.1.1
$> dotnet add package Azure.ResourceManager.EdgeZones --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.EventHubs --version 1.1.0-beta.6
$> dotnet add package Azure.ResourceManager.EventHubs --version 1.1.0-beta.7
$> dotnet add package Azure.ResourceManager.EventHubs --version 1.1.0-beta.8
$> dotnet add package Azure.ResourceManager.FrontDoor --version 1.3.0
$> dotnet add package Azure.ResourceManager.HybridCompute --version 1.0.0-beta.8
$> dotnet add package Azure.ResourceManager.KeyVault --version 1.2.2
$> dotnet add package Azure.ResourceManager.KeyVault --version 1.2.3
$> dotnet add package Azure.ResourceManager.Maintenance --version 1.2.0-beta.8
$> dotnet add package Azure.ResourceManager.ManagedServiceIdentities --version 1.2.2
$> dotnet add package Azure.ResourceManager.ManagedServiceIdentities --version 1.2.3
$> dotnet add package Azure.ResourceManager.Monitor --version 1.3.1
$> dotnet add package Azure.ResourceManager.OperationalInsights --version 1.2.2
$> dotnet add package Azure.ResourceManager.PostgreSql --version 1.2.0-beta.6
$> dotnet add package Azure.ResourceManager.PrivateDns --version 1.1.1
$> dotnet add package Azure.ResourceManager.Redis --version 1.3.2
$> dotnet add package Azure.ResourceManager.Redis --version 1.3.3
$> dotnet add package Azure.ResourceManager.Resources --version 1.7.2
$> dotnet add package Azure.ResourceManager.Resources --version 1.7.3
$> dotnet add package Azure.ResourceManager.Search --version 1.3.0-beta.1
$> dotnet add package Azure.ResourceManager.Search --version 1.3.0-beta.2
$> dotnet add package Azure.ResourceManager.Search --version 1.2.3
$> dotnet add package Azure.ResourceManager.SelfHelp --version 1.1.0-beta.3
$> dotnet add package Azure.ResourceManager.ServiceBus --version 1.1.0-beta.6
$> dotnet add package Azure.ResourceManager.ServiceBus --version 1.1.0-beta.7
$> dotnet add package Azure.ResourceManager.SignalR --version 1.1.2
$> dotnet add package Azure.ResourceManager.Sql --version 1.3.0-beta.7
$> dotnet add package Azure.ResourceManager.Sql --version 1.3.0-beta.8
$> dotnet add package Azure.ResourceManager.Storage --version 1.2.2
$> dotnet add package Azure.ResourceManager.Storage --version 1.2.3
$> dotnet add package Azure.ResourceManager.Support --version 1.1.0
$> dotnet add package Azure.ResourceManager.TrafficManager --version 1.1.2
$> dotnet add package Azure.ResourceManager.TrustedSigning --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.WebPubSub --version 1.2.0-beta.1
$> dotnet add package Azure.Search.Documents --version 11.6.0-beta.4
$> dotnet add package Azure.Storage.Blobs --version 12.20.0-beta.2
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.17.0-beta.2
$> dotnet add package Azure.Storage.Blobs.ChangeFeed --version 12.0.0-preview.43
$> dotnet add package Azure.Storage.Common --version 12.19.0-beta.2
$> dotnet add package Azure.Storage.Files.DataLake --version 12.18.0-beta.2
$> dotnet add package Azure.Storage.Files.Shares --version 12.18.0-beta.2
$> dotnet add package Azure.Storage.Queues --version 12.18.0-beta.2
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents --version 1.0.0-beta.7
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents --version 1.0.0-beta.8
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventGrid --version 3.4.1
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventHubs --version 6.3.1
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventHubs --version 6.3.2
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.ServiceBus --version 5.15.1
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.Tables --version 1.3.1
$> dotnet add package Microsoft.Extensions.Azure --version 1.7.3
Feedback
If you have a bug or feature request for one of the libraries, please file an issue in our repo.