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

63 packages released this month.

Stable Packages (21)

  • Communication Call Automation

  • Communication Common

  • Core - Client - Core Rest Pipeline

  • Cosmos DB

  • Digital Twins - Core

  • Document Intelligence

  • Event Grid

  • Form Recognizer

  • Health Insights Radiology Insights

  • Identity

  • Key Vault - Administration

  • Key Vault - Certificates

  • Key Vault - Keys

  • Key Vault - Secrets

  • Resource Management - Arize AI Observability Eval

  • Resource Management - Chaos

  • Resource Management - Container Service Fleet

  • Resource Management - Cosmos DB

  • Resource Management - Network

  • Resource Management - Resources

  • Web PubSub

Patch Updates (4)

  • Azure Monitor OpenTelemetry

  • Cosmos DB

  • Identity

  • Tables

Beta Packages (28)

  • AI Agents

  • AI Projects

  • Communication Call Automation

  • Communication Chat

  • Communication Phone Numbers

  • Confidential Ledger

  • OpenTelemetry Exporter

  • OpenTelemetry Instrumentation

  • Resource Management - Carbonoptimization

  • Resource Management - Cognitive Services

  • Resource Management - Confidential Ledger

  • Resource Management - Kubernetesconfiguration-Extensions

  • Resource Management - Kubernetesconfiguration-Extensiontypes

  • Resource Management - Kubernetesconfiguration-Fluxconfigurations

  • Resource Management - Mongodbatlas

  • Resource Management - NetApp Files

  • Resource Management - Onlineexperimentation

  • Resource Management - Postgresql

  • Resource Management - Purestorageblock

  • Resource Management - Service Networking

  • Resource Management - Sitemanager

  • Storage - Blobs

  • Storage - Files Data Lake

  • Storage - Files Share

  • Storage - Queues

  • System Events

  • TypeSpec HTTP Runtime

  • unknown

Release highlights

AI Agents 1.0.0-beta.3 Changelog

Features Added

  • Adds runs.createAndPoll method that automatically polls for the result.
  • Adds resumeFrom option in polling operations.

Bugs Fixed

  • fixed an issue with bing grounding serialization
  • fixed an issue with url encoding

AI Agents 1.0.0-beta.4 Changelog

Bugs Fixed

  • Fixed an issue with streaming serialization
  • Fixed an issue with streaming using the .submitToolOutputs method.
  • Fixed an issue with codeInterpreterWithStreaming sample inconsistently writing file to disk

Features Added

  • Adding connected agents sample

AI Agents 1.0.0-beta.1 Changelog

Features Added

  • This is the initial version of the Azure AI Agents client library, splitting off Agents functionality from the Azure AI Projects library.

AI Agents 1.0.0-beta.2 Changelog

Bugs Fixed

  • fixed an issue with file upload ReadableStream type

AI Projects 1.0.0-beta.6 Changelog

Features added

  • .deployment methods to enumerate the deployed AI models in your AI Foundry project.
  • .datasets methods to upload documents and reference them. These documents will be used to augment the capability of your selected LLM (RAG pattern).
  • .indexes methods to handle your AI search indexes and search queries, as part of RAG pattern.
  • .evaluations methods to assess the performance of generative AI applications in the cloud.
  • .inference methods to get an Azure AI Inference client for chat completions, text or image embeddings.
  • .telemetry methods to enable OpenTelemetry tracing using the enableTelemetry function.

Breaking changes

  • Endpoint URL is now needed to construct the AIProjectClient, instead of using the method .fromConnectionString. Find this endpoint URL in your AI Foundry project page.
  • Agent operations that were previously part of the azure.ai.projects package have moved out to a separate new package @azure/ai-agents with a client named AgentsClient. See here for more information. You can get the AgentsClient by calling .agents method on your AIProjectClient.
  • Several changes to .connections operations. Please see new connection samples.

AI Projects 1.0.0-beta.7 Changelog

Features Added

  • Adds an optional connectionName field in project.datasets.uploadFile and project.datasets.uploadFolder.
  • Adds a fieldMapping field in AzureAISearchIndex and CosmosDBIndex.

Breaking changes

  • Function project.evaluations.createRun is renamed to project.evaluations.create
  • Function project.redTeams.createRun is renamed to project.redTeams.createRun
  • The targetConfig of RedTeam is renamed to target
  • Removes the optional parameters top, skip, and maxpagesize in project.connections.list.
  • Removes the optional parameters top, skip, and maxpagesize in project.deployments.list.
  • Removes the body parameter in project.datasets.getCredentials.

AI Projects 1.0.0-beta.8 Changelog

Bugs Fixed

  • Upgrading ai-agents package to fix bugs with bing grounding serialization and url encoding

Azure Monitor OpenTelemetry 1.11.1 Changelog

Other Changes

  • Update to using monitor-opentelemetry-exporter beta 32.

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.5.0-beta.2 Changelog

Bugs Fixed

  • Fix to correctly reflect the client version in telemetry data.

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.6.0-beta.6 Changelog

Features Added

  • Updated to @azure/communication-common@2.3.2-beta.1

Communication Chat 1.6.0-beta.7 Changelog

Features Added

  • Updated to @azure/communication-signaling@1.0.0-beta.33

Communication Common 2.4.0 Changelog

Features Added

Introduced support for 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.
  • Added a type TeamsExtensionUserKind with rawId in the format 8:acs:{resourceId}_{tenantId}_{userId}.
  • Added a method isTeamsExtensionUserIdentifier to check if the identifier is TeamsExtensionUserIdentifier.
  • Mandatory fields of TeamsExtensionUserIdentifier are userId, tenantId and resourceId.
  • With this version, rawId starting with 8:acs may be either CommunicationUserIdentifier or new TeamsExtensionUserIdentifier.
  • Added optional fields isAnonymous and assertedId to the communication identifier PhoneNumberIdentifier.
  • isAnonymous is used for anonymous numbers with rawId equals to 4:anonymous.
  • assertedId is used when the same number is used several times in the same call. It contains value after the last underscore (_) character in the phone number. It is undefined otherwise.

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.

Confidential Ledger 1.1.2-beta.3 Changelog

Bugs Fixed

  • Updated IsUnexpected method signature and corrected api-version to 2024-12-09-preview in confidentialLedger.ts

Core - Client - Core Rest Pipeline 1.21.0 Changelog

Other Changes

  • Export RestError and its constructor as an interface PR #34591

Cosmos DB 4.4.0 Changelog

Features Added

New Bulk API

The new executeBulkOperations API in the SDK brings significant enhancements for bulk workloads. It removes the previous 100-operation limit, adds operation-level retries for improved resilience, and introduces dynamic congestion control to optimize performance based on real-time system feedback.

Example of using executeBulkOperations:

const operations: OperationInput[] = [
{
operationType: BulkOperationType.Create,
partitionKey: "pkValue1",
resourceBody: { id: "doc1", name: "sample1", key: "key1" },
},
{
operationType: BulkOperationType.Create,
partitionKey: "pkValue2",
resourceBody: { id: "doc2", name: "sample2", key: "key1" },
},
// ...more operations
];
const response = await container.items.executeBulkOperations(
operations,
);
// process the response
Weighted RRF

Adds WeightedRankFusion query feature and support of component weights for weighted rank fusion in Hybrid Search.

Optimized query plan that skips the order by rewrite

Adds support for the optimized query plan that skips the order by rewrite. This optimization is enabled by default. Use flag disableHybridSearchQueryPlanOptimization:true in FeedOptions to disable this feature.

Bugs Fixed

#34088 Fix documentation for default values of useMultipleWriteLocations and enableBackgroundEndpointRefreshing.
#33869 Fix ChangeFeed Iterator merge

Cosmos DB 4.4.1 Changelog

Bugs Fixed

#34346 Fixed an issue where require is being used in an ESM context.

Digital Twins - Core 2.0.0 Changelog

Breaking Changes

  • Migrated to use @azure/core-rest-pipeline. For more information, please refer to the documentation. As a result of this migration:
  • The response types no longer contain the raw response _response. To access the raw response, an onResponse callback has to be passed in the request options bag, for example:
    let rawResponse: FullOperationResponse | undefined;
    await client.operationName(/* ...parameters... */, {
    onResponse: (response) => (rawResponse = response),
    });
    
  • Client methods that previously returned RestResponse now return void. In the event the operation fails, a RestError will still be thrown. To access the raw HTTP response, use the onResponse callback described above.
  • Digital Twin objects returned from operations no longer have their properties wrapped in a body property.

Features Added

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

Document Intelligence 1.1.0 Changelog

Features Added

  • Supports alternative cloud environments (Azure United States Government and Azure China Cloud). To use an alternative cloud environment, provide a value for the scopes field of DocumentIntelligenceClientOptions#credentials to configure the client to authenticate within a Sovereign Cloud. Import and use KnownDocumentIntelligenceAudience to get the correct values for a given cloud environment. The currently supported cloud environments are:

  • KnownDocumentIntelligenceAudience.AzureChina ("https://cognitiveservices.azure.cn"),
  • KnownDocumentIntelligenceAudience.AzureGovernment ("https://cognitiveservices.azure.us"),
  • KnownDocumentIntelligenceAudience.AzurePublicCloud ("https://cognitiveservices.azure.com"),
const client = DocumentIntelligence(
"<cognitive services endpoint>",
<--credential-->,
{ credentials: { scopes: [ KnownDocumentIntelligenceAudience.AzureGovernment ] } }
);

If scopes is undefined, the default value is suitable for the Azure Public Cloud https://cognitiveservices.azure.com.

Event Grid 5.12.0 Changelog

Bugs Fixed

  • For AcsChatMessageEditedEventData, AcsChatMessageEditedInThreadEventData, and AcsChatThreadPropertiesUpdatedPerUserEventData
  • Made editTime and metadata optional
  • For AcsChatMessageEventBase
  • Made composeTime, senderCommunicationIdentifier, senderDisplayName, and version optional
  • For AcsChatMessageEventInThreadBase
  • Made composeTime, senderDisplayName, and version optional
  • For AcsChatMessageReceivedInThreadEventData and AcsChatThreadCreatedWithUserEventData
  • Made metadata optional
  • For AcsChatParticipantAddedToThreadEventData and AcsChatParticipantRemovedFromThreadEventData
  • Made time and version optional
  • For AcsChatThreadParticipant
  • Made displayName and metadata optional
  • For AcsChatThreadDeletedEventData and AcsChatThreadWithUserDeletedEventData
  • Made deleteTime optional
  • For AcsSmsDeliveryReportReceivedEventData
  • Made receivedTimestamp and tag optional
  • For AcsSmsReceivedEventData
  • Made message required

Features Added

  • Added new System Events:

  • Microsoft.ApiManagement.CircuitBreaker.Closed
  • Microsoft.ApiManagement.CircuitBreaker.Opened
  • Microsoft.ApiManagement.GatewayTokenExpired
  • Microsoft.ApiManagement.GatewayTokenNearExpiry
  • Microsoft.Communication.CallEnded": AcsCallEndedEventData
  • Microsoft.Communication.CallParticipantAdded
  • Microsoft.Communication.CallParticipantRemoved
  • Microsoft.Communication.CallStarted
  • Microsoft.Communication.ChatAzureBotCommandReceivedInThread
  • Microsoft.Communication.ChatTypingIndicatorReceivedInThread
  • Microsoft.Edge.SolutionVersionPublished

Form Recognizer 5.1.0 Changelog

Features Added

  • Supports alternative cloud environments (Azure United States Government and Azure China Cloud). To use an alternative cloud environment, provide a value for the audience field of DocumentAnalysisClientOptions or DocumentModelAdministrationClientOptions to configure the client to authenticate within a Sovereign Cloud. Import and use KnownFormRecognizerAudience to get the correct values for a given cloud environment. The currently supported cloud environments are:

  • KnownFormRecognizerAudience.AzureChina ("https://cognitiveservices.azure.cn"),
  • KnownFormRecognizerAudience.AzureGovernment ("https://cognitiveservices.azure.us"),
  • KnownFormRecognizerAudience.AzurePublicCloud ("https://cognitiveservices.azure.com"),

If audience is undefined, the default value is suitable for the Azure Public Cloud https://cognitiveservices.azure.com.

Health Insights Radiology Insights 2.0.0 Changelog

Features Added

  • Added sample and test code for scoring and assessment, quality measure and clinical guidance.

Breaking Changes

  • for PatientDocumentOutput:
  • Adding guidanceOptions (default true) and qualityMeasureOptions (needed for Quality Measure Inferences).

  • for azureHealthInsightsClient:
  • Adding ClientApiVersionPolicy

  • for HealthInsightsErrorResponseOutput:
  • Retire ‘requestId’ and the response: RequestIdResponseHeaderOutput.

  • for RequestIdResponseHeaderOutput:
  • Adding FollowupCommunicationInferenceOutput, ScoringAndAssessmentInferenceOutput, GuidanceInferenceOutput and QualityMeasureInferenceOutput.
  • Adding FollowupCommunicationInferenceTypeOutput, ScoringAndAssessmentTypeOutput, GuidanceTypeOutput and QualityMeasureTypeOutput.

  • for GetJobQueryParamProperties:
  • Replace ‘string’ by ‘GetJobExpandQueryParam’ with its definition.

  • for CreateJobQueryParamProperties:
  • Replace ‘string’ by ‘CreateJobExpandQueryParam’ with its definition.

  • for ClinicalDocumentTypeOutput:
  • Replace ‘ClinicalDocumentTypeOutputEnum’ by ‘string’.

  • for pollingHelper:
  • Adding imports for ‘AbortSignalLike’ and ‘CancelOnProgress’
  • Replace ‘RunningOperation’ with ‘LongRunningOperation’
  • Replace ‘OperationResponse’ with ‘LroResponse’
  • Retire ‘SimplePollerLike’

Identity 4.10.0 Changelog

Features Added

  • 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. #34301

Identity 4.10.1 Changelog

Bugs Fixed

  • Fixed the bug in interactive authentication request to account for the correct user login prompt based on the login hint provided, in case there are multiple accounts present in the browser flow. #34321
  • Fixed the typing for WorkloadIdentityCredential.getToken to better represent the runtime behavior. #34786

Key Vault - Administration 4.7.0 Changelog

Bugs Fixed

  • Fixed a typing issue in KeyVaultBackupResult and KeyVaultRestoreResult where startTime was marked as a required field. This field can be undefined if the operation never started successfully. #32123

Features Added

  • Added support for service API version 7.6 which is now the default. #34657
  • Added KeyVaultBackupClient.beginPreBackup and KeyVaultBackupClient.beginPreRestore methods for checking if it is possible to perform a full key backup or full key restore. #32947

Key Vault - Certificates 4.10.0 Changelog

Features Added

  • Added support for service API version 7.6 which is now the default. #34657
  • Added support for preserveCertificateOrder allowing the user to specify whether the certificate chain preserves its original order when creating or importing a certificate. #32947

Key Vault - Keys 4.10.0 Changelog

Features Added

  • Added support for service API version 7.6 which is now the default. #32947
  • Added support for KeyClient.getKeyAttestation which can be used to retrieve the key along with its attestation blob from a managed HSM. #32947

Key Vault - Secrets 4.10.0 Changelog

Features Added

  • Added support for service API version 7.6 which is now the default. #32947

OpenTelemetry Exporter 1.0.0-beta.32 Changelog

Other Changes

  • Ensure that the longIntervalStatsbeat reader is properly bound to a MetricProducer.
  • Removed error logging upon failure to initialize long interval statsbeat.
  • No longer send statsbeat counters when values are zero.
  • Fix statsbeat throttle recording logic.
  • SEMATTRS_ENDUSER_ID is properly added to tags but not to properties in telemetry envelopes.
  • Update network statsbeat to follow a singleton pattern.

OpenTelemetry Instrumentation 1.0.0-beta.9 Changelog

Other Changes

  • Updates OpenTelemetry packages to v2.

Resource Management - Arize AI Observability Eval 1.0.0 Changelog

Resource Management - Carbonoptimization 1.0.0-beta.1 Changelog

Resource Management - Chaos 2.0.0 Changelog

Resource Management - Cognitive Services 7.7.0-beta.1 Changelog

Resource Management - Confidential Ledger 1.3.0-beta.3 Changelog

Resource Management - Container Service Fleet 2.0.0 Changelog

Resource Management - Cosmos DB 16.3.0 Changelog

Resource Management - Kubernetesconfiguration-Extensions 1.0.0-beta.1 Changelog

Resource Management - Kubernetesconfiguration-Extensiontypes 1.0.0-beta.1 Changelog

Resource Management - Kubernetesconfiguration-Fluxconfigurations 1.0.0-beta.1 Changelog

Resource Management - Mongodbatlas 1.0.0-beta.1 Changelog

Resource Management - NetApp Files 21.6.0-beta.1 Changelog

Resource Management - Network 34.0.0 Changelog

Resource Management - Onlineexperimentation 1.0.0-beta.1 Changelog

Resource Management - Postgresql 8.1.0-beta.1 Changelog

Resource Management - Purestorageblock 1.0.0-beta.1 Changelog

Resource Management - Resources 6.1.0 Changelog

Resource Management - Service Networking 2.1.0-beta.1 Changelog

Resource Management - Sitemanager 1.0.0-beta.1 Changelog

Storage - Blobs 12.28.0-beta.2 Changelog

Features Added

  • Includes all features released in 12.26.0-beta.2.

Storage - Blobs 12.28.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-07-05.
  • Added support for the sourceShareTokenIntent parameter to AppendBlobClient.appendBlockFromURL(), BlockBlobClient.stageBlockFromURL(), BlockBlobClient.syncUploadFromURL(), BlobClient.syncCopyFromURL(), PageBlobClient.uploadPagesFromURL().

Storage - Files Data Lake 12.27.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-07-05.

Storage - Files Share 12.28.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-07-05.
  • Added the ShareFileClient.createSymbolicLink(), and .getSymbolicLink() APIs.

Storage - Queues 12.27.0-beta.1 Changelog

Features Added

  • Added support for service version 2025-07-05.

System Events 1.0.0-beta.7 Changelog

Features Added

  • Added new System Events:

  • Microsoft.ApiManagement.CircuitBreaker.Closed
  • Microsoft.ApiManagement.CircuitBreaker.Opened
  • Microsoft.ApiManagement.GatewayTokenExpired
  • Microsoft.ApiManagement.GatewayTokenNearExpiry
  • Microsoft.Communication.CallEnded": AcsCallEndedEventData
  • Microsoft.Communication.CallParticipantAdded
  • Microsoft.Communication.CallParticipantRemoved
  • Microsoft.Communication.CallStarted
  • Microsoft.Communication.ChatAzureBotCommandReceivedInThread
  • Microsoft.Communication.ChatTypingIndicatorReceivedInThread
  • Microsoft.Edge.SolutionVersionPublished

Tables 13.3.1 Changelog

Bugs Fixed

  • Fix issue #28624 where request options were not available when submitting a transaction operation.
  • Fix issue #32239 where Azurite emulator endpoint with a non-default port was treated as Cosmos endpoint.
  • Add partitionKey and rowKey validation for TableClient methods.

TypeSpec HTTP Runtime 0.2.3 Changelog

Features Added

  • Added authSchemes to PipelineRequestOptions. #34587

Bugs Fixed

  • Fix an issue where AZURE_LOG_LEVEL environment variable is not properly respected. #34444

Web PubSub 1.2.0 Changelog

Features Added

  • Added a new API WebPubSubGroup.listConnections to list connections in a group.

unknown 12.0.0-beta.2 Changelog

Features Added

  • Including all released in 12.0.0-beta.1

unknown 12.0.0-beta.1 Changelog

Features Added

  • Initial Release.

unknown 1.0.0-beta.1 Changelog

Features Added

Initial release of the @azure-rest/onlineexperimentation package

Latest Releases

View all the latest versions of JavaScript packages here.

Installation Instructions

To install the packages, copy and paste the below into a terminal.

$> npm install @azure-rest/ai-document-intelligence@1.1.0
$> npm install @azure-rest/confidential-ledger@1.1.2-beta.3
$> npm install @azure-rest/health-insights-radiologyinsights@2.0.0
$> npm install @azure-rest/onlineexperimentation@1.0.0-beta.1
$> npm install @azure/ai-agents@1.0.0-beta.3
$> npm install @azure/ai-agents@1.0.0-beta.4
$> npm install @azure/ai-agents@1.0.0-beta.1
$> npm install @azure/ai-agents@1.0.0-beta.2
$> npm install @azure/ai-form-recognizer@5.1.0
$> npm install @azure/ai-projects@1.0.0-beta.6
$> npm install @azure/ai-projects@1.0.0-beta.7
$> npm install @azure/ai-projects@1.0.0-beta.8
$> npm install @azure/arm-arizeaiobservabilityeval@1.0.0
$> npm install @azure/arm-carbonoptimization@1.0.0-beta.1
$> npm install @azure/arm-chaos@2.0.0
$> npm install @azure/arm-cognitiveservices@7.7.0-beta.1
$> npm install @azure/arm-confidentialledger@1.3.0-beta.3
$> npm install @azure/arm-containerservicefleet@2.0.0
$> npm install @azure/arm-cosmosdb@16.3.0
$> npm install @azure/arm-kubernetesconfiguration-extensions@1.0.0-beta.1
$> npm install @azure/arm-kubernetesconfiguration-extensiontypes@1.0.0-beta.1
$> npm install @azure/arm-kubernetesconfiguration-fluxconfigurations@1.0.0-beta.1
$> npm install @azure/arm-mongodbatlas@1.0.0-beta.1
$> npm install @azure/arm-netapp@21.6.0-beta.1
$> npm install @azure/arm-network@34.0.0
$> npm install @azure/arm-onlineexperimentation@1.0.0-beta.1
$> npm install @azure/arm-postgresql-flexible@8.1.0-beta.1
$> npm install @azure/arm-purestorageblock@1.0.0-beta.1
$> npm install @azure/arm-resources@6.1.0
$> npm install @azure/arm-servicenetworking@2.1.0-beta.1
$> npm install @azure/arm-sitemanager@1.0.0-beta.1
$> npm install @azure/communication-call-automation@1.5.0-beta.1
$> npm install @azure/communication-call-automation@1.5.0-beta.2
$> npm install @azure/communication-call-automation@1.4.0
$> npm install @azure/communication-chat@1.6.0-beta.6
$> npm install @azure/communication-chat@1.6.0-beta.7
$> npm install @azure/communication-common@2.4.0
$> npm install @azure/communication-phone-numbers@1.4.0-beta.1
$> npm install @azure/core-rest-pipeline@1.21.0
$> npm install @azure/cosmos@4.4.0
$> npm install @azure/cosmos@4.4.1
$> npm install @azure/data-tables@13.3.1
$> npm install @azure/digital-twins-core@2.0.0
$> npm install @azure/eventgrid@5.12.0
$> npm install @azure/eventgrid-systemevents@1.0.0-beta.7
$> npm install @azure/identity@4.10.0
$> npm install @azure/identity@4.10.1
$> npm install @azure/keyvault-admin@4.7.0
$> npm install @azure/keyvault-certificates@4.10.0
$> npm install @azure/keyvault-keys@4.10.0
$> npm install @azure/keyvault-secrets@4.10.0
$> npm install @azure/monitor-opentelemetry@1.11.1
$> npm install @azure/monitor-opentelemetry-exporter@1.0.0-beta.32
$> npm install @azure/opentelemetry-instrumentation-azure-sdk@1.0.0-beta.9
$> npm install @azure/storage-blob@12.28.0-beta.2
$> npm install @azure/storage-blob@12.28.0-beta.1
$> npm install @azure/storage-common@12.0.0-beta.2
$> npm install @azure/storage-common@12.0.0-beta.1
$> npm install @azure/storage-file-datalake@12.27.0-beta.1
$> npm install @azure/storage-file-share@12.28.0-beta.1
$> npm install @azure/storage-queue@12.27.0-beta.1
$> npm install @azure/web-pubsub@1.2.0
$> npm install @typespec/ts-http-runtime@0.2.3

Feedback

If you have a bug or feature request for one of the libraries, please post an issue at the azure-sdk-for-js repository