Azure SDK for .NET (March 2026)
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.GetStreamingResponseAsyncissue.
Features Added
- Added support for
CodeInterpreterToolCallContentfromMicrosoft.Extensions.AIabstractions when executingHostedCodeInterpreterTooltool.
AI Foundry 2.0.0-beta.1 Changelog
Breaking Changes
Transitive from Azure.AI.Projects.OpenAI:
ImageBasedHostedAgentDefinitionhas been merged intoHostedAgentDefinitionImageis now an optional property onHostedAgentDefinition; 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
net10framework compatibility, including removal of<EnablePreviewFeatures>flagging.
App Configuration 1.9.0 Changelog
Features Added
- Added
ConfigurationClientSettingsto support creating aConfigurationClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration.
Code Transparency 1.0.0-beta.7 Changelog
Features Added
- Added
CodeTransparencyRedirectPolicyto 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
ConfidentialLedgerRedirectPolicyto 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, andAnalyzeBinaryAsyncto optimize polling efficiency.
Content Understanding 1.0.2 Changelog
Bugs Fixed
- Fixed
GetRehydrationToken()returningnullon operations started withWaitUntil.Started, preventing cross-process operation handoff (#56840)
Identity 1.18.0-beta.3 Changelog
Breaking Changes
- Renamed
WorkloadIdentityCredentialOptions.IsAzureKubernetesTokenProxyEnabledtoIsAzureProxyEnabledto 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
ConfidentialClientApplicationandPublicClientApplicationto 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.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration for Azure SDK clients. -
The
WorkloadIdentityCredentialOptions.IsAzureProxyEnabledproperty, which enables Azure Kubernetes token proxy mode, is only available in beta releases of this package. -
AzureDeveloperCliCredentialnow parses JSON error output fromazd auth tokento extract clean error messages instead of including raw JSON in exceptions. Error messages like{"type":"consoleMessage","data":{"message":"ERROR: fetching token: ..."}}are now displayed asERROR: fetching token: ....
Identity 1.19.0 Changelog
Features Added
- Added support in
ClientCertificateCredentialto specify a path in the form ofcert:/StoreLocation/StoreName/Thumbprintto 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 pathcert:/CurrentUser/My/E661583E8FABEF4C0BEF694CBC41C28FB81CD870(A community contribution, courtesy of fowl2).
Identity Broker 1.4.0 Changelog
Features Added
- Added experimental
Microsoft.Extensions.ConfigurationandMicrosoft.Extensions.DependencyInjectionintegration 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
SecretClientSettingsto support creating aSecretClientfromIConfiguration, including configuration-based credential resolution and dependency injection registration. - Added the
outContentTypequery parameter to theSecretClient.GetSecretandSecretClient.GetSecretAsyncto specify the format in which the certificate will be returned. - Added the
previousVersionproperty toSecretProperties.
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
OpenAIlibrary. 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
IsolationScopeproperty toUserAssignedIdentityresource to support regional restrictions on identity assignment. - Added
ResourceVersionstoSubscriptionPolicyDefinitionandSubscriptionPolicySetDefinitionresources. - Updated default API versions for
ArmDeployment(2023-07-01 → 2025-04-01),Subscription(2019-10-01 → 2022-12-01),SubscriptionPolicyDefinition, andSubscriptionPolicySetDefinitionresources. - Added
ResourceBicepMetadataclass (renamed fromBicepMetadataintroduced 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
Conditionproperty toResourceBicepMetadatato support conditional resource deployment. The condition generates Bicepif (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
OperationCanceledExceptioninPollForSecretChangesAsyncso the background polling loop exits cleanly when the provider is disposed.
Features Added
- Added
AddKeyVaultSecretsextension methods onIConfigurationBuilderthat create aSecretClientfrom configuration using theAzure.Coreconfiguration extensions (built onSystem.ClientModel).
Voice Live 1.1.0-beta.2 Changelog
Features Added
-
MCP (Model Context Protocol) Support: Added comprehensive support for MCP server integration
- Added
VoiceLiveMcpServerDefinitionfor configuring external MCP servers as tools - Added
MCPApprovalTypeenum for controlling tool execution approval workflows (“always”, “never”) - Added
VoiceLiveMcpToolclass for representing MCP tool definitions with JSON schemas - Added MCP-specific session update events:
SessionUpdateMcpListToolsInProgress- Tool discovery startedSessionUpdateMcpListToolsCompleted- Tool discovery completedSessionUpdateMcpListToolsFailed- Tool discovery failedSessionUpdateResponseMcpCallArgumentsDelta- Tool call arguments streamingSessionUpdateResponseMcpCallArgumentsDone- Tool call arguments completeSessionUpdateResponseMcpCallInProgress- Tool execution startedSessionUpdateResponseMcpCallCompleted- Tool execution completedSessionUpdateResponseMcpCallFailed- Tool execution failed- Added MCP-specific response items:
SessionResponseMcpListToolItem- Contains list of available tools from MCP serverSessionResponseMcpCallItem- Represents an MCP tool call with optional approval requestSessionResponseMcpApprovalRequestItem- Human-in-the-loop approval requestSessionResponseMcpApprovalResponseItem- Approval decision response- MCP configuration properties on
VoiceLiveMcpServerDefinition: ServerLabel- Unique identifier for the MCP serverServerUrl- HTTP endpoint for the MCP serverAuthorization- Optional authorization header valueHeaders- Custom HTTP headers for MCP server requestsAllowedTools- 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
AvatarConfigTypesenum for avatar type selection (“photo_avatar”, “video_avatar”) - Added
PhotoAvatarBaseModesenum for photo avatar model selection (“vasa1”) - Added
AvatarOutputProtocolenum 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 synthesisPreferLocales- List of preferred fallback localesRate- 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
RequestImageContentPartfor including images in user messages - Added
RequestImageContentPartDetailenum 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
ImageTokensproperty toInputTokenDetailsfor tracking image processing costs -
Added
ImageTokensproperty toCachedTokenDetailsfor 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
AgentSessionConfigclass for configuring Foundry agent sessions: AgentName- The name of the Foundry agent to useProjectName- The name of the Azure AI project which the agent belongs toAgentVersion- Optional version of the agent to useConversationId- Optional conversation ID to continueAuthenticationIdentityClientId- Optional client ID for user-assigned managed identityFoundryResourceOverride- Optional Foundry resource name for cross-resource agent mode- Added
SessionTargetclass for specifying session targets (model or agent): SessionTarget.FromModel(string model)- Creates a model-centric session targetSessionTarget.FromAgent(AgentSessionConfig agentConfig)- Creates an agent-centric session target-
Implicit conversions from
stringandAgentSessionConfig -
Interim Response Configuration: Added support for interim responses during latency or tool execution delays
- Added
InterimResponseConfigBaseabstract base class withTriggersandLatencyThresholdMsproperties - Added
InterimResponseTriggerextensible enum (Latency,Tool) - Added
LlmInterimResponseConfigfor AI-generated interim responses withModel,Instructions, andMaxCompletionTokensproperties -
Added
StaticInterimResponseConfigfor predefined static text interim responses withTextscollection -
New
VoiceLiveClientSession Methods: Added new overloads for creating and starting sessions CreateSession(string model)- Creates an unconnected session for a modelCreateSession(SessionTarget target)- Creates an unconnected session from a model or agent targetCreateSession(VoiceLiveSessionOptions sessionConfig)- Creates an unconnected session from session configurationStartSessionAsync(AgentSessionConfig agentConfig, ...)- Starts a connected session with a Foundry agentStartSessionAsync(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_PREVIEWtoVoiceLiveClientOptions
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
Objectproperty (now internal) - Renamed
ModalitiesInternalproperty toModalities - Changed
Voiceproperty type fromBinaryDatato strongly typedVoiceProvider -
Changed
MaxOutputTokensproperty type fromBinaryDatato strongly typedMaxResponseOutputTokensOption -
SessionResponseItem changes:
-
Removed public
Objectproperty (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
AzureAISearchAgentTooltoAzureAISearchTool - Rename class
OpenApiAgentTooltoOpenAPITool - Rename class
AzureFunctionAgentTooltoAzureFunctionTool - Rename class
BingGroundingAgentTooltoBingGroundingTool - To align with OpenAI naming conventions, use “PreviewTool” suffix for class names descirbing Azure tools in preview:
- Rename class
MicrosoftFabricAgentTooltoMicrosoftFabricPreviewTool - Rename class
MemorySearchTooltoMemorySearchPreviewTool - Rename class
SharepointAgentTooltoSharepointPreviewTool - Rename class
BingCustomSearchAgentTooltoBingCustomSearchPreviewTool - Rename class
BrowserAutomationAgentTooltoBrowserAutomationPreviewTool - Rename class
A2ATooltoA2APreviewTool - Removed class
LocalShellAgentTool ImageBasedHostedAgentDefinitionhas been merged intoHostedAgentDefinitionImageis now an optional property onHostedAgentDefinition; no other net change
Features Added
- Updated for full
net10framework 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
ContentFieldsubclass now exposes a strongly-typedValueproperty (e.g.,ContentStringField.Valuereturnsstring?,ContentNumberField.Valuereturnsdouble?) - Added
ContentSourcehierarchy (DocumentSource,AudioVisualSource) for strongly-typed parsing of grounding source strings onContentField - Added
ContentRangevalue type with static factory methods (Page,Pages,TimeRange, etc.) for specifying content ranges onAnalysisInput - Added convenience methods and indexers on
ContentArrayFieldandContentObjectField - Added support for
clientRequestIdparameter inAnalyzeandAnalyzeBinaryoperations - 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.