The Azure SDK team is pleased to announce our March 2026 client library releases.

63 packages released this month.

Stable Packages (19)

  • App Configuration

  • Identity

  • Identity Broker

  • Key Vault - Administration

  • Key Vault - Keys

  • Key Vault - Secrets

  • Provisioning

  • Provisioning - App Containers

  • Provisioning - Network

  • Resource Management - Batch

  • Resource Management - Disconnectedoperations

  • Resource Management - Durabletask

  • Resource Management - ElasticSan

  • Resource Management - NetApp Files

  • Resource Management - Resource Manager

  • Resource Management - Service Fabric Managed Clusters

  • Secrets Configuration Provider for .NET

  • Voice Live

  • unknown

Patch Updates (3)

  • Content Understanding

  • Resource Management - Communication

  • Resource Management - Container Service

Beta Packages (29)

  • AI Agent Server - Agent Framework

  • AI Agent Server - Contracts

  • AI Agent Server - Core

  • AI Agents Persistent

  • AI Foundry

  • Code Transparency

  • Confidential Ledger

  • Identity

  • OpenAI Inference

  • Provisioning

  • Provisioning - App Configuration

  • Provisioning - App Service

  • Provisioning - Application Insights

  • Provisioning - Cdn

  • Provisioning - Communication

  • Provisioning - Container Service

  • Provisioning - Key Vault

  • Provisioning - Kusto

  • Provisioning - Network

  • Provisioning - Operational Insights

  • Provisioning - PostgreSQL

  • Provisioning - SQL

  • Provisioning - Storage

  • Resource Management - Certificateregistration

  • Resource Management - Container Service

  • Resource Management - Containerregistry.Tasks

  • Resource Management - Managedops

  • Voice Live

  • unknown

Release highlights

AI Agent Server - Agent Framework 1.0.0-beta.9 Changelog

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc1

AI Agent Server - Agent Framework 1.0.0-beta.10 Changelog

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc3

AI Agent Server - Agent Framework 1.0.0-beta.11 Changelog

Bugs Fixed

  • Support UseFoundryTools to accept optional TokenCredential parameter

AI Agent Server - Contracts 1.0.0-beta.9 Changelog

Other Changes

  • Package version alignment only. No functional changes.

AI Agent Server - Contracts 1.0.0-beta.10 Changelog

Other Changes

  • Package version alignment only. No functional changes.

AI Agent Server - Contracts 1.0.0-beta.11 Changelog

Other Changes

  • Package version alignment only. No functional changes.

AI Agent Server - Core 1.0.0-beta.9 Changelog

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc1

AI Agent Server - Core 1.0.0-beta.10 Changelog

Other Changes

  • Update Microsoft.Agents.AI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.OpenAI packages to 1.0.0-rc3

AI Agent Server - Core 1.0.0-beta.11 Changelog

Bugs Fixed

  • Support UseFoundryTools to accept optional TokenCredential parameter

AI Agents Persistent 1.2.0-beta.9 Changelog

Bugs Fixed

  • Fixed a performance issue in PersistentAgentsChatClient.GetStreamingResponseAsync issue.

Features Added

  • Added support for CodeInterpreterToolCallContent from Microsoft.Extensions.AI abstractions when executing HostedCodeInterpreterTool tool.

AI Foundry 2.0.0-beta.1 Changelog

Breaking Changes

Transitive from Azure.AI.Projects.OpenAI:

  • ImageBasedHostedAgentDefinition has been merged into HostedAgentDefinition
  • Image is now an optional property on HostedAgentDefinition; no other net change
  • Tracing: gen_ai.system.instructions event changed to gen_ai.system_instructions attribute.
  • Tracing: provider name change from “azure.ai.agents” to “microsoft.foundry”.

Features Added

  • Updated for full net10 framework compatibility, including removal of <EnablePreviewFeatures> flagging.

App Configuration 1.9.0 Changelog

Features Added

  • Added ConfigurationClientSettings to support creating a ConfigurationClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.

Code Transparency 1.0.0-beta.7 Changelog

Features Added

  • Added CodeTransparencyRedirectPolicy to automatically follow HTTP 307/308 redirects while preserving the Authorization header. Previously, redirects between Confidential Ledger nodes could return HTTP 307/308 responses that were not automatically followed by the default pipeline, causing these requests to fail unless clients implemented redirect handling themselves.

Code Transparency 1.0.0-beta.8 Changelog

Bugs Fixed

  • Fixes thread unsafe code in VerifyTransparentStatement. The code reused sha256 instances across multiple threads, which caused exceptions to be thrown when multiple threads were verifying statements at the same time. The fix was to create new sha256 instances for each verification operation instead of reusing them.

Confidential Ledger 1.4.1-beta.3 Changelog

Features Added

  • Added ConfidentialLedgerRedirectPolicy to automatically follow HTTP 307/308 redirects while preserving the Authorization header. Previously, the SDK did not follow redirects by default, and even when redirects were enabled, the Authorization header was stripped on cross-domain redirects between ACL nodes, causing write operations to fail when routed to non-primary nodes.

Content Understanding 1.0.1 Changelog

Other Changes

  • Set the default initial polling interval to 3 seconds for Analyze, AnalyzeAsync, AnalyzeBinary, and AnalyzeBinaryAsync to optimize polling efficiency.

Content Understanding 1.0.2 Changelog

Bugs Fixed

  • Fixed GetRehydrationToken() returning null on operations started with WaitUntil.Started, preventing cross-process operation handoff (#56840)

Identity 1.18.0-beta.3 Changelog

Breaking Changes

  • Renamed WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabled to IsAzureProxyEnabled to follow .NET naming conventions for boolean properties.

Bugs Fixed

  • Fixed a NullReferenceException that occurred during X509Chain validation on Linux when using the Identity Bindings feature.

  • Disabled MSAL’s internal retry logic for ConfidentialClientApplication and PublicClientApplication to prevent double retries when combined with Azure SDK’s retry policy. Only the configured Azure SDK retry policy is applied, avoiding unexpected additional retry attempts.

Identity 1.18.0 Changelog

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients.

  • The WorkloadIdentityCredentialOptions.IsAzureProxyEnabled property, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package.

  • AzureDeveloperCliCredential now parses JSON error output from azd auth token to extract clean error messages instead of including raw JSON in exceptions. Error messages like {"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}} are now displayed as ERROR: fetching token: ....

Identity 1.19.0 Changelog

Features Added

  • Added support in ClientCertificateCredential to specify a path in the form of cert:/StoreLocation/StoreName/Thumbprint to refer to a certificate in the platform certificate store - such as the Windows Certificate Store on Windows, and the KeyChain on MacOS - instead of a file on disk. For example to load a certificate from the “My” store in the “CurrentUser” location use the path cert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870 (A community contribution, courtesy of fowl2).

Identity Broker 1.4.0 Changelog

Features Added

  • Added experimental Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection integration for Azure SDK clients. For details, see the Configuration and Dependency Injection documentation.

Key Vault - Administration 4.7.0 Changelog

Bugs Fixed

  • Fixed challenge-based authentication to correctly parse tenant ID from DSTSv2 authority URIs.

Key Vault - Keys 4.9.0 Changelog

Bugs Fixed

  • Fixed challenge-based authentication to correctly parse tenant ID from DSTSv2 authority URIs.

Key Vault - Secrets 4.9.0 Changelog

Features Added

  • Added SecretClientSettings to support creating a SecretClient from IConfiguration, including configuration-based credential resolution and dependency injection registration.
  • Added the outContentType query parameter to the SecretClient.GetSecret and SecretClient.GetSecretAsync to specify the format in which the certificate will be returned.
  • Added the previousVersion property to SecretProperties.

OpenAI Inference 2.9.0-beta.1 Changelog

Breaking Changes

[Experimental] Realtime Migration

Previous support in Azure.AI.OpenAI for RealtimeClient was based on the Realtime API Beta that has been deprecated by OpenAI in favor of the newer Realtime surface. With this change, the additional logic in Azure.AI.OpenAI is no longer applicable and incompatible with the general availability API. In deference to this, direct, experimental support from Azure.AI.OpenAI for Realtime Beta is removed in favor of contemporary OpenAI library use. Please migrate to the latest OpenAI library for these new features and continuing API compatibility.

[Experimental] Responses

A number of breaking changes, including the removal of model-/deployment-based client constructor variants in favor of CreateResponseOptions having a Model property, are propagated from the OpenAI release. Please see the OpenAI release notes for full details.

Features Added

  • A substantial number of new features are carried forward from the OpenAI library. Please see the full release notes, linked above, for details.

Provisioning 1.5.0 Changelog

Features Added

  • Regenerated from the latest Azure.ResourceManager (1.14.0).
  • Added IsolationScope property to UserAssignedIdentity resource to support regional restrictions on identity assignment.
  • Added ResourceVersions to SubscriptionPolicyDefinition and SubscriptionPolicySetDefinition resources.
  • Updated default API versions for ArmDeployment (2023-07-01 → 2025-04-01), Subscription (2019-10-01 → 2022-12-01), SubscriptionPolicyDefinition, and SubscriptionPolicySetDefinition resources.
  • Added ResourceBicepMetadata class (renamed from BicepMetadata introduced in 1.5.0-beta.1) that provides a clean, type-safe way to set Bicep metadata on resources.

Provisioning 1.6.0-beta.1 Changelog

Features Added

  • Added Condition property to ResourceBicepMetadata to support conditional resource deployment. The condition generates Bicep if (condition) syntax and accepts literal boolean values, parameter references, or complex expressions.

Provisioning - App Configuration 1.2.0-beta.1 Changelog

Provisioning - App Containers 1.2.0 Changelog

Provisioning - App Service 1.4.0-beta.1 Changelog

Provisioning - App Service 1.4.0-beta.2 Changelog

Provisioning - Application Insights 1.2.0-beta.1 Changelog

Provisioning - Cdn 1.0.0-beta.1 Changelog

Provisioning - Communication 1.0.0-beta.4 Changelog

Provisioning - Container Service 1.0.0-beta.5 Changelog

Provisioning - Key Vault 1.2.0-beta.1 Changelog

Provisioning - Kusto 1.0.0-beta.2 Changelog

Provisioning - Network 1.0.0 Changelog

Provisioning - Network 1.1.0-beta.1 Changelog

Provisioning - Operational Insights 1.2.0-beta.1 Changelog

Provisioning - PostgreSQL 1.2.0-beta.1 Changelog

Provisioning - PostgreSQL 1.2.0-beta.2 Changelog

Provisioning - SQL 1.2.0-beta.1 Changelog

Provisioning - Storage 1.2.0-beta.1 Changelog

Resource Management - Batch 1.6.0 Changelog

Resource Management - Certificateregistration 1.0.0-beta.1 Changelog

Resource Management - Communication 1.3.1 Changelog

Resource Management - Container Service 1.3.1 Changelog

Resource Management - Container Service 1.4.0-beta.1 Changelog

Resource Management - Containerregistry.Tasks 1.0.0-beta.1 Changelog

Resource Management - Disconnectedoperations 1.0.0 Changelog

Resource Management - Durabletask 1.1.0 Changelog

Resource Management - ElasticSan 1.2.0 Changelog

Resource Management - Managedops 1.0.0-beta.1 Changelog

Resource Management - NetApp Files 1.15.0 Changelog

Resource Management - Resource Manager 1.14.0 Changelog

Resource Management - Service Fabric Managed Clusters 1.3.0 Changelog

Secrets Configuration Provider for .NET 1.5.0 Changelog

Bugs Fixed

  • Handle OperationCanceledException in PollForSecretChangesAsync so the background polling loop exits cleanly when the provider is disposed.

Features Added

  • Added AddKeyVaultSecrets extension methods on IConfigurationBuilder that create a SecretClient from configuration using the Azure.Core configuration extensions (built on System.ClientModel).

Voice Live 1.1.0-beta.2 Changelog

Features Added

  • MCP (Model Context Protocol) Support: Added comprehensive support for MCP server integration

  • Added VoiceLiveMcpServerDefinition for configuring external MCP servers as tools
  • Added MCPApprovalType enum for controlling tool execution approval workflows (“always”, “never”)
  • Added VoiceLiveMcpTool class for representing MCP tool definitions with JSON schemas
  • Added MCP-specific session update events:
  • SessionUpdateMcpListToolsInProgress - Tool discovery started
  • SessionUpdateMcpListToolsCompleted - Tool discovery completed
  • SessionUpdateMcpListToolsFailed - Tool discovery failed
  • SessionUpdateResponseMcpCallArgumentsDelta - Tool call arguments streaming
  • SessionUpdateResponseMcpCallArgumentsDone - Tool call arguments complete
  • SessionUpdateResponseMcpCallInProgress - Tool execution started
  • SessionUpdateResponseMcpCallCompleted - Tool execution completed
  • SessionUpdateResponseMcpCallFailed - Tool execution failed
  • Added MCP-specific response items:
  • SessionResponseMcpListToolItem - Contains list of available tools from MCP server
  • SessionResponseMcpCallItem - Represents an MCP tool call with optional approval request
  • SessionResponseMcpApprovalRequestItem - Human-in-the-loop approval request
  • SessionResponseMcpApprovalResponseItem - Approval decision response
  • MCP configuration properties on VoiceLiveMcpServerDefinition:
  • ServerLabel - Unique identifier for the MCP server
  • ServerUrl - HTTP endpoint for the MCP server
  • Authorization - Optional authorization header value
  • Headers - Custom HTTP headers for MCP server requests
  • AllowedTools - Optional list of tool names to enable (whitelist)
  • RequireApproval - Approval policy for tool execution

  • Enhanced Avatar Configuration: Extended avatar capabilities with new configuration options

  • Added AvatarConfigTypes enum for avatar type selection (“photo_avatar”, “video_avatar”)
  • Added PhotoAvatarBaseModes enum for photo avatar model selection (“vasa1”)
  • Added AvatarOutputProtocol enum for output protocol selection (“webrtc”, “websocket”)
  • New properties on AvatarConfiguration:
  • Type - Avatar type (photo or video)
  • Model - Base model for photo avatars
  • OutputProtocol - Protocol for avatar data streaming

  • Personal Voice Enhancements: Added prosody and localization controls for Azure Personal Voice

  • New properties on AzurePersonalVoice:
  • Locale - Primary locale for speech synthesis
  • PreferLocales - List of preferred fallback locales
  • Rate - Speech rate adjustment (e.g., “+10%”, “-15%”)
  • Pitch - Pitch adjustment (e.g., “+2st”, “-1st”)
  • Volume - Volume adjustment (e.g., “+6dB”, “-3dB”)
  • Style - Speaking style selection
  • CustomLexiconUrl - URL to custom pronunciation lexicon

  • Image Input Support: Added multimodal image input capabilities

  • Added RequestImageContentPart for including images in user messages
  • Added RequestImageContentPartDetail enum for image quality control (“auto”, “low”, “high”)
  • Properties on RequestImageContentPart:
  • Url - Image URL (supports http://, https://, and data: URIs)
  • Detail - Image processing detail level

  • Enhanced Token Tracking: Added image token usage metrics

  • Added ImageTokens property to InputTokenDetails for tracking image processing costs
  • Added ImageTokens property to CachedTokenDetails for cached image token tracking

  • New Voice Options: Added new OpenAI voice presets
  • OAIVoice.Cedar - Additional voice option
  • OAIVoice.Marin - Additional voice option

  • Foundry Agent Support: Added support for agent-centric sessions using Azure AI Foundry agents

  • Added AgentSessionConfig class for configuring Foundry agent sessions:
  • AgentName - The name of the Foundry agent to use
  • ProjectName - The name of the Azure AI project which the agent belongs to
  • AgentVersion - Optional version of the agent to use
  • ConversationId - Optional conversation ID to continue
  • AuthenticationIdentityClientId - Optional client ID for user-assigned managed identity
  • FoundryResourceOverride - Optional Foundry resource name for cross-resource agent mode
  • Added SessionTarget class for specifying session targets (model or agent):
  • SessionTarget.FromModel(string model) - Creates a model-centric session target
  • SessionTarget.FromAgent(AgentSessionConfig agentConfig) - Creates an agent-centric session target
  • Implicit conversions from string and AgentSessionConfig

  • Interim Response Configuration: Added support for interim responses during latency or tool execution delays

  • Added InterimResponseConfigBase abstract base class with Triggers and LatencyThresholdMs properties
  • Added InterimResponseTrigger extensible enum (Latency, Tool)
  • Added LlmInterimResponseConfig for AI-generated interim responses with Model, Instructions, and MaxCompletionTokens properties
  • Added StaticInterimResponseConfig for predefined static text interim responses with Texts collection

  • New VoiceLiveClient Session Methods: Added new overloads for creating and starting sessions

  • CreateSession(string model) - Creates an unconnected session for a model
  • CreateSession(SessionTarget target) - Creates an unconnected session from a model or agent target
  • CreateSession(VoiceLiveSessionOptions sessionConfig) - Creates an unconnected session from session configuration
  • StartSessionAsync(AgentSessionConfig agentConfig, ...) - Starts a connected session with a Foundry agent
  • StartSessionAsync(SessionTarget target, ...) - Starts a connected session from a model or agent target
  • StartSessionAsync(SessionTarget target, VoiceLiveSessionOptions sessionConfig, ...) - Starts a connected session from a target with additional configuration

  • New Service Version: Added ServiceVersion.V2026_01_01_PREVIEW to VoiceLiveClientOptions

Voice Live 1.1.0-beta.3 Changelog

Bugs Fixed

  • Added public InterimResponseConfigBase InterimResponse

Voice Live 1.0.0 Changelog

Breaking Changes

  • SessionResponse changes:

  • Removed public Object property (now internal)
  • Renamed ModalitiesInternal property to Modalities
  • Changed Voice property type from BinaryData to strongly typed VoiceProvider
  • Changed MaxOutputTokens property type from BinaryData to strongly typed MaxResponseOutputTokensOption

  • SessionResponseItem changes:

  • Removed public Object property (now internal)

  • VoiceLiveSessionResponse changes:

  • No longer inherits from VoiceLiveSessionOptions
  • Constructor changed from internal to public
  • Properties now have public setters: Id, Model, Animation, Instructions, InputAudioSamplingRate, InputAudioFormat, OutputAudioFormat, InputAudioNoiseReduction, InputAudioEchoCancellation, Avatar, InputAudioTranscription, Temperature
  • Added new read-only properties: Voice, MaxResponseOutputTokens, ToolChoice, TurnDetection

  • VoiceProvider changes:
  • Removed internal ToBinaryData() method

unknown 2.0.0-beta.1 Changelog

Breaking changes

  • To align with OpenAI naming conventions, use “Tool” suffix for class names describing Azure tools that are generally available (stable release):
  • Rename class AzureAISearchAgentTool to AzureAISearchTool
  • Rename class OpenApiAgentTool to OpenAPITool
  • Rename class AzureFunctionAgentTool to AzureFunctionTool
  • Rename class BingGroundingAgentTool to BingGroundingTool
  • To align with OpenAI naming conventions, use “PreviewTool” suffix for class names descirbing Azure tools in preview:
  • Rename class MicrosoftFabricAgentTool to MicrosoftFabricPreviewTool
  • Rename class MemorySearchTool to MemorySearchPreviewTool
  • Rename class SharepointAgentTool to SharepointPreviewTool
  • Rename class BingCustomSearchAgentTool to BingCustomSearchPreviewTool
  • Rename class BrowserAutomationAgentTool to BrowserAutomationPreviewTool
  • Rename class A2ATool to A2APreviewTool
  • Removed class LocalShellAgentTool
  • ImageBasedHostedAgentDefinition has been merged into HostedAgentDefinition
  • Image is now an optional property on HostedAgentDefinition; no other net change

Features Added

  • Updated for full net10 framework compatibility, including removal of <EnablePreviewFeatures> flagging.

unknown 1.0.0 Changelog

Features Added

  • GA release of Azure AI Content Understanding client library for .NET
  • Each ContentField subclass now exposes a strongly-typed Value property (e.g., ContentStringField.Value returns string?, ContentNumberField.Value returns double?)
  • Added ContentSource hierarchy (DocumentSource, AudioVisualSource) for strongly-typed parsing of grounding source strings on ContentField
  • Added ContentRange value type with static factory methods (Page, Pages, TimeRange, etc.) for specifying content ranges on AnalysisInput
  • Added convenience methods and indexers on ContentArrayField and ContentObjectField
  • Added support for clientRequestId parameter in Analyze and AnalyzeBinary operations
  • Updated to service API version 2025-11-01

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.AgentServer.AgentFramework --version 1.0.0-beta.9
$> dotnet add package Azure.AI.AgentServer.AgentFramework --version 1.0.0-beta.10
$> dotnet add package Azure.AI.AgentServer.AgentFramework --version 1.0.0-beta.11
$> dotnet add package Azure.AI.AgentServer.Contracts --version 1.0.0-beta.9
$> dotnet add package Azure.AI.AgentServer.Contracts --version 1.0.0-beta.10
$> dotnet add package Azure.AI.AgentServer.Contracts --version 1.0.0-beta.11
$> dotnet add package Azure.AI.AgentServer.Core --version 1.0.0-beta.9
$> dotnet add package Azure.AI.AgentServer.Core --version 1.0.0-beta.10
$> dotnet add package Azure.AI.AgentServer.Core --version 1.0.0-beta.11
$> dotnet add package Azure.AI.Agents.Persistent --version 1.2.0-beta.9
$> dotnet add package Azure.AI.ContentUnderstanding --version 1.0.1
$> dotnet add package Azure.AI.ContentUnderstanding --version 1.0.2
$> dotnet add package Azure.AI.ContentUnderstanding --version 1.0.0
$> dotnet add package Azure.AI.OpenAI --version 2.9.0-beta.1
$> dotnet add package Azure.AI.Projects --version 2.0.0-beta.1
$> dotnet add package Azure.AI.Projects.OpenAI --version 2.0.0-beta.1
$> dotnet add package Azure.AI.VoiceLive --version 1.1.0-beta.2
$> dotnet add package Azure.AI.VoiceLive --version 1.1.0-beta.3
$> dotnet add package Azure.AI.VoiceLive --version 1.0.0
$> dotnet add package Azure.Data.AppConfiguration --version 1.9.0
$> dotnet add package Azure.Extensions.AspNetCore.Configuration.Secrets --version 1.5.0
$> dotnet add package Azure.Identity --version 1.18.0-beta.3
$> dotnet add package Azure.Identity --version 1.18.0
$> dotnet add package Azure.Identity --version 1.19.0
$> dotnet add package Azure.Identity.Broker --version 1.4.0
$> dotnet add package Azure.Provisioning --version 1.5.0
$> dotnet add package Azure.Provisioning --version 1.6.0-beta.1
$> dotnet add package Azure.Provisioning.AppConfiguration --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.AppContainers --version 1.2.0
$> dotnet add package Azure.Provisioning.AppService --version 1.4.0-beta.1
$> dotnet add package Azure.Provisioning.AppService --version 1.4.0-beta.2
$> dotnet add package Azure.Provisioning.ApplicationInsights --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.Cdn --version 1.0.0-beta.1
$> dotnet add package Azure.Provisioning.Communication --version 1.0.0-beta.4
$> dotnet add package Azure.Provisioning.ContainerService --version 1.0.0-beta.5
$> dotnet add package Azure.Provisioning.KeyVault --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.Kusto --version 1.0.0-beta.2
$> dotnet add package Azure.Provisioning.Network --version 1.0.0
$> dotnet add package Azure.Provisioning.Network --version 1.1.0-beta.1
$> dotnet add package Azure.Provisioning.OperationalInsights --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.PostgreSql --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.PostgreSql --version 1.2.0-beta.2
$> dotnet add package Azure.Provisioning.Sql --version 1.2.0-beta.1
$> dotnet add package Azure.Provisioning.Storage --version 1.2.0-beta.1
$> dotnet add package Azure.ResourceManager --version 1.14.0
$> dotnet add package Azure.ResourceManager.Batch --version 1.6.0
$> dotnet add package Azure.ResourceManager.CertificateRegistration --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.Communication --version 1.3.1
$> dotnet add package Azure.ResourceManager.ContainerRegistry.Tasks --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.ContainerService --version 1.3.1
$> dotnet add package Azure.ResourceManager.ContainerService --version 1.4.0-beta.1
$> dotnet add package Azure.ResourceManager.DisconnectedOperations --version 1.0.0
$> dotnet add package Azure.ResourceManager.DurableTask --version 1.1.0
$> dotnet add package Azure.ResourceManager.ElasticSan --version 1.2.0
$> dotnet add package Azure.ResourceManager.ManagedOps --version 1.0.0-beta.1
$> dotnet add package Azure.ResourceManager.NetApp --version 1.15.0
$> dotnet add package Azure.ResourceManager.ServiceFabricManagedClusters --version 1.3.0
$> dotnet add package Azure.Security.CodeTransparency --version 1.0.0-beta.7
$> dotnet add package Azure.Security.CodeTransparency --version 1.0.0-beta.8
$> dotnet add package Azure.Security.ConfidentialLedger --version 1.4.1-beta.3
$> dotnet add package Azure.Security.KeyVault.Administration --version 4.7.0
$> dotnet add package Azure.Security.KeyVault.Keys --version 4.9.0
$> dotnet add package Azure.Security.KeyVault.Secrets --version 4.9.0

Feedback

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