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

90 packages released this month.

Stable Packages (49)

  • Communication Chat

  • Communication Phone Numbers

  • Core - Client - Core

  • Event Grid

  • Functions extension for Azure Tables

  • Key Vault - Administration

  • Key Vault - Certificates

  • Key Vault - Keys

  • Key Vault - Secrets

  • Monitor Query

  • Provisioning

  • Provisioning - App Configuration

  • Provisioning - Application Insights

  • Provisioning - Cognitive Services

  • Provisioning - Event Hubs

  • Provisioning - Key Vault

  • Provisioning - Operational Insights

  • Provisioning - PostgreSQL

  • Provisioning - Redis

  • Provisioning - SQL

  • Provisioning - Service Bus

  • Provisioning - SignalR

  • Provisioning - Storage

  • Provisioning - WebPubSub

  • Resource Management - Arizeaiobservabilityeval

  • Resource Management - Azure VMware Solution

  • Resource Management - Carbonoptimization

  • Resource Management - Cognitive Services

  • Resource Management - Compute

  • Resource Management - Data Factory

  • Resource Management - Lambdatesthyperexecute

  • Resource Management - Managed Service Identity

  • Resource Management - Mongodbatlas

  • Resource Management - Network Cloud

  • Resource Management - Oracle Database

  • Resource Management - PostgreSQL

  • Resource Management - Purestorageblock

  • Resource Management - Resources

  • Resource Management - Storage Actions

  • Storage - Blobs

  • Storage - Blobs Batch

  • Storage - Common

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • System Events

  • System.ClientModel

  • WebJobs Extensions - Event Grid

  • WebJobs Extensions - Service Bus

Patch Updates (14)

  • Azure AI Search

  • Blob Storage Key Store for .NET Data Protection

  • Core - Client - Core

  • Identity

  • Identity Broker

  • Key Encryptor for .NET Data Protection

  • Provisioning

  • Provisioning - PostgreSQL

  • Provisioning - Storage

  • Resource Management - Container Service

  • Resource Management - Network

  • Resource Management - Storage

  • System.ClientModel

  • WebJobs Extensions - Event Hubs

Beta Packages (23)

  • AI Agents Persistent

  • AI Foundry

  • Azure AI Search

  • Compute Batch

  • Conversational Language Understanding

  • Data Movement

  • Data Movement - Blobs

  • Data Movement - Files Shares

  • Identity Broker

  • Language Text

  • OpenAI Inference

  • Playwright

  • Playwright NUnit

  • Provisioning - CosmosDB

  • Provisioning - Search

  • Resource Management - Cloudhealth

  • Resource Management - Connectedcache

  • Resource Management - Container Instances

  • Resource Management - Managed Grafana

  • Resource Management - Planetarycomputer

  • Resource Management - Resource Manager

  • Resource Management - Service Fabric Managed Clusters

  • Resource Management - Terraform

Release highlights

AI Agents Persistent 1.1.0-beta.3 Changelog

Features Added

  • Tracing for Agents. More information here.
  • Convenience constructor for BingCustomSearchToolParameters
  • Support for automatic execution of function tool calls. More information here.

AI Agents Persistent 1.1.0-beta.4 Changelog

Features Added

  • Added support for Deep Research.
  • Added support for MCP.

AI Foundry 1.0.0-beta.10 Changelog

Features Added

  • Support for generating embeddings through Azure OpenAI using GetAzureOpenAIEmbeddingClient.

Breaking Changes

  • Name changes:
  • In Datasets methods PendingUpload and PendingUploadAsync, argument body was replaced with pendingUploadRequest
  • Connection has been renamed ConnectionProperties
  • Deployment has been renamed AIDeployment
  • Index has been renamed DatasetIndex
  • SasCredential has been renamed BlobReferenceSasCredential
  • Sku has been renamed ModelDeploymentSku
  • Removing GetChatCompletionsClient, GetEmbeddingsClient, and GetImageEmbeddingsClient methods from AIProjectClient. The Inference client should be used directly instead.
  • Replacing GetConnectionsClient, GetDatasetsClient, GetDeploymentsClient, andGetIndexesClient with Connections, Datasets, Deployments, and Indexes properties.

Bugs Fixed

  • Fix getting model deployed on the Azure Open AI resource, if the resource is authenticated using Entra ID. see GitHub issue 49064
  • Fix dataset uploading datasets.

Azure AI Search 11.7.0-beta.5 Changelog

Bugs Fixed

  • Fixed a failure in the search response when the service returned a 206(Partial Content) status code.

Azure AI Search 11.6.1 Changelog

Bugs Fixed

  • Added support for HTTP status code 206 (Partial Content) in the Search method to handle partial results returned by the service.

Blob Storage Key Store for .NET Data Protection 1.5.1 Changelog

Bugs Fixed

  • Updated ConfigureKeyManagementBlobClientOptions to ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolve AzureBlobXmlRepository. However, AzureBlobXmlRepository is registered as a singleton and should be resolved from the same scope in which the options are being configured. Creating a new scope introduced unnecessary overhead and potential for unexpected behavior due to differences in service lifetime management. (A community contribution, courtesy of danielmarbach)

Communication Chat 1.4.0 Changelog

Features Added

  • Support data retention policy.
  • Support thread level and member level metadata.

Communication Phone Numbers 1.4.0 Changelog

Features Added

  • GA release of the reservations functionality.
  • GA 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

Compute Batch 1.0.0-beta.3 Changelog

Added in Long Running operation support for the following methods:

  • BatchClient.DeallocateNode
  • BatchClient.DeleteCertificate
  • BatchClient.DeleteJob
  • BatchClient.DeleteJob
  • BatchClient.DeletePool
  • BatchClient.DisableJob
  • BatchClient.EnableJob
  • BatchClient.RebootNode
  • BatchClient.ReimageNode
  • BatchClient.RemoveNodes
  • BatchClient.ResizePool
  • BatchClient.StartNode
  • BatchClient.StopPoolResize
  • BatchClient.TerminateJob
  • BatchClient.TerminateJobSchedule

Renamed the following models:

  • AffinityInfo -> BatchAffinityInfo
  • BatchJobAction -> BatchJobActionKind
  • BatchJobCreateContent -> BatchJobCreateOptions
  • BatchJobDisableContent -> BatchJobDisableOptions
  • BatchJobScheduleCreateContent -> BatchJobScheduleCreateOptions
  • BatchJobScheduleUpdateContent -> BatchJobScheduleUpdateOptions
  • BatchJobTerminateContent -> BatchJobTerminateOptions
  • BatchJobUpdateContent -> BatchJobUpdateOptions
  • BatchNodeDeallocateContent -> BatchNodeDeallocateOptions
  • BatchNodeDisableSchedulingContent -> BatchNodeDisableSchedulingOptions
  • BatchNodeRebootContent -> BatchNodeRebootOptions
  • BatchNodeRebootOption -> BatchNodeRebootKind
  • BatchNodeReimageContent -> BatchNodeReimageOptions
  • BatchNodeRemoveContent -> BatchNodeRemoveOptions
  • BatchNodeUserCreateContent -> BatchNodeUserCreateOptions
  • BatchNodeUserUpdateContent -> BatchNodeUserUpdateOptions
  • BatchPoolCreateContent -> BatchPoolCreateOptions
  • BatchPoolEnableAutoScaleContent -> BatchPoolEnableAutoScaleOptions
  • BatchPoolEvaluateAutoScaleContent -> BatchPoolEvaluateAutoScaleOptions
  • BatchPoolReplaceContent -> BatchPoolReplaceOptions
  • BatchPoolResizeContent -> BatchPoolResizeOptions
  • BatchPoolUpdateContent -> BatchPoolUpdateOptions
  • BatchTaskCreateContent -> BatchTaskCreateOptions
  • ContainerConfiguration -> BatchContainerConfiguration
  • ContainerConfigurationUpdate -> BatchContainerConfigurationUpdate
  • DeleteBatchCertificateError -> BatchCertificateDeleteError
  • DiffDiskSettings -> BatchDiffDiskSettings
  • ErrorCategory -> BatchErrorSourceCategory
  • ImageReference -> BatchVmImageReference
  • OSDisk -> BatchOsDisk
  • OnAllBatchTasksComplete -> BatchAllTasksCompleteMode
  • OnBatchTaskFailure -> BatchAllTasksCompleteMode
  • PublicIpAddressConfiguration -> BatchPublicIpAddressConfiguration
  • UefiSettings -> BatchUefiSettings
  • UploadBatchServiceLogsContent -> UploadBatchServiceLogsOptions
  • VMDiskSecurityProfile -> BatchVMDiskSecurityProfile

Renamed parameter in the following methods:

  • BatchClient.DisableJob changed content parameter to disableOptions.
  • BatchClient.EnablePoolAutoScale changed content parameter to enableAutoScaleOptions.
  • BatchClient.EvaluatePoolAutoScale changed content parameter to evaluateAutoScaleOptions.
  • BatchClient.UploadNodeLogs changed content parameter to uploadOptions.
  • BatchClient.ReplaceNodeUser changed content parameter to updateOptions.
  • BatchClient.RemoveNodes changed content parameter to removeOptions.
  • BatchClient.ResizePool changed content parameter to resizeOptions.
  • BatchClient.TerminateJob changed parameters parameter to options.
  • BatchClient.DeallocateNode changed parameters parameter to options.
  • BatchClient.DisableNodeScheduling changed parameters parameter to options.
  • BatchClient.RebootNode changed parameters parameter to options.
  • BatchClient.ReimageNode changed parameters parameter to options.

Renamed parameter in the following models:

  • BatchPoolStatistics.Url changed to Uri and changed the type to Uri.
  • BatchJobStatistics.Url changed to Uri and changed the type to Uri.
  • BatchCertificate.Url changed to Uri and changed the type to Uri.
  • BatchNodeFile.Url changed to Uri and changed the type to Uri.
  • BatchJobSchedule.Url changed to Uri and changed the type to Uri.
  • ContainerRegistryReference.Url changed to Uri and changed the type to Uri.
  • ResourceFile.registryServer changed to registryServerUri and changed the type to Uri.
  • ResourceFile.storageContainerUrl changed to storageContainerUri and changed the type to Uri.
  • ResourceFile.httpUrl changed to httpUri and changed the type to Uri.
  • OutputFileBlobContainerDestination.containerUrl changed to containerUri and changed the type to Uri.
  • BatchMetadataItem.azureFileUrl changed to azureFileUri and changed the type to Uri.
  • RecentBatchJob.url changed to uri and changed the type to Uri.
  • BatchJobScheduleStatistics.url changed to uri and changed the type to Uri.
  • BatchJob.url changed to uri and changed the type to Uri.
  • BatchJobPreparationAndReleaseTaskStatus.nodeUrl changed to nodeUri and changed the type to Uri.
  • BatchJobPreparationTaskExecutionInfo.taskRootDirectoryUrl changed to taskRootDirectoryUri and changed the type to Uri.
  • BatchJobReleaseTaskExecutionInfo.taskRootDirectoryUrl changed to taskRootDirectoryUri and changed the type to Uri.
  • BatchPool.url changed to uri and changed the type to Uri.
  • BatchTask.url changed to uri and changed the type to Uri.
  • BaBatchNodeInfo.nodeUrl changed to nodeUri and changed the type to Uri.
  • BaBatchNodeInfo.taskRootDirectoryUrl changed to taskRootDirectoryUri and changed the type to Uri.
  • MultiInstanceSettings.url changed to uri and changed the type to Uri.
  • BatchNode.url changed to uri and changed the type to Uri.
  • BatchTaskInfo.taskUrl changed to taskUri and changed the type to Uri.
  • UploadBatchServiceLogsOptions.containerUrl changed to containerUri and changed the type to Uri.

Changed the type of the following properties

  • BatchCertificate.Data from string to BinaryData
  • BatchNodeIdentityReference.ResourceId from string to ResourceIdentifier
  • BatchUserAssignedIdentity.ResourceId from string to ResourceIdentifier
  • BatchVmImageReference.VirtualMachineImageId from string to ResourceIdentifier

Other Changes

Documenation updates.

Conversational Language Understanding 2.0.0-beta.3 Changelog

Features Added

  • Added AI Conversation Analyze feature
  • Added support for analyze-conversation API Versions
  • 2025-05-15-preview

Core - Client - Core 1.47.0 Changelog

Features Added

  • Added RequestContent.Create<T>(T model, ModelReaderWriterOptions? options = null) overload that accepts IPersistableModel<T> types for improved performance and API consistency with BinaryContent.
  • Adopt System.ClientModel 1.5.0

Core - Client - Core 1.47.1 Changelog

Features Added

  • Adopt System.ClientModel 1.5.1

Data Movement 12.2.0-beta.1 Changelog

Bugs Fixed

  • Fixed issue where transfers added concurrently to the local checkpointer would throw collision exceptions intermittently.

Data Movement - Blobs 12.2.0-beta.1 Changelog

Features Added

  • Explicitly setting BlobStorageResourceOptions.AccessTier to null will disable preserving the access tier value from the source blob to the destination blob.

Bugs Fixed

  • Fixed bug where AccessTier for Premium Page Blobs were not being preserved.
  • Fixed some issues when transferring virtual directories with Blob Storage as the source.

Data Movement - Files Shares 12.2.0-beta.1 Changelog

Features Added

  • Added support for preserving NFS properties and permissions in Share Files and Share Directories for Share-to-Share copy transfers.
  • Added support for preserving SMB properties and permissions in Share Directories for Share-to-Share copy transfers.
  • Added basic support for handling hard links and soft links in NFS Share-to-Share copy and Share-to-local download transfers.

Breaking Changes

  • Added protocol validation for Share-to-Share copy transfers. Validation is enabled by default and will fail the transfer if there are no share-level permissions. To bypass this, please enable SkipProtocolValidation.

Event Grid 5.0.0 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. If you are using the EventGridModelFactory methods to create such events, and you encounter ArgumentNullException when upgrading, you will need to update your code to provide the required properties.

Features Added

  • Added a dependency on the Azure.Messaging.EventGrid.SystemEvents package. The system events are now referenced via type forwarding. If you encounter any exceptions related to missing types, ensure that you dotnet clean and dotnet build your project. You should not use the Azure.Messaging.EventGrid.SystemEvents package with a version of Azure.Messaging.EventGrid prior to 5.0.0, as it will result in type conflicts.

Functions extension for Azure Tables 1.4.0 Changelog

Other Changes

  • Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.

Identity 1.14.1 Changelog

Bugs Fixed

  • Added support in AzurePowerShellCredential for the Az.Accounts 5.0.0+ (Az 14.0.0+) breaking change where Get-AzAccessToken returns PSSecureAccessToken with a SecureString Token property instead of plaintext.

Identity 1.14.2 Changelog

Other changes

  • Updated Microsoft.Identity.Client dependency to version 4.73.1

Identity Broker 1.2.1 Changelog

Other Changes

  • Updated Azure.Identity to 1.14.2 to apply a security fix in the updated Microsoft.Identity.Client dependency.

Identity Broker 1.3.0-beta.4 Changelog

Features Added

  • Support Microsoft Broker on macOS.

Key Encryptor for .NET Data Protection 1.6.1 Changelog

Bugs Fixed

  • Updated ConfigureKeyManagementKeyVaultEncryptorClientOptions to ensure that its dependencies were resolved in the correct scope to prevent issues due to lifetime drift. Previously, a new scope was created to resolve AzureKeyVaultXmlEncryptor. However, AzureKeyVaultXmlEncryptor is registered as a singleton and should be resolved from the same scope in which the options are being configured. Creating a new scope introduced unnecessary overhead and potential for unexpected behavior due to differences in service lifetime management. (A community contribution, courtesy of danielmarbach)

Key Vault - Administration 4.6.0 Changelog

Other Changes

  • Service version is now 7.6.

Key Vault - Certificates 4.8.0 Changelog

Bugs Fixed

  • Removed additional forward slash in RestoreCertificateBackup and RestoreCertificateBackupAsync.

Key Vault - Keys 4.8.0 Changelog

Bugs Fixed

  • Removed additional forward slash in RestoreKeyBackup and RestoreKeyBackupAsync.

Features Added

  • Added Hmac algorithms in SignatureAlgorithm
  • Added CkmAesKeyWrap algorithm in KeyWrapAlgorithm
  • Added Attestation property for Keys in Managed HSM Key Vaults.
  • Adde new GetKeyAttestation operation to get the public part of a stored key along with its attestation blob.

Key Vault - Secrets 4.8.0 Changelog

Other Changes

  • The default service version is now “7.6”.

Language Text 1.0.0-beta.3 Changelog

Features Added

  • Added Value Exclusion, synonyms, and new entity types to the detection of Personally Identifiable Information (PII).
  • Added support for analyze-text API Versions
  • 2025-05-15-preview

Monitor Query 1.7.0 Changelog

Features Added

  • Added support for the 2024-02-01 metric namespaces service version to MetricsQueryClient.

OpenAI Inference 2.2.0-beta.5 Changelog

Features Added

Playwright 1.0.0-beta.1 Changelog

Features Added

  • Added authentication using Microsoft Entra ID for the service.

Playwright NUnit 1.0.0-beta.1 Changelog

Features Added

  • Added authentication using Microsoft Entra ID for the service.
  • Added support for NUnit runner.

Provisioning 1.1.0 Changelog

Features Added

  • Updated to use latest API version.

Provisioning 1.2.0 Changelog

Features Added

  • Updated models to match the latest API version for ArmDeployment and ArmDeploymentScript.
  • Added derived types (AzureCliScript and AzurePowerShellScript) for ArmDeploymentScript to support different kind of deployment scripts.
  • Please note that usually ArmDeploymentScript should not be constructed directly, but rather through the AzureCliScript or AzurePowerShellScript constructors.

Provisioning 1.2.1 Changelog

Bugs Fixed

  • Fixed the incorrect property name for discriminators in AzureCliScript and AzurePowerShellScript (#51135)
  • Fixed the incorrect format for TimeSpan properties in AzureCliScript and AzurePowerShellScript (#51135)

Provisioning - App Configuration 1.1.0 Changelog

Provisioning - Application Insights 1.1.0 Changelog

Provisioning - Cognitive Services 1.1.0 Changelog

Provisioning - CosmosDB 1.1.0-beta.1 Changelog

Provisioning - Event Hubs 1.1.0 Changelog

Provisioning - Key Vault 1.1.0 Changelog

Provisioning - Operational Insights 1.1.0 Changelog

Provisioning - PostgreSQL 1.1.0 Changelog

Provisioning - PostgreSQL 1.1.1 Changelog

Provisioning - Redis 1.1.0 Changelog

Provisioning - SQL 1.1.0 Changelog

Provisioning - Search 1.1.0-beta.1 Changelog

Provisioning - Service Bus 1.1.0 Changelog

Provisioning - SignalR 1.1.0 Changelog

Provisioning - Storage 1.1.0 Changelog

Provisioning - Storage 1.1.1 Changelog

Provisioning - Storage 1.1.2 Changelog

Provisioning - WebPubSub 1.1.0 Changelog

Resource Management - Arizeaiobservabilityeval 1.0.0 Changelog

Resource Management - Azure VMware Solution 1.5.0 Changelog

Resource Management - Carbonoptimization 1.0.0 Changelog

Resource Management - Cloudhealth 1.0.0-beta.1 Changelog

Resource Management - Cognitive Services 1.5.0 Changelog

Resource Management - Compute 1.10.0 Changelog

Resource Management - Connectedcache 1.0.0-beta.1 Changelog

Resource Management - Container Instances 1.3.0-beta.2 Changelog

Resource Management - Container Service 1.2.4 Changelog

Resource Management - Data Factory 1.9.0 Changelog

Resource Management - Lambdatesthyperexecute 1.0.0 Changelog

Resource Management - Managed Grafana 1.2.0-beta.1 Changelog

Resource Management - Managed Service Identity 1.4.0 Changelog

Resource Management - Mongodbatlas 1.0.0 Changelog

Resource Management - Network 1.11.1 Changelog

Resource Management - Network Cloud 1.2.0 Changelog

Resource Management - Oracle Database 1.1.0 Changelog

Resource Management - Planetarycomputer 1.0.0-beta.1 Changelog

Resource Management - PostgreSQL 1.3.0 Changelog

Resource Management - Purestorageblock 1.0.0 Changelog

Resource Management - Resource Manager 1.14.0-beta.1 Changelog

Resource Management - Resources 1.11.0 Changelog

Resource Management - Service Fabric Managed Clusters 1.3.0-beta.3 Changelog

Resource Management - Storage 1.4.3 Changelog

Resource Management - Storage Actions 1.0.0 Changelog

Resource Management - Terraform 1.0.0-beta.2 Changelog

Storage - Blobs 12.25.0 Changelog

Features Added

  • Includes all features from 12.25.0-beta.1
  • Includes all features from 12.24.1

Storage - Blobs Batch 12.22.0 Changelog

Features Added

  • Includes all features from 12.22.0-beta.1

Storage - Common 12.24.0 Changelog

Features Added

  • This release contains bug fixes to improve quality.

Storage - Files Data Lake 12.23.0 Changelog

Features Added

  • Includes all features from 12.23.0-beta.1

Storage - Files Share 12.23.0 Changelog

Features Added

  • Includes all features from 12.23.0-beta.1

Storage - Queues 12.23.0 Changelog

Features Added

  • Includes all features from 12.23.0-beta.1

System Events 1.0.0 Changelog

Features Added

  • General Availability release of Azure.Messaging.EventGrid.SystemEvents. Note this package should not be used with versions of Azure.Messaging.EventGrid prior to 5.0.0 as it will result in type conflicts. Version 5.0.0 and later of Azure.Messaging.EventGrid type forwards the system events to this package.

System.ClientModel 1.5.0 Changelog

Breaking Changes

  • Source Breaking Change: Updated IJsonModel<T>.Create and IPersistableModel<T>.Create method return types from T to T? to allow returning null when deserialization fails. This change only affects code with nullable reference types enabled.
  • For consumers calling these methods: To fix compilation errors, either:
  • Use null-conditional operators (?.) when calling these methods, or
  • Add null-forgiving operators (!) if you’re certain the result won’t be null, or
  • Add explicit null checks before using the returned value
  • For implementers of these interfaces: Update method signatures in your models to return T? instead of T, and decide whether to return null or throw exceptions in error scenarios

Features Added

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

System.ClientModel 1.5.1 Changelog

Breaking Changes

  • The System.ClientModel.SourceGeneration used to auto-discover IJsonModel<T>’s that were in the project as well as any types T used in ModelReaderWriter.Read<T> and ModelReaderWriter.Write<T>. Now you must explicitly add a ModelReaderWriterBuildableAttribute with each type that needs to have AOT friendly reading and writing.

Bugs Fixed

  • Fixed an issue where System.ClientModel.SourceGeneration was running slowly for large projects with many dependencies.

WebJobs Extensions - Event Grid 3.5.0 Changelog

Other Changes

  • Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.

WebJobs Extensions - Event Hubs 6.5.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.

WebJobs Extensions - Service Bus 5.17.0 Changelog

Other Changes

  • Updating .NET runtime dependencies to the 8.x line, the Azure extensions to 1.12.0, and the latest dependencies for the Functions host.

  • Updated the Microsoft.Azure.Amqp dependency to 2.7.0, which contains several bug fixes. (see: commits)

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.1.0-beta.3
$> dotnet add package Azure.AI.Agents.Persistent --version 1.1.0-beta.4
$> dotnet add package Azure.AI.Language.Conversations --version 2.0.0-beta.3
$> dotnet add package Azure.AI.Language.Text --version 1.0.0-beta.3
$> dotnet add package Azure.AI.OpenAI --version 2.2.0-beta.5
$> dotnet add package Azure.AI.Projects --version 1.0.0-beta.10
$> dotnet add package Azure.Communication.Chat --version 1.4.0
$> dotnet add package Azure.Communication.PhoneNumbers --version 1.4.0
$> dotnet add package Azure.Compute.Batch --version 1.0.0-beta.3
$> dotnet add package Azure.Core --version 1.47.0
$> dotnet add package Azure.Core --version 1.47.1
$> dotnet add package Azure.Developer.Playwright --version 1.0.0-beta.1
$> dotnet add package Azure.Developer.Playwright.NUnit --version 1.0.0-beta.1
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Blobs --version 1.5.1
$> dotnet add package Azure.Extensions.AspNetCore.DataProtection.Keys --version 1.6.1
$> dotnet add package Azure.Identity --version 1.14.1
$> dotnet add package Azure.Identity --version 1.14.2
$> dotnet add package Azure.Identity.Broker --version 1.2.1
$> dotnet add package Azure.Identity.Broker --version 1.3.0-beta.4
$> dotnet add package Azure.Messaging.EventGrid --version 5.0.0
$> dotnet add package Azure.Messaging.EventGrid.SystemEvents --version 1.0.0
$> dotnet add package Azure.Monitor.Query --version 1.7.0
$> dotnet add package Azure.Provisioning --version 1.1.0
$> dotnet add package Azure.Provisioning --version 1.2.0
$> dotnet add package Azure.Provisioning --version 1.2.1
$> dotnet add package Azure.Provisioning.AppConfiguration --version 1.1.0
$> dotnet add package Azure.Provisioning.ApplicationInsights --version 1.1.0
$> dotnet add package Azure.Provisioning.CognitiveServices --version 1.1.0
$> dotnet add package Azure.Provisioning.CosmosDB --version 1.1.0-beta.1
$> dotnet add package Azure.Provisioning.EventHubs --version 1.1.0
$> dotnet add package Azure.Provisioning.KeyVault --version 1.1.0
$> dotnet add package Azure.Provisioning.OperationalInsights --version 1.1.0
$> dotnet add package Azure.Provisioning.PostgreSql --version 1.1.0
$> dotnet add package Azure.Provisioning.PostgreSql --version 1.1.1
$> dotnet add package Azure.Provisioning.Redis --version 1.1.0
$> dotnet add package Azure.Provisioning.Search --version 1.1.0-beta.1
$> dotnet add package Azure.Provisioning.ServiceBus --version 1.1.0
$> dotnet add package Azure.Provisioning.SignalR --version 1.1.0
$> dotnet add package Azure.Provisioning.Sql --version 1.1.0
$> dotnet add package Azure.Provisioning.Storage --version 1.1.0
$> dotnet add package Azure.Provisioning.Storage --version 1.1.1
$> dotnet add package Azure.Provisioning.Storage --version 1.1.2
$> dotnet add package Azure.Provisioning.WebPubSub --version 1.1.0
$> dotnet add package Azure.ResourceManager --version 1.14.0-beta.1
$> dotnet add package Azure.ResourceManager.ArizeAIObservabilityEval --version 1.0.0
$> dotnet add package Azure.ResourceManager.Avs --version 1.5.0
$> dotnet add package Azure.ResourceManager.CarbonOptimization --version 1.0.0
$> dotnet add package Azure.ResourceManager.CloudHealth --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.CognitiveServices --version 1.5.0
$> dotnet add package Azure.ResourceManager.Compute --version 1.10.0
$> dotnet add package Azure.ResourceManager.ConnectedCache --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.ContainerInstance --version 1.3.0-beta.2
$> dotnet add package Azure.ResourceManager.ContainerService --version 1.2.4
$> dotnet add package Azure.ResourceManager.DataFactory --version 1.9.0
$> dotnet add package Azure.ResourceManager.Grafana --version 1.2.0-beta.1
$> dotnet add package Azure.ResourceManager.LambdaTestHyperExecute --version 1.0.0
$> dotnet add package Azure.ResourceManager.ManagedServiceIdentities --version 1.4.0
$> dotnet add package Azure.ResourceManager.MongoDBAtlas --version 1.0.0
$> dotnet add package Azure.ResourceManager.Network --version 1.11.1
$> dotnet add package Azure.ResourceManager.NetworkCloud --version 1.2.0
$> dotnet add package Azure.ResourceManager.OracleDatabase --version 1.1.0
$> dotnet add package Azure.ResourceManager.PlanetaryComputer --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.PostgreSql --version 1.3.0
$> dotnet add package Azure.ResourceManager.PureStorageBlock --version 1.0.0
$> dotnet add package Azure.ResourceManager.Resources --version 1.11.0
$> dotnet add package Azure.ResourceManager.ServiceFabricManagedClusters --version 1.3.0-beta.3
$> dotnet add package Azure.ResourceManager.Storage --version 1.4.3
$> dotnet add package Azure.ResourceManager.StorageActions --version 1.0.0
$> dotnet add package Azure.ResourceManager.Terraform --version 1.0.0-beta.2
$> dotnet add package Azure.Search.Documents --version 11.7.0-beta.5
$> dotnet add package Azure.Search.Documents --version 11.6.1
$> dotnet add package Azure.Security.KeyVault.Administration --version 4.6.0
$> dotnet add package Azure.Security.KeyVault.Certificates --version 4.8.0
$> dotnet add package Azure.Security.KeyVault.Keys --version 4.8.0
$> dotnet add package Azure.Security.KeyVault.Secrets --version 4.8.0
$> dotnet add package Azure.Storage.Blobs --version 12.25.0
$> dotnet add package Azure.Storage.Blobs.Batch --version 12.22.0
$> dotnet add package Azure.Storage.Common --version 12.24.0
$> dotnet add package Azure.Storage.DataMovement --version 12.2.0-beta.1
$> dotnet add package Azure.Storage.DataMovement.Blobs --version 12.2.0-beta.1
$> dotnet add package Azure.Storage.DataMovement.Files.Shares --version 12.2.0-beta.1
$> dotnet add package Azure.Storage.Files.DataLake --version 12.23.0
$> dotnet add package Azure.Storage.Files.Shares --version 12.23.0
$> dotnet add package Azure.Storage.Queues --version 12.23.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventGrid --version 3.5.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.EventHubs --version 6.5.2
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.ServiceBus --version 5.17.0
$> dotnet add package Microsoft.Azure.WebJobs.Extensions.Tables --version 1.4.0
$> dotnet add package System.ClientModel --version 1.5.0
$> dotnet add package System.ClientModel --version 1.5.1

Feedback

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