azure-sdk
NuGet publisher profile
Packages (1,117)
Azure.Core
This is the implementation of the Azure Client Pipeline
Azure.Identity
Provides APIs for authenticating to Microsoft Entra ID
System.Memory.Data
A lightweight abstraction for a payload of bytes. Provides methods for converting between strings, streams, JSON, and bytes. Commonly Used Types: System.BinaryData
System.ClientModel
Contains building blocks for clients that call cloud services.
Azure.Storage.Common
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/
Azure.Storage.Blobs
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Microsoft.Azure.Amqp
Package for Azure AMQP
Azure.Security.KeyVault.Secrets
This is the Microsoft Azure Key Vault Secrets client library
Microsoft.Rest.ClientRuntime
Infrastructure for error handling, tracing, and HttpClient pipeline configuration. Required by client libraries generated using AutoRest.
Microsoft.Azure.WebJobs
This package contains the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.WebJobs.Core
This package provides the core Types and Attribute definitions for the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
WindowsAzure.Storage
NOTE: As of version 9.4.0, this library has been split into multiple parts and replaced: See https://www.nuget.org/packages/Microsoft.Azure.Storage.Blob/, https://www.nuget.org/packages/Microsoft.Azure.Storage.File/, https://www.nuget.org/packages/Microsoft.Azure.Storage.Queue/, and https://www.nuget.org/packages/Microsoft.Azure.Storage.Common/. For table support, see https://www.nuget.org/packages/Microsoft.Azure.CosmosDB.Table/. This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Azure.Messaging.ServiceBus
Azure Service Bus is a fully managed enterprise integration message broker. Service Bus can decouple applications and services. Service Bus offers a reliable and secure platform for asynchronous transfer of data and state. This client library allows for both sending and receiving messages using Azure Service Bus. For more information about Service Bus, see https://learn.microsoft.com/azure/service-bus-messaging/service-bus-messaging-overview
Azure.Core.Amqp
This library contains AMQP model types used by Azure libraries.
Microsoft.Rest.ClientRuntime.Azure
Provides common error handling, tracing, and HTTP/REST-based pipeline manipulation.
Microsoft.Extensions.Azure
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Azure.Functions.Worker.Core
This library provides the core functionality to build an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Azure.Security.KeyVault.Certificates
This is the Microsoft Azure Key Vault Certificates client library
Microsoft.Azure.KeyVault.Core
Microsoft Azure Key Vault Core Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.Azure.WebJobs.Extensions
This package contains Timers and File triggers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
Microsoft.Azure.Cosmos
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Azure.Storage.Queues
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Queues/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api
Microsoft.Azure.WebJobs.Extensions.Http
This package adds binding extensions for Http.
Microsoft.Azure.KeyVault
Azure Key Vault enables users to store and use cryptographic keys within the Microsoft Azure environment. Azure Key Vault supports multiple key types and algorithms and enables the use of Hardware Security Modules (HSM) for high value customer keys. In addition, Azure Key Vault allows users to securely store secrets in a Key Vault; secrets are limited size octet objects and Azure Key Vault applies no specific semantics to these objects. A Key Vault may contain a mix of keys and secrets at the same time, and access control for the two types of object is independently controlled. Users, subject to appropriate authorization, may: 1) Manage cryptographic keys using Create, Import, Update, Delete and other operations 2) Manage secrets using Get, Set, Delete and other operations 3) Use cryptographic keys with Sign/Verify, WrapKey/UnwrapKey and Encrypt/Decrypt operations. Operations against Key Vaults are authenticated and authorized using Azure Active Directory. Key Vault now supports certificates, a complex type that makes use of existing key and secret infrastructure for certificate operations. KV certificates also support notification and auto-renewal as well as other management features. This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.Azure.Functions.Worker.ProjectTemplates
Azure Functions .NET Isolated Project Template Pack for Microsoft Template Engine
Microsoft.Azure.KeyVault.WebKey
Microsoft Azure Key Vault WebKey Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.Azure.WebJobs.Host.Storage
This package contains Azure Storage based implementations of some WebJobs SDK component interfaces. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Azure.Extensions.AspNetCore.Configuration.Secrets
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Azure.WebJobs.Script.ExtensionsMetadataGenerator
Azure Functions extensions metadata generator
Azure.Messaging.EventGrid
This library can be used to publish events to Azure Event Grid and to consume events delivered by EventGrid. It also defines the event schemas for the events published to EventGrid by various Azure services.
Azure.Data.AppConfiguration
This is the Microsoft Azure Application Configuration Service client library
Microsoft.Extensions.Configuration.AzureAppConfiguration
Microsoft.Extensions.Configuration.AzureAppConfiguration is a configuration provider for the .NET Core framework that allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications.
Microsoft.Azure.ServiceBus
Please note, a newer package Azure.Messaging.ServiceBus is available as of November 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/sb for more details.
Microsoft.Azure.Functions.Worker.ItemTemplates
Collection of templates for Azure Functions .NET Isolated
Azure.Data.Tables
This client library enables working with the Microsoft Azure Table service
Microsoft.Azure.Storage.Common
This client library enables working with the Microsoft Azure Storage services which include the blob and file services for storing binary and text data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Common/README.md and https://github.com/Azure/azure-storage-net/blob/master/Common/changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Common/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Azure.WebJobs.ItemTemplates
Collection of templates for Azure Functions
Microsoft.Azure.WebJobs.ProjectTemplates
Azure Functions Project Template Pack for Microsoft Template Engine
Microsoft.Azure.Functions.Analyzers
This package provides development time code analysis for C# Azure Functions.
Microsoft.Azure.Storage.Blob
This client library enables working with the Microsoft Azure Storage Blob service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Blob/README.md and https://github.com/Azure/azure-storage-net/blob/master/Blob/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Blob/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Azure.Functions.Worker.Extensions.Abstractions
Abstractions for Azure Functions .NET Worker
Microsoft.Azure.Functions.Worker
This library enables you to create an Azure Functions .NET Worker, adding support for the isolated, out-of-process execution model.
Azure.Security.KeyVault.Keys
This is the Microsoft Azure Key Vault Keys client library
Microsoft.Azure.Functions.Worker.Grpc
This library provides gRPC support for Azure Functions .NET Worker communication with the Azure Functions Host.
Microsoft.Azure.DocumentDB.Core
Please note, a newer package, Microsoft.Azure.Cosmos, is available. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See https://aka.ms/migrate-to-cosmos-dotnet-v3 for more details. This client library enables client applications targeting .NET Core to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service.
Microsoft.Azure.Functions.Worker.Sdk
This package provides development time support for the Azure Functions .NET Worker.
Azure.Messaging.EventHubs
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Microsoft.Azure.Functions.Extensions
Provides extensions to work with Azure Functions features.
Microsoft.Azure.Functions.Worker.Extensions.Http
HTTP extensions for .NET isolated functions
Microsoft.WindowsAzure.ConfigurationManager
Microsoft Azure Configuration Manager provides a unified API to load configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.
Microsoft.Azure.Functions.Worker.Sdk.Generators
This package provides source generation for the Azure Functions .NET Worker.
Microsoft.Azure.Functions.Worker.Sdk.Analyzers
This package provides development time code analysis for the Azure Functions .NET Worker.
Microsoft.Azure.AppConfiguration.AspNetCore
Microsoft.Azure.AppConfiguration.AspNetCore allows developers to use Microsoft Azure App Configuration service as a configuration source in their applications. This package adds additional features for ASP.NET Core applications to the existing package Microsoft.Extensions.Configuration.AzureAppConfiguration.
Microsoft.Azure.WebJobs.Extensions.ServiceBus
Microsoft Azure WebJobs SDK ServiceBus Extension
Azure.ResourceManager
Microsoft Azure Resource Manager client SDK for Azure resources.
Azure.Monitor.OpenTelemetry.Exporter
An OpenTelemetry .NET exporter that exports to Azure Monitor
WindowsAzure.ServiceBus
Please note, for Azure Service Bus, Azure Event Hubs and Azure Relay, newer packages Azure.Messaging.ServiceBus, Azure.Messaging.EventHubs and Microsoft.Azure.Relay are available as of November 2020, February 2020 and March 2017 respectively. While WindowsAzure.ServiceBus will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read https://aka.ms/azsdk/blog/msging/intro for more details. It adds Microsoft.ServiceBus.dll along with related configuration files to your project. This library allows AMQP 1.0 to be used as one of the protocols for communication with Microsoft Azure Service Bus. For more information on Messaging features, please visit: http://azure.microsoft.com/en-us/documentation/services/service-bus/ For more information on Event Hub features, please visit: http://go.microsoft.com/fwlink/?LinkID=403957 Please note that this package requires at least .Net Framework 4.6.2.
Azure.Storage.Files.Shares
This client library enables working with the Microsoft Azure Storage File Shares service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.Shares/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for File Service - https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api
Microsoft.Azure.SignalR.Protocols
.NET Standard SDK for Azure SignalR Service protocol.
Microsoft.Azure.SignalR
.NET Standard SDK for Azure SignalR.
Microsoft.Rest.ClientRuntime.Azure.Authentication
Provides ADAL based authentication for Azure management client libraries
Microsoft.Azure.Cosmos.Table
This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. For reporting issue, please file it at: https://github.com/Azure/azure-cosmos-table-dotnet/issues.
Microsoft.Azure.Functions.Worker.Extensions.Timer
Timer extensions for .NET isolated functions
Microsoft.Azure.Functions.Worker.ApplicationInsights
Package Description
Microsoft.Azure.WebJobs.Extensions.Storage
This extension adds bindings for Storage
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore
ASP.NET Core extensions for .NET isolated functions
Azure.AI.OpenAI
Azure OpenAI's official extension package for using OpenAI's .NET library with the Azure OpenAI Service.
Microsoft.Azure.Functions.Worker.Extensions.Http.AspNetCore.Analyzers
This package provides development time code analysis for ASP.NET Core extensions for .NET isolated functions.
Azure.Extensions.AspNetCore.DataProtection.Blobs
Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/aspnet/core/security/data-protection/implementation/key-storage-providers).
Microsoft.Azure.Management.ResourceManager.Fluent
Provides resource group and resource management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.WebJobs.Extensions.Storage.Queues
This extension adds bindings for Storage
Azure.Search.Documents
This is the Azure AI Search client library for developing .NET applications with rich search experiences. It enables you to query your indexes, update documents in your indexes, and manage indexes, synonym maps, indexers, data sources, or other service-level resources.
Microsoft.Azure.WebJobs.Extensions.DurableTask
Azure WebJobs SDK Extension for the Durable Task Framework
Microsoft.Azure.Functions.Worker.Extensions.ServiceBus
Azure Service Bus extensions for .NET isolated functions
Azure.Monitor.OpenTelemetry.AspNetCore
An OpenTelemetry .NET distro that exports to Azure Monitor
Microsoft.Azure.WebJobs.Extensions.Rpc
This package provides RPC capabilities to the WebJobs SDK, allowing extensions to communicate between the host and worker via RPC. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.WebJobs.Rpc.Core
This package provides core RPC Types and capabilities to the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.Functions.Worker.ItemTemplates.NetCore
Collection of templates for Azure Functions .NET Isolated
Microsoft.Azure.EventHubs
Please note, a newer package Azure.Messaging.EventHubs is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details.
Microsoft.Azure.Management.Storage.Fluent
Provides Storage service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Core.NewtonsoftJson
This library contains converters dependent on the Newtonsoft.Json package for use with Azure.Core.
Microsoft.Azure.Management.Graph.RBAC.Fluent
Provides Graph RBAC management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Storage.Queue
This client library enables working with the Microsoft Azure Storage Queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/Queue/README.md and https://github.com/Azure/azure-storage-net/blob/master/Queue/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/Queue/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Queue Service - https://docs.microsoft.com/en-us/rest/api/storageservices/queue-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Microsoft.Azure.Management.KeyVault.Fluent
Provides Key Vault service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers
Code Analyzers that help find and fix common issues when writing code using the Azure Durable Functions extension.
Microsoft.Azure.Management.Msi.Fluent
Provides Managed Service Identity Management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Functions.Worker.Extensions.Rpc
Contains types to facilitate RPC communication between a worker extension and the functions host.
Microsoft.Azure.WebJobs.Extensions.Storage.Blobs
This extension adds bindings for Storage
Azure.Extensions.AspNetCore.DataProtection.Keys
Microsoft Azure Key Vault key encryption support.
Microsoft.Azure.Management.ServiceBus.Fluent
Provides Service Bus management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Sql.Fluent
Provides Sql management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Dns.Fluent
Provides DNS management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.AppService.Fluent
Provides App Service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Network.Fluent
Provides Network management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Cdn.Fluent
Provides CDN management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.CosmosDB.Fluent
Provides CosmosDB management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Compute.Fluent
Provides virtual machine, virtual machine extensions and availability set management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.ContainerRegistry.Fluent
Provides Container Registry management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Redis.Fluent
Provides Redis cache service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.TrafficManager.Fluent
Provides Traffic Manager management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.ContainerService.Fluent
Provides Container Service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Search.Fluent
Provides search service accounts management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Monitor.Fluent
Provides Monitor service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.ContainerInstance.Fluent
Provides container instance management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Locks.Fluent
Provides Locks service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Management.Fluent
Provides management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.Functions.Worker.Extensions.Storage.Queues
Azure Queue Storage extensions for .NET isolated functions
Microsoft.Azure.Management.BatchAI.Fluent
Provides BatchAI service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.DocumentDB
Please note, a newer package, Microsoft.Azure.Cosmos, is available. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. See https://aka.ms/migrate-to-cosmos-dotnet-v3 for more details. This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service.
Microsoft.Azure.Management.EventHub.Fluent
Provides EventHub service management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Microsoft.Azure.WebJobs.Extensions.OpenApi.Core
This package helps render OpenAPI document and Swagger UI of Azure Functions endpoints through the in-process worker.
Microsoft.Azure.NotificationHubs
Use this for Microsoft Azure Notification Hubs back end operations. It adds Microsoft.Azure.NotificationHubs.dll to your project. Notification Hubs support sending push notifications to Windows, Windows Phone, iOS, Android, Amazon, and Baidu. For more information on Notification Hub, please visit: http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-overview/
Microsoft.Azure.WebJobs.Extensions.OpenApi.Configuration.AppSettings
This package provides a base app settings capability deserialising environment variables into IConfiguration object.
Microsoft.Azure.Devices.Shared
Common code for Azure IoT Device and Service SDKs
Azure.Messaging.EventHubs.Processor
Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers. This library extends its Event Processor with durable storage for checkpoint information using Azure Blob storage. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Azure.Messaging.EventGrid.SystemEvents
Azure Event Grid is a publish-subscribe service that allows cloud events to be passed from producers to consumers. This library contains the system event models used by Azure Event Grid. For more information about Event Grid, see https://azure.microsoft.com/services/event-grid.
Microsoft.Azure.SignalR.Management
Provides communication capabilities with ASP.NET Core SignalR clients through Azure SignalR Service directly. The capabilities include sending messages to all/clients/users/groups and managing group membership. For more information, see https://github.com/Azure/azure-signalr/blob/dev/docs/management-sdk-guide.md
Microsoft.Azure.Search
Makes it easy to develop a .NET application that uses Azure Cognitive Search.
DotNetty.Common
DotNetty common routines
Microsoft.Azure.WebJobs.Sources
This package contains source for the runtime host components of the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.Functions.Worker.Extensions.Storage.Blobs
Azure Blob Storage extensions for .NET isolated functions
Microsoft.Web.RedisSessionStateProvider
Custom session state provider for redis cache.
Microsoft.Azure.Management.PrivateDns.Fluent
Provides Private DNS management (Fluent) capabilities for Microsoft Azure. This package is in low maintenance mode and being phased out. To use the latest Azure SDK for resource management, please see https://aka.ms/azsdk/dotnet/mgmt
Azure.Storage.Files.DataLake
This client library enables working with the Microsoft Azure Storage Data Lake File service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Files.DataLake/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Data Lake - https://docs.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/filesystem
Microsoft.Azure.EventGrid
Please note, a newer package Azure.Messaging.EventGrid is available as of March 2021. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eg for more details.
Microsoft.Azure.Functions.Worker.Extensions.DurableTask
Durable Task extension for .NET isolated functions
Microsoft.Azure.Search.Common
Common types needed by the Azure Cognitive Search .NET libraries. This is not the package you are looking for; It is only meant to be used as a dependency.
Microsoft.Azure.Search.Data
Use this package if you're developing a .NET application using Azure Cognitive Search, and you only need to query or update documents in your indexes. If you also need to create or update indexes, synonym maps, or other service-level resources, use the Microsoft.Azure.Search package instead.
Microsoft.Azure.Search.Service
Use this package if you're developing automation in .NET to manage Azure Cognitive Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need all the functionality of Azure Cognitive Search, use the Microsoft.Azure.Search package instead.
Microsoft.Azure.Devices
Service SDK for Azure IoT Hub
Microsoft.Azure.Storage.File
This client library enables working with the Microsoft Azure Storage File service for storing binary and text data. For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/File/README.md and https://github.com/Azure/azure-storage-net/blob/master/File/Changelog.txt in addition to the breaking changes https://github.com/Azure/azure-storage-net/blob/master/File/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for File Service - https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure Storage service are: * https://www.nuget.org/packages/Azure.Storage.Blobs * https://www.nuget.org/packages/Azure.Storage.Queues/ * https://www.nuget.org/packages/Azure.Storage.Files.Shares/ It is recommended that you move to the new package.
Azure.Provisioning
Contains the core functionality for defining Azure infrastructure with dotnet code.
Microsoft.Azure.WebJobs.Logging.ApplicationInsights
This package adds Application Insights based logging capabilities to the WebJobs SDK. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.WebJobs.Extensions.EventHubs
Microsoft Azure WebJobs SDK EventHubs Extension
Microsoft.Azure.WebJobs.Extensions.CosmosDB
This package contains binding extensions for Azure Cosmos DB.
Hyak.Common
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Microsoft.Azure.Common
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries.
Microsoft.Azure.WebJobs.Extensions.EventGrid
This extension adds bindings for EventGrid
Azure.ResourceManager.Resources
Microsoft Azure Resource Manager client SDK for Azure resource provider Resources.
Microsoft.Azure.Functions.Worker.Extensions.OpenApi
This package helps render OpenAPI document and Swagger UI of Azure Functions endpoints through the out-of-process worker.
Azure.Communication.Email
This client library enables working with the Microsoft Azure Communication Email service.
Microsoft.Azure.Devices.Client
Device SDK for Azure IoT Hub
Azure.Storage.Blobs.Batch
This client library allows you to batch multiple Azure Blob Storage operations in a single request. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.Batch/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.Batch/BreakingChanges.txt Microsoft Azure Storage quickstarts and tutorials - https://docs.microsoft.com/en-us/azure/storage/ Microsoft Azure Storage REST API Reference - https://docs.microsoft.com/en-us/rest/api/storageservices/ REST API Reference for Blob Service - https://docs.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api
Microsoft.Azure.Management.ResourceManager
Provides resource group and resource management capabilities for Microsoft Azure. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Resources" (https://www.nuget.org/packages/Azure.ResourceManager.Resources/). Please see the package changelog for more information.
Microsoft.Azure.Functions.Worker.Extensions.Storage
Azure Storage extensions for .NET isolated functions
Microsoft.Azure.Storage.DataMovement
Microsoft Azure Storage DataMovement Library offers a set of APIs extending the existing Azure Storage .Net Client Library to help customer transfer Azure Blob and File Storage with high-performance, scalability and reliability. For this release, see notes - https://github.com/Azure/azure-storage-net-data-movement/blob/master/README.md and https://github.com/Azure/azure-storage-net-data-movement/blob/master/changelog.txt Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.Functions.Worker.ItemTemplates.NetFx
Collection of templates for Azure Functions .NET Isolated
Azure.ResourceManager.Storage
Microsoft Azure management client SDK for Azure resource provider Microsoft.Storage.
Microsoft.Azure.WebJobs.Script.Abstractions
Package Description
Microsoft.Azure.Management.ServiceBus
Provides developers with libraries to create and manage Namespaces and manage Authorization Rules. Note: This client library is for ServiceBus under Azure Resource Manager.
Azure.Monitor.Query
A library for querying Azure Monitor's Logs and Metrics data sources.
Microsoft.Azure.EventHubs.Processor
Please note, a newer package Azure.Messaging.EventHubs.Processor is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details.
Microsoft.Azure.WebJobs.Extensions.OpenApi
This package helps render OpenAPI document and Swagger UI of Azure Functions endpoints through the in-proc worker.
Microsoft.Azure.DocumentDB.ChangeFeedProcessor
This library provides a host for distributing change feed events in partitioned collection across multiple observers. Instances of the host can scale up (by adding) or down (by removing) dynamically, and the load will be automatically distributed among active instances in about-equal way.
Microsoft.Azure.Cosmos.Direct
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Azure.ServiceBus.EventProcessorHost
Use this for EventHub distributed partition processing. For more information please visit http://go.microsoft.com/fwlink/?LinkID=403957 Please note that a newer package Azure.Messaging.EventHubs.Processor is available as of February 2020. While this package will continue to receive critical bug fixes, we strongly encourage you to upgrade. Read the migration guide at https://aka.ms/azsdk/net/migrate/eh for more details. This package requires at least .Net Framework 4.6.2.
Azure.AI.FormRecognizer
This is the Microsoft Azure Cognitive Services Form Recognizer client library
Microsoft.Azure.WebJobs.ServiceBus
Package Description
Azure.ResourceManager.Authorization
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Authorization.
Microsoft.Azure.Functions.Worker.Extensions.EventHubs
Azure Event Hubs extensions for .NET isolated functions
Microsoft.Azure.Common.Dependencies
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project.
Azure.ResourceManager.KeyVault
Microsoft Azure management client SDK for Azure resource provider Microsoft.KeyVault.
Microsoft.Azure.Management.Sql
Azure SQL Management SDK library
Microsoft.Azure.Management.Network
Provides management capabilities for Network services. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Network" (https://www.nuget.org/packages/Azure.ResourceManager.Network/). Please see the package changelog for more information.
Microsoft.Azure.Management.DataFactory
Azure Data Factory V2 is the data integration platform that goes beyond Azure Data Factory V1's orchestration and batch-processing of time-series data, with a general purpose app model supporting modern data warehousing patterns and scenarios, lift-and-shift SSIS, and data-driven SaaS applications. Compose and manage reliable and secure data integration workflows at scale. Use native ADF data connectors and Integration Runtimes to move and transform cloud and on-premises data that can be unstructured, semi-structured, and structured with Hadoop, Azure Data Lake, Spark, SQL Server, Cosmos DB and many other data platforms.
Microsoft.CognitiveServices.Speech
This NuGet package provides native and managed libraries for the Microsoft Cognitive Services Speech SDK. Documentation is available at https://aka.ms/csspeech.
Microsoft.Azure.Management.KeyVault
Provides key vault management capabilities for Microsoft Azure. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.KeyVault" (https://www.nuget.org/packages/Azure.ResourceManager.KeyVault/). Please see the package changelog for more information.
Microsoft.Azure.Functions.Worker.Extensions.CosmosDB
Azure Cosmos DB extensions for .NET isolated functions
Microsoft.Azure.WebJobs.Extensions.SignalRService
Package Description
Microsoft.Azure.CognitiveServices.Vision.ComputerVision
This client library provides access to the Microsoft Cognitive Services ComputerVision APIs.
Microsoft.Azure.Management.Storage
Microsoft Azure Management Storage Library. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Storage" (https://www.nuget.org/packages/Azure.ResourceManager.Storage/). Please see the package changelog for more information.
Azure.Provisioning.KeyVault
Azure.Provisioning.KeyVault simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Management.Monitor
Microsoft Azure Monitor Library
Microsoft.Azure.SignalR.Serverless.Protocols
.NET Standard SDK for Azure SignalR Service serverless protocol.
Azure.AI.TextAnalytics
Azure Cognitive Services Text Analytics is a cloud service that provides advanced natural language processing over raw text, and features like Language Detection, Sentiment Analysis, Key Phrase Extraction, Named Entity Recognition, Personally Identifiable Information (PII) Recognition, Linked Entity Recognition, Text Analytics for Health, and more.
Microsoft.Azure.Management.Websites
Provides website management capabilities for Microsoft Azure.
Azure.ResourceManager.AppService
Microsoft Azure management client SDK for Azure resource provider Microsoft.Web.
Azure.ResourceManager.Sql
Microsoft Azure management client SDK for Azure resource provider Microsoft.Sql.
Microsoft.Azure.Management.Logic
Microsoft Azure LogicApps Management Library
Azure.AI.DocumentIntelligence
This is the Azure.AI.DocumentIntelligence client library for developing .NET applications with rich experience.
Microsoft.Azure.Functions.Worker.Extensions.EventGrid
Azure Event Grid extensions for .NET isolated functions
Azure.ResourceManager.Compute
Microsoft Azure management client SDK for Azure resource provider Microsoft.Compute.
Microsoft.Azure.Management.RecoveryServices.Backup
Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.
Azure.ResourceManager.Network
Microsoft Azure management client SDK for Azure resource provider Microsoft.Network.
Microsoft.Azure.Management.PostgreSQL
Provides developers with libraries for the Azure Database for PostgreSQL under Azure Resource manager to deploy an instance of PostgreSQL. Create, Update, Delete, Restore, and more.
Microsoft.Azure.SqlDatabase.ElasticScale.Client
This client library allows ADO.NET developers to create applications that implement and use the pattern known as database sharding in Azure SQL Database. Sharding is a scale-out strategy that spreads data across a number of independent databases. The library includes APIs for creating and managing shard maps, routing SQL operations to the appropriate shard, and performing queries that cross many shards. To learn more about elastic database tools, check out http://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-scale-documentation-map/.
Azure.Provisioning.Storage
Azure.Provisioning.Storage simplifies declarative resource provisioning in .NET for Azure Storage.
Microsoft.Azure.KeyVault.Cryptography
Microsoft Azure Key Vault Cryptography Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Azure.ResourceManager.ServiceBus
Microsoft Azure management client SDK for Azure resource provider Microsoft.ServiceBus.
Microsoft.Azure.AppConfiguration.Functions.Worker
Microsoft.Azure.AppConfiguration.Functions.Worker allows developers to use the Microsoft Azure App Configuration service as a configuration source in their applications. This package adds additional features to the existing package Microsoft.Extensions.Configuration.AzureAppConfiguration for .NET Azure Functions running in an isolated process.
Azure.Communication.Common
This library provides base types for other Microsoft Azure Communication client libraries. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Common/CHANGELOG.md.
Azure.ResourceManager.CosmosDB
Microsoft Azure management client SDK for Azure resource provider Microsoft.CosmosDB.
Azure.Containers.ContainerRegistry
This client library enables working with the Microsoft Azure Container Registry service to store and manage container images and deployment artifacts.
Microsoft.Azure.KeyVault.Extensions
Microsoft Azure Key Vault Extensions Class Library This library has been replaced by the following new Azure SDKs. You can read about the new Azure SDKs at https://aka.ms/azsdkvalueprop. The latest libraries to interact with the Azure KeyVault service are: * https://www.nuget.org/packages/Azure.Security.KeyVault.Keys * https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets * https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates It is recommended that you move to the new package.
Microsoft.Azure.Management.Authorization
Provides capabilities to query Microsoft Azure Management Authorization.
Azure.Communication.Sms
This client library enables working with the Microsoft Azure Communication Sms service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Sms/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Sms/CHANGELOG.md. Microsoft Azure Communication Sms quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/telephony-sms/send?pivots=programming-language-csharp
Microsoft.Azure.Management.Compute
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.Compute" (https://www.nuget.org/packages/Azure.ResourceManager.Compute/). Please see the package changelog for more information.
Microsoft.Azure.Management.Batch.Fluent
Provides Batch service accounts management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.DataLake.Store
Microsoft Azure Data Lake Store Filesystem Library for Dot Net
Azure.Messaging.WebPubSub
Azure SDK client library for the WebPubSub service
Microsoft.Azure.Batch
This client library provides access to the Microsoft Azure Batch service.
Microsoft.WindowsAzure.Caching
Windows Azure Cache is a distributed, in-memory cache that increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. The Windows Azure Cache NuGet package provides the cache client libraries that can be used to build applications to target the Cache Service or the In-Role Cache. This NuGet package can only be used with the Windows Azure SDK version 2.9 of Windows Azure Cache.
Microsoft.Azure.Functions.Worker.Extensions.SignalRService
Azure SignalR Service extensions for .NET isolated functions
Azure.ResourceManager.DataFactory
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataFactory.
Azure.ResourceManager.ContainerService
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ContainerService.
Azure.AI.Projects
This is the Azure.AI.Projects client library for developing .NET applications with rich experience.
Microsoft.Azure.ConfigurationManager
Microsoft Azure Configuration Manager provides a unified API to load configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.
Azure.Core.Expressions.DataFactory
This is the implementation of the DataFactoryExpressions
Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime
Provides API functions for consuming the Microsoft Azure Cognitive Services LUIS Runtime API.
Microsoft.Azure.Relay
This is the Azure Relay .NET Standard client library for Hybrid Connections. For more information about Relay see https://azure.microsoft.com/en-us/services/service-bus/. This package is only supported on Windows 8 / Windows Server 2012 and newer.
Microsoft.Azure.Functions.Worker.OpenTelemetry
Package Description
Azure.Communication.Identity
This client library enables working with the Microsoft Azure Communication Identity service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Identity/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Identity/CHANGELOG.md. Microsoft Azure Communication Identity quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/access-tokens?pivots=programming-language-csharp
Azure.AI.Inference
This is the Microsoft Azure AI Inference Service client library
Microsoft.Azure.ApplicationInsights.Query
Provides Microsoft Azure Application Insights data plane query operations operations.
Microsoft.Azure.Management.EventHub
Provides developers with a library to create and manage all Azure Event Hubs resources. Note: This client library is for EventHub under Azure Resource Manager. Development of this library has shifted focus to the Azure Unified SDK. The future development will be focused on "Azure.ResourceManager.EventHubs" (https://www.nuget.org/packages/Azure.ResourceManager.EventHubs/). Please see the package changelog for more information.
Azure.ResourceManager.PostgreSql
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DBforPostgreSQL.
Azure.ResourceManager.ContainerRegistry
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ContainerRegistry.
Azure.ResourceManager.ManagedServiceIdentities
Microsoft Azure management client SDK for Azure resource provider Microsoft.ManagedIdentity.
Microsoft.Extensions.Caching.Cosmos
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft Azure Cosmos DB. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Functions.Worker.Extensions.Tables
Azure Table Storage extensions for .NET isolated functions
Azure.Data.SchemaRegistry
Azure Schema Registry SDK
Microsoft.Azure.CosmosDB.BulkExecutor
This client library enables client applications to perform bulk operations in Azure Cosmos DB for SQL, Gremlin and MongoDB APIs. The BulkImport module (supported for SQL, Gremlin and MongoDB API) provides functionality to bulk ingest documents with optimizations to maximally utilize the allocated collection throughput for maximal write throughput. The BulkUpdate module (supported for SQL API) provides functionality to bulk update documents as partial patches. The BulkDelete module (supported for SQL API) provides functionality to bulk delete documents given a list of partition key and id tuples.
Microsoft.Azure.WebJobs.Extensions.Kafka
Microsoft Azure WebJobs SDK Kafka Extension - This library is supported in the Premium Plan along with support for scaling as Go-Live - supported in Production with a SLA. It is also fully supported when using Azure Functions on Kubernetes where scaling will be handed by KEDA - scaling based on Kafka queue length. It is currently not supported on the Consumption plan (there will be no scale from zero) - this is something the Azure Functions team is still working on.
Microsoft.Azure.Management.Media
Provides developers with libraries for managing Azure Media Services using the Azure Resource Manager API.
Microsoft.Azure.WebJobs.Extensions.SendGrid
This package contains SendGrid binding extensions.
Azure.AI.Agents.Persistent
This is the Azure.AI.Agents.Persistent client library for developing .NET applications with rich experience.
Azure.ResourceManager.EventGrid
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.EventGrid.
Azure.ResourceManager.EventHubs
Microsoft Azure management client SDK for Azure resource provider Microsoft.EventHub.
Microsoft.Azure.Management.EventGrid
Provides developers with a library to create and manage all Azure EventGrid resources.
Microsoft.Azure.Devices.Provisioning.Service
Provisioning Service Client SDK for Azure IoT
Microsoft.WindowsAzure.Common
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation. The package also exposes the CloudContext type, which enables centralized discovery of available Microsoft Azure libraries. .NET Framework Recommended during Preview: At this time, applications looking to use the Microsoft Azure Management Libraries should use the .NET Framework. Management operations require the X509Certificate2 type that is not present in the Portable Class Library API surface area. The Common.NetFramework library exposes this functionality. Looking to the future, we are enabling PCL early: Microsoft Azure Active Directory integration enables token-based authentication. Coupled with appropriate platform-specific libraries, in the future more platforms will light up with support for managing Microsoft Azure services. Supported Portable Library Platforms: - .NET Framework 4.5, 4.5.1 - .NET for Windows Store apps - Windows Phone 8, 8.1 - Silverlight 5 - Portable Class Libraries
Azure.ResourceManager.Dns
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Network Dns.
Microsoft.WindowsAzure.Common.Dependencies
Provides popular portable components for a common HTTP pipeline and JSON parsing. This package is included as a dependency to other libraries such as the Microsoft Azure Management Libraries and should not be directly added to your project.
Azure.ResourceManager.Monitor
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Insights.
Azure.ResourceManager.ApiManagement
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ApiManagement.
Azure.ResourceManager.ResourceGraph
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ResourceGraph.
Azure.ResourceManager.Cdn
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Cdn.
Microsoft.Azure.Management.DataLake.Store
Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.
Azure.Core.Experimental
Experimental types that might eventually move to Azure.Core
Microsoft.Azure.Devices.Provisioning.Client
Provisioning Device Client SDK for Azure IoT Devices
Microsoft.Azure.SignalR.AspNet
.NET Framework SDK for Azure ASP.NET SignalR.
Azure.DigitalTwins.Core
SDK for the Azure Digital Twins service
Azure.Monitor.Ingestion
A library for ingesting data to Azure Monitor.
Microsoft.Azure.WebJobs.Extensions.Tables
This package extends the Microsoft.Azure.WebJobs library with Table triggers using Azure Table service.
Azure.Provisioning.ServiceBus
Azure.Provisioning.ServiceBus simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Management.ContainerRegistry
Provides management capabilities for Azure Container Registry.
Microsoft.SqlServer.Management.AlwaysEncrypted.AzureKeyVaultProvider
This library enables .NET Framework applications to use Microsoft Azure Key Vault with Always Encrypted in Microsoft Azure SQL Database and Microsoft SQL Server. The library includes the column master key store provider that allows client applications to access data when a column master key is stored in Microsoft Azure Key Vault. For more information on Always Encrypted, please refer to: https://aka.ms/AlwaysEncrypted. Use this library only with the legacy .NET Framework Data Provider for SQL Server within the System.Data.SqlClient namespace in .NET Framework. If you are using the Microsoft.Data.SqlClient (https://www.nuget.org/packages/Microsoft.Data.SqlClient) client driver, you need to use Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider (https://www.nuget.org/packages/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider) instead of this package.
Azure.ResourceManager.CognitiveServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.CognitiveServices.
Azure.Identity.Broker
Provides authentication broker APIs for authenticating to Microsoft Entra ID
Microsoft.WindowsAzure.Management.Compute
Provides virtual machine and hosted service management capabilities to developers. Launch, restart, scale, and manage VMs, hosted services, virtual disks, operating system images, and more.
Azure.Mcp
Azure MCP Server - Model Context Protocol implementation for Azure
Microsoft.Azure.CognitiveServices.Vision.Face
This client library provides access to the Microsoft Cognitive Services Face APIs.
Azure.Mcp.win-x64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for win-x64.
Azure.AI.Translation.Text
This is the Text Translation client library for developing .NET applications with rich experience.
Microsoft.Azure.Management.Dns
Provides management capabilities for Azure Dns.
Microsoft.Azure.AppService.ApiApps.Service
Microsoft.Azure.AppService.ApiApps.Service
Microsoft.Azure.CognitiveServices.ContentModerator
This client library provides access to the Microsoft Cognitive Services Content Moderator APIs.
Microsoft.WindowsAzure.Management.Storage
Provides storage management operations for Microsoft Azure, including the ability to create, delete, and configure storage service accounts and credentials.
Azure.AI.Vision.ImageAnalysis
This is the Azure.AI.Vision.ImageAnalysis client library for developing .NET applications with rich experience.
Azure.Communication.Chat
This client library enables working with the Microsoft Azure Communication Chat service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Chat/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.Chat/CHANGELOG.md. Microsoft Azure Communication Chat quickstart - https://docs.microsoft.com/azure/communication-services/quickstarts/chat/get-started?pivots=programming-language-csharp
Microsoft.Azure.Management.ApplicationInsights
Microsoft Azure Application Insights Library
Microsoft.Azure.Management.ApiManagement
Provides ApiManagement management capabilities for Microsoft Azure.
Microsoft.Azure.Functions.Worker.Extensions.Warmup
Warmup extensions for .NET isolated functions
Microsoft.Azure.Management.Redis
Provides redis cache management capabilities for Microsoft Azure.
Microsoft.Azure.WebJobs.Extensions.Sql
SQL binding extension for Azure Functions
Azure.ResourceManager.AppContainers
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.App。
Microsoft.Azure.Management.ResourceGraph
Provides Resource Graph operations for Microsoft Azure.
windowsazure.mediaservices
This package contains Windows Azure Media Service library 4.2.0.0 for .NET.
Azure.AI.ContentSafety
This is the ContentSafety client library for developing .NET applications with rich experience.
Microsoft.Azure.Core.Spatial
This library contains converters for System.Text.Json for use with Microsoft.Spatial when using the Azure SDK for .NET.
Microsoft.Azure.Management.Automation
Provides Microsoft Azure Automation management operations including the ability to create, update and delete runbooks and schedules.
Microsoft.WindowsAzure.Management
Provides Microsoft Azure infrastructure and data center management operations, including the ability to create and manage affinity groups and manage basic subscription information.
Microsoft.Azure.Data.SchemaRegistry.ApacheAvro
Microsoft Azure Schema Registry Apache Avro SDK
Azure.ResourceManager.Kusto
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Kusto.
Microsoft.Azure.Management.Cdn
Microsoft Azure CDN Management Library
Azure.Provisioning.OperationalInsights
Azure.Provisioning.OperationalInsights simplifies declarative resource provisioning in .NET.
Microsoft.Azure.WebJobs.Extensions.RabbitMQ
This package contains binding extensions for RabbitMQ.
Microsoft.Azure.Management.Subscription
Provides subscription management capabilities for Microsoft Azure.
Microsoft.WindowsAzure.Management.Sql
Provides Microsoft Azure SQL Database management operations for Microsoft Azure
Azure.Provisioning.CosmosDB
Azure.Provisioning.CosmosDB simplifies declarative resource provisioning in .NET.
Microsoft.WindowsAzure.Management.Scheduler
Provides Microsoft Azure Scheduler management operations including the ability to create, update and delete scheduled jobs and get job status and history.
Microsoft.WindowsAzure.Management.Monitoring
Provides Microsoft Azure Monitoring Services operations including a unified API to retrieve and configure monitoring metrics, alerts, and autoscale rules for your Microsoft Azure services.
Microsoft.Azure.Insights
Microsoft Azure Insights Library
Microsoft.WindowsAzure.Management.WebSites
Provides management capabilities for Microsoft Azure Web Sites. Deploy, configure, debug, and scale your websites using familiar APIs.
Microsoft.Azure.Functions.Worker.Extensions.Sql
Sql extension for .NET isolated Azure Functions
Azure.ResourceManager.ContainerInstance
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ContainerInstance.
Azure.ResourceManager.CostManagement
Azure Resource Manager client SDK for Azure resource provider CostManagement.
Azure.ResourceManager.OperationalInsights
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.OperationalInsights.
Azure.ResourceManager.Communication
Microsoft Azure management client SDK for Azure resource provider Communication.
Azure.ResourceManager.Search
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Search.
Azure.AI.Projects.Agents
The official .NET library for performing CRUD opertations on Agents in Microsoft Foundry. This library features the client to perform Agent administration operations. It depends on and builds from the official OpenAI library for .NET to maintain rapid upstream feature propagation and ongoing forward compatibility.
Microsoft.Azure.Devices.Provisioning.Transport.Mqtt
Provisioning Device Client MQTT Transport for Azure IoT Devices
Azure.AI.Extensions.OpenAI
The official .NET library for extended OpenAI API capabilities in Microsoft Foundry, including those used by the Foundry Agents Service. This library features derived clients, new compatible types, and a variety of extension elements that facilitate easier use of new Microsoft Foundry API surfaces. It depends on and builds from the official OpenAI library for .NET to maintain rapid upstream feature propagation and ongoing forward compatibility.
Azure.ResourceManager.MySql
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DBforMySQL.
Microsoft.Web.RedisOutputCacheProvider
Custom output cache provider for redis cache.
Azure.Maps.Common
This client library enables working with the Microsoft Azure Maps services which provides developers from all industries with powerful geospatial capabilities. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/maps/Azure.Maps.Common/CHANGELOG.md Microsoft Azure Maps quickstarts and tutorials - https://docs.microsoft.com/azure/azure-maps/ Microsoft Azure Maps REST API Reference - https://docs.microsoft.com/rest/api/maps/
Microsoft.Azure.Management.ManagedServiceIdentity
Package Description
Azure.Maps.Search
Azure Maps Azure.Maps.Search
Microsoft.WindowsAzure.Management.Network
Provides network management capabilities for Microsoft Azure.
Azure.Provisioning.AppContainers
Azure.Provisioning.AppContainers simplifies declarative resource provisioning in .NET.
Azure.Provisioning.ContainerRegistry
Azure.Provisioning.ContainerRegistry simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Management.CosmosDB
Provides developers with libraries for the CosmosDB under Azure Resource manager to manage CosmosDB Account, Databases and child resources and their available management capabilities. Create, Delete, Update CosmosDB Account, Databases and child resources. Note: This client library is for CosmosDB under Azure Resource Manager.
Microsoft.Azure.Management.DataFactories
Provides Microsoft Azure DataFactories operations.
Azure.ResourceManager.PrivateDns
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Network PrivateDns.
Azure.ResourceManager.Redis
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Cache Redis.
Azure.ResourceManager.AppConfiguration
Microsoft Azure management client SDK for Azure resource provider Microsoft.AppConfiguration.
Microsoft.Azure.Management.Relay
Provides developers with libraries to create and manage Namespaces, WCFRelay, HybridConnection and manage Authorization Rules. Note: This client library is for Relay under Azure Resource Manager.
Microsoft.WindowsAzure.Management.MediaServices
Provides Microsoft Azure Media Services management functionality.
Azure.Monitor.Query.Logs
A library for querying Azure Monitor's Logs data source.
Azure.ResourceManager.ApplicationInsights
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Insights.
WindowsAzure.MobileServices
This client library enables client applications to connect to Windows Azure Mobile Services. Mobile Services allows you to develop an app with a scalable and secure backend hosted in Windows Azure. You can incorporate structured storage, user authentication and push notifications in minutes. For more information, check out https://www.windowsazure.com/mobile. DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Microsoft.Azure.Management.HDInsight
Azure HDInsight Management SDK Library
Microsoft.Azure.WebJobs.Logging
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Logging. For more information, please visit http://go.microsoft.com/fwlink/?LinkID=320971
Microsoft.Azure.Cosmos.Encryption
This library provides an implementation for client-side encryption for Azure Cosmos DB for NoSQL. For more information, refer to https://aka.ms/CosmosClientEncryption
Microsoft.Azure.Management.Billing
Microsoft Azure Billing Management Library
Azure.ResourceManager.Logic
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Logic.
Microsoft.Azure.Devices.Provisioning.Transport.Amqp
Provisioning Device Client AMQP Transport for Azure IoT Devices
Azure.Security.KeyVault.Administration
This is the Microsoft Azure Key Vault Administration client library
Azure.Provisioning.ApplicationInsights
Azure.Provisioning.ApplicationInsights simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Graph.RBAC
Microsoft.Azure.Graph.RBAC
Azure.AI.OpenAI.Assistants
Azure's official .NET library for OpenAI assistants. Works with Azure OpenAI resources as well as the non-Azure OpenAI endpoint.
Microsoft.WindowsAzure.Management.Libraries
This set of packages open up a rich surface area of Microsoft Azure services, giving you the power to automate, deploy, and test cloud infrastructure with ease. These services support: - Microsoft Azure Virtual Machines - Hosted Services - Infrastructure Services - Scheduler - Storage Accounts - Subscription information - Networks - Web Sites - SQL Databases Management operations require the X509Certificate2 type that is not present in the Portable Class Library API surface area. The Common.NetFramework library exposes this functionality. Microsoft Azure Active Directory integration is enabled for token-based authentication and requires a Microsoft.IdentityModel.Clients.ActiveDirectory package.
Microsoft.Azure.WebPubSub.Common
Azure SDK Common object library for the WebPubSub service
Microsoft.Azure.Management.DataLake.Analytics
Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure.
Microsoft.Azure.Test.HttpRecorder
Microsoft.Azure.Test.HttpRecorder
Microsoft.Azure.CosmosDB.Table
NOTE: This .NET Framework library is in maintenance mode and it will be deprecated soon. Please upgrade to the new .NET Standard library (https://www.nuget.org/packages/Microsoft.Azure.Cosmos.Table) to continue to get the latest features supported. This client library enables working with the Microsoft Azure CosmosDB Table storage, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables.
Azure.Provisioning.Sql
Azure.Provisioning.Sql simplifies declarative resource provisioning in .NET.
Azure.Provisioning.CognitiveServices
Azure.Provisioning.CognitiveServices simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Management.Batch
Provides management capabilities for Azure Batch service accounts.
Microsoft.Azure.OperationalInsights
Provides Microsoft Azure Operational Insights data operations
Azure.Messaging.EventGrid.Namespaces
Azure Event Grid is a publish-subscribe service that allows cloud events to be passed from producers to consumers. This client library allows for both publishing and consuming events using Azure Event Grid. For more information about Event Grid, see https://azure.microsoft.com/services/event-grid.
Microsoft.Azure.Management.Reservations
Microsoft.Azure.Management.Reservations Library
Microsoft.Azure.ContainerRegistry
This is a client library for Azure Container Registry data plane operations. Use this library to retrieve, update and view Registry tags, blobs and manifests.
Azure.AI.Translation.Document
Translator is a cloud-based machine translation service and is part of the Azure Cognitive Services family of cognitive APIs used to build intelligent apps. Translator is easy to integrate in your applications, websites, tools, and solutions. It allows you to add multi-language user experiences in 90 languages and dialects. And it can be used on any hardware platform with any operating system for text translation.
Microsoft.Azure.ApplicationInsights
Microsoft Azure Application Insights Data Library
Azure.ResourceManager.MachineLearning
Microsoft Azure management client SDK for Azure resource provider Microsoft.MachineLearningServices.
Microsoft.Rest.ClientRuntime.Azure.TestFramework
Microsoft.Rest.ClientRuntime.Azure.TestFramework
Microsoft.Azure.Functions.Worker.Extensions.Kafka
Kafka extensions for .NET isolated functions
Microsoft.Azure.DCAP
Intel is deprecating api verison v2/v3. To stay compliant Azure DCAP default api-version is updated to v4. Adding env variable to set cache expiry time by the user. The value can be set between 0 to 86400 seconds(24 hours).
Microsoft.Azure.Management.Resources
Provides resource group and resource management capabilities for Microsoft Azure.
Microsoft.Azure.Functions.Worker.Extensions.SendGrid
Azure SendGrid extension for .NET isolated functions
Microsoft.Azure.Devices.Provisioning.Transport.Http
Provisioning Device Client Http Transport for Azure IoT Devices
Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction
This client library provides access to the Microsoft Cognitive Services CustomVision Prediction APIs.
Microsoft.Azure.Core.Spatial.NewtonsoftJson
This library contains converters dependent on the Newtonsoft.Json package for use with Microsoft.Spatial when using the Azure SDK for .NET.
Microsoft.Azure.Management.RecoveryServices
Provides developers with libraries for the updated recovery services backup feature under Azure Resource manager.
Microsoft.Azure.CognitiveServices.Language.TextAnalytics
Provides API functions for consuming Microsoft Azure Cognitive Services Language Text Analytics APIs.
Azure.AI.Language.Conversations
This is the client library for the Conversations service, a cloud-based conversational AI service that applies custom machine-learning intelligence to a user's conversational, natural language text to predict overall meaning, and pull out relevant, detailed information.
Azure.ResourceManager.SecurityCenter
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Security.
Microsoft.Azure.WebJobs.Extensions.Timers.Storage
This package contains Azure Storage-based service implementations for Timers. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources.
Microsoft.Azure.Management.Support
Azure Support SDK allows creation and management of Azure support tickets. Using the operations for support case management, you can (1) Open a technical, billing, subscription management, or quota increase support ticket, (2) Get list and detailed information about support tickets, (3) Update severity, contact information of a support ticket (4) Add a new communication and get list of communications for a support ticket.
Azure.Provisioning.PostgreSql
Azure.Provisioning.PostgreSql simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Batch
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Batch.
Microsoft.Azure.Management.MarketplaceOrdering
Provides developers with a library to get and set legal terms for Azure Marketplace Offers. Note: This client library is for MarketplaceOrdering under Azure Resource Manager.
Azure.AI.Projects.OpenAI
The official .NET library for extended OpenAI API capabilities in Microsoft Foundry, including those used by the Foundry Agents Service. This library features derived clients, new compatible types, and a variety of extension elements that facilitate easier use of new Microsoft Foundry API surfaces. It depends on and builds from the official OpenAI library for .NET to maintain rapid upstream feature propagation and ongoing forward compatibility.
Azure.ResourceManager.Automation
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Automation.
Azure.Communication.CallAutomation
This client library enables working with the Microsoft Azure Communication Call Automation service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallAutomation/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.CallAutomation/CHANGELOG.md. Microsoft Azure Communication Call Automation quickstart - https://learn.microsoft.com/azure/communication-services/quickstarts/voice-video-calling/callflows-for-customer-interactions?pivots=programming-language-csharp
Microsoft.Azure.Functions.Worker.Extensions.RabbitMQ
RabbitMQ extensions for .NET isolated functions
Microsoft.Azure.Management.OperationalInsights
Provides Microsoft Azure Operational Insights management operations
Microsoft.Azure.Management.Search
Makes it easy to manage Azure Search services and API keys from a .NET application.
Azure.ResourceManager.FrontDoor
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Network Front Door.
Microsoft.Azure.Management.Synapse
Azure Synapse Management SDK Library
Azure.ResourceManager.BotService
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.BotService.
Microsoft.Azure.Management.IotHub
Provides management capabilities for Microsoft Azure Iot Hub.
Azure.Storage.Blobs.ChangeFeed
This client library enables working with the Microsoft Azure Storage Change Feed feature to review and monitor changes to an Azure Storage account. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.ChangeFeed/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md in addition to the breaking changes https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.Blobs.ChangeFeed/BreakingChanges.txt
Microsoft.Azure.WebPubSub.AspNetCore
Azure SDK client library for the WebPubSub service
Microsoft.Azure.Management.SecurityCenter
Provides developers with libraries for the updated Azure Security Center platform under Azure Resource manager to view and manage security posture in and outside Azure.
Azure.Analytics.Synapse.Artifacts
This is the Microsoft Azure Synapse Analytics Artifacts client library
Azure.Provisioning.Redis
Azure.Provisioning.Redis simplifies declarative resource provisioning in .NET.
Azure.Provisioning.AppConfiguration
Azure.Provisioning.AppConfiguration simplifies declarative resource provisioning in .NET.
Azure.Storage.DataMovement
This client library is the base package for the Azure Storage Data Movement library. The Azure Storage Data Movement library is designed for high-performance, multi-threaded uploading, downloading and copying Azure Storage blobs and files. This library is inteneded to be used with one or more of the Data Movement sub-packages, such as Azure.Storage.DataMovement.Blobs or Azure.Storage.DataMovement.Files.Shares. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md
Microsoft.Azure.WebJobs.Extensions.DocumentDB
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.DocumentDB. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
Azure.Storage.DataMovement.Blobs
This client library enables high-performance, multi-threaded uploading, downloading and copying Azure Storage blobs and containers. The package depends on the Azure.Storage.DataMovement package and can be used in conjuction with other Data Movement sub-packages, such as Azure.Storage.DataMovement.Files.Shares to transfer data between services. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Blobs/README.md and https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md
Microsoft.Azure.CognitiveServices.AnomalyDetector
Package Description
Azure.Provisioning.EventHubs
Azure.Provisioning.EventHubs simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Media
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Media.
Microsoft.Azure.Batch.Conventions.Files
This library encapsulates a set of storage conventions for Azure Batch task and job outputs, making it convenient for clients to browse and retrieve outputs by task and job id and the type of output.
Azure.AI.Language.QuestionAnswering
This is the client library for the Question Answering service, a cloud-based Natural Language Processing (NLP) service that allows you to create a natural conversational layer over your data. It is used to find the most appropriate answer for any input from your custom knowledge base (KB) of information.
Microsoft.Azure.Management.Kusto
Package Description
Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring
Provides API functions for consuming the Microsoft Azure Cognitive Services LUIS Authoring API.
Azure.Communication.Rooms
This Client library enables working with the Microsoft Azure Communication Rooms Service.
Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker
This client library provides access to the Microsoft Cognitive Services QnAMaker APIs.
Azure.Maps.Routing
Azure Maps Azure.Maps.Routing
Azure.ResourceManager.IotHub
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Devices IotHub.
Microsoft.Azure.Management.ManagementGroups
Microsoft Azure Management Groups Library
Microsoft.Azure.DataLake.USQL.SDK
This SDK includes interfaces for UDO development and components for compiling and executing U-SQL scripts locally on developer workstations or in testing environment. To compile U-SQL scripts, you will also need correspondent Microsoft Visual C++ Compiler (currently VC14) and Windows SDK (currently 10.0.10240.0). User guide can be found here: https://docs.microsoft.com/en-us/azure/data-lake-analytics/data-lake-analytics-u-sql-sdk
Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training
This client library provides access to the Microsoft Cognitive Services CustomVision Training APIs.
Microsoft.Azure.Management.CognitiveServices
Microsoft Azure Management Cognitive Services Library
Microsoft.Azure.Management.HDInsight.Job
Provides Microsoft Azure HDIsight Job operations.
Azure.ResourceManager.AlertsManagement
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AlertsManagement.
Microsoft.Azure.Management.TrafficManager
Microsoft Azure Management TrafficManager Library
Microsoft.Azure.Mobile.Server.CrossDomain
This package is part of the Azure Mobile .NET Server SDK and contains the Web API Controller you need to serve data to legacy Web browsers from your .NET mobile app. To learn more about Azure Mobile, go to http://azure.microsoft.com/mobile.
Azure.ResourceManager.DesktopVirtualization
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DesktopVirtualization.
Azure.Provisioning.RedisEnterprise
Azure.Provisioning.RedisEnterprise simplifies declarative resource provisioning in .NET.
Azure.Monitor.OpenTelemetry.Profiler
Library for Azure Monitor OpenTelemetry Profiler for ASP.NET Core.
Azure.ResourceManager.ResourceHealth
Azure Resource Manager client SDK for Azure resource provider ResourceHealth.
Azure.ResourceManager.Subscription
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Subscription.
Microsoft.Azure.CognitiveServices.Search.WebSearch
This client library provides access to the Microsoft Cognitive Services Web Search API.
Microsoft.Azure.Management.ContainerInstance
Microsoft Azure Container Instance Management Library
Azure.Messaging.WebPubSub.Client
Client for Azure WebPubSub
Azure.Communication.PhoneNumbers
This client library enables working with the Microsoft Azure Communication Phone Numbers service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.PhoneNumbers/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.PhoneNumbers/CHANGELOG.md.
Microsoft.Azure.Management.FrontDoor
Provides management capabilities for Front Door services.
Microsoft.Azure.Messaging.EventGrid.CloudNativeCloudEvents
This library allows the CloudEvent model from CloudNative.CloudEvents to be published using the Azure Event Grid client library.
Microsoft.Azure.Management.Scheduler
Provides job collection and job management capabilities for Microsoft Azure Scheduler.
Azure.Maps.Geolocation
Azure Maps Azure.Maps.Geolocation
Azure.Provisioning.Network
Azure.Provisioning.Network simplifies declarative resource provisioning in .NET.
Microsoft.Azure.WebJobs.Extensions.ApplicationInsights
This package contains the extension for Application Insights.
Microsoft.Azure.WebJobs.Host.TestCommon
This package contains helpers and Types useful for WebJobs SDK testing. For more information, please visit https://go.microsoft.com/fwlink/?linkid=2279708.
Microsoft.Azure.Management.StreamAnalytics
Provides streaming job management capabilities for Microsoft Azure.
Azure.Provisioning.PrivateDns
Azure.Provisioning.PrivateDns simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Management.SiteRecovery
Provides site recovery management capabilities.
Microsoft.Azure.WebJobs.Extensions.Twilio
This package contains binding extensions for Twilio.
Microsoft.Azure.WebJobs.Extensions.WebPubSub
Azure Functions extension for the WebPubSub service
Azure.AI.Vision.Common
This NuGet package provides common native and managed libraries for the Azure AI Vision SDK. Documentation is available at https://aka.ms/azaivision.
Azure.Provisioning.SignalR
Azure.Provisioning.SignalR simplifies declarative resource provisioning in .NET.
Azure.Provisioning.Resources
Azure.Provisioning.Resources simplifies declarative resource provisioning in .NET for Azure Resources.
Microsoft.Azure.Management.PrivateDns
Provides management capabilities for Azure Private DNS.
Azure.Provisioning.Search
Azure.Provisioning.Search simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.SignalR
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.SignalR.
Microsoft.Azure.Management.ServiceFabric
Microsoft Azure Management ServiceFabric Library
Microsoft.Azure.Management.Consumption
Microsoft Azure Consumption Management Library
Microsoft.Azure.Common.Authentication
Provides infrastructure for common authentication and additional convenience APIs for Azure REST clients.
Azure.AI.AgentServer.Core
Shared foundation for Azure AI Agent Server packages — provides port binding, health probes, OpenTelemetry, graceful shutdown, and the composable AgentHostBuilder.
Microsoft.Azure.Management.ContainerService
Provides developers with a library to create and manage all Azure Kubernetes Service resources.
Azure.ResourceManager.Synapse
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Synapse.
Microsoft.Azure.Functions.Worker.Extensions.Mcp
Model Context Protocol (MCP) extensions for .NET isolated functions.
Microsoft.WindowsAzure.Management.HDInsight
NOTE: This package has been deprecated. Please use Microsoft.Azure.Management.HDInsight and Microsoft.Azure.Management.HDInsight.Job packages instead. For more information, go to: http://go.microsoft.com/fwlink/p/?LinkID=785087
Azure.ResourceManager.RedisEnterprise
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Cache RedisEnterprise.
Azure.Extensions.Configuration.Secrets
Azure Key Vault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Hadoop.Client
NOTE: This package has been deprecated. Please use Microsoft.Azure.Management.HDInsight and Microsoft.Azure.Management.HDInsight.Job packages instead. For more information, go to: http://go.microsoft.com/fwlink/p/?LinkID=785087
Azure.ResourceManager.WebPubSub
Microsoft Azure management client SDK for Azure resource provider Microsoft.SignalRService.
Microsoft.Azure.Devices.Provisioning.Security.Tpm
Provisioning Device Security TPM Client for Azure IoT Devices
Azure.ResourceManager.TrafficManager
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Network TrafficManager.
Microsoft.Azure.AppService
This client library enables client applications to connect to Microsoft Azure App Service.
Microsoft.Azure.Management.SignalR
Provides management capabilities for Azure SignalR.
Azure.Maps.Rendering
Azure Maps Azure.Maps.Rendering
Microsoft.Azure.Management.Analysis
Provides management capabilities for Azure Analysis Services accounts.
Azure.ResourceManager.ManagedServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ManagedServices.
Azure.Analytics.Synapse.Spark
This is the Microsoft Azure Synapse Analytics Spark client library
Azure.ResourceManager.RecoveryServicesBackup
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.RecoveryServices Backup.
Azure.ResourceManager.ServiceFabric
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ServiceFabric.
Azure.ResourceManager.SqlVirtualMachine
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.SqlVirtualMachine
Azure.ResourceManager.Maps
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Maps.
Azure.ResourceManager.Relay
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Relay.
Microsoft.WindowsAzure.Management.ServiceBus
Provides Microsoft Azure Service Bus management operations for Microsoft Azure including the ability to create, delete, list and update Namespaces, Topics, Queues and Notification Hubs.
Azure.Communication.NetworkTraversal
This client library enables working with the Microsoft Azure Communication Network Traversal service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.NetworkTraversal/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/communication/Azure.Communication.NetworkTraversal/CHANGELOG.md.
WindowsAzure.Caching
Windows Azure Shared Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. Caching increases performance by temporarily storing information from other backend sources. High performance is achieved by maintaining this cache in-memory across multiple cache servers. For a Windows Azure solution, caching can reduce the costs associated with database transactions in the cloud.
Azure.ResourceManager.RecoveryServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.RecoveryServices.
Microsoft.Azure.Management.RecoveryServices.SiteRecovery
Provides developers with libraries for the updated recovery services site recovery feature under Azure Resource manager.
Microsoft.Azure.IoT.Edge.Module
Scaffolding tool to setup azure iot edge module development environment.
Azure.Quantum.Jobs
Azure Quantum Jobs library that enables you to submit and manage Quantum Jobs on Azure Quantum
Azure.Security.ConfidentialLedger
Client SDK for the Azure Confidential Ledger service
Azure.ResourceManager.HDInsight
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HDInsight.
Azure.ResourceManager.Billing
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Billing.
Azure.Developer.LoadTesting
This is the LoadTestService client library for developing .NET applications with rich experience.
Azure.ResourceManager.Consumption
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Consumption.
Microsoft.Azure.Management.NotificationHubs
Provides developers with libraries to create and manager Namespaces of type NotificationHub and NotificationHubs. Manage Authorization Rules at both the resource levels. Note: This client library is for NotificationHubs under Azure Resource Manager.
Azure.ResourceManager.LoadTesting
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.LoadTestService.
Azure.ResourceManager.StorageSync
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.StorageSync.
Azure.ResourceManager.StorageCache
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.StorageCache.
Microsoft.Azure.Management.MySQL
Provides developers with libraries for the Azure Database for MySQL under Azure Resource manager to deploy an instance of MySQL. Create, Update, Delete, Restore, and more.
Microsoft.Azure.WebJobs.Script.Extensibility
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.Extensibility. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
Azure.ResourceManager.Avs
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Avs.
Azure.ResourceManager.KubernetesConfiguration
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.KubernetesConfiguration.
Azure.AI.Vision.Face
This is the Azure.AI.Vision.Face client library for developing .NET applications with rich experience.
Azure.ResourceManager.ServiceFabricManagedClusters
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ServiceFabric ManagedClusters.
Microsoft.Azure.Management.Blueprint
Provides Microsoft Azure Blueprint management operations including the ability to create, update and delete Blueprint definition and assignment.
Azure.ResourceManager.NotificationHubs
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.NotificationHubs.
Azure.Monitor.OpenTelemetry.LiveMetrics
An OpenTelemetry .NET AzureMonitor OpenTelemetry Live Metrics
Azure.MixedReality.Authentication
Package Description
Microsoft.Azure.CognitiveServices.Language.SpellCheck
Provides API functions for consuming the Microsoft Azure Cognitive Services SpellCheck API.
Microsoft.Extensions.Caching.Postgres
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Postgres.
wastorage
!!! Note that this package will no longer be updated with the package name 'wastorage' after version 4.0.0. The package is renamed to 'Microsoft.Azure.Storage.CPP' !!! The new package can be found in: https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.Management.MachineLearning
Provides Machine Learning WebServices management capabilities for Microsoft Azure.
Microsoft.Azure.Management.DevTestLabs
Microsoft.Azure.Management.DevTestLabs
Azure.ResourceManager.DataProtectionBackup
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataProtectionBackup.
Microsoft.Azure.Management.DataBox
Microsoft Azure Management DataBox library
Microsoft.Azure.Functions.Extensions.Mcp
Model Context Protocol (MCP) extensions for Azure Functions
Microsoft.Azure.umqtt
Microsoft Azure uMQTT library
Azure.ResourceManager.PolicyInsights
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.PolicyInsights.
Microsoft.Azure.Management.PolicyInsights
Provides policy insights operations for Microsoft Azure.
Microsoft.Azure.Management.DeviceProvisioningServices
Provides management capabilities for Microsoft Azure IoT Device Provisioning Service.
Microsoft.Azure.Management.PowerBIDedicated
Provides management capabilities for Azure PowerBI Dedicated accounts.
Microsoft.Azure.Management.Maps
Microsoft Azure Management Maps Library
WindowsAzure.MobileServices.Backend
This library enables you to develop scalable and secure .NET mobile backends hosted in Microsoft Azure. You can incorporate structured storage, user authentication and push notifications in minutes. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Azure.IoT.DeviceUpdate
This is the Azure.IoT.DeviceUpdate client library for developing .NET applications with rich experience.
Microsoft.Azure.uamqp
Microsoft Azure uAMQP library
Azure.Analytics.Synapse.AccessControl
This is the Microsoft Azure Synapse Analytics Access Control client library
Microsoft.AutoRest.Common
Common code shared between AutoRest modeler and code generators
Azure.ResourceManager.ExtendedLocations
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ExtendedLocation.
Azure.ResourceManager.Datadog
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Datadog.
Microsoft.Azure.Management.DataMigration
Provides developers with libraries for the Database Migration Service (DMS) under Azure Resource manager to deploy an instance of DMS. Create, Delete, Read Projects, Files and Tasks and more.
Microsoft.Azure.CognitiveServices.Search.ImageSearch
This client library provides access to the Microsoft Cognitive Services Image Search API.
Microsoft.Azure.Devices.ProtocolGateway.Core
This library contains the core components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.
Microsoft.Azure.Management.NetApp
Provides NetApp storage management capabilities for Microsoft Azure.
Azure.AI.ContentUnderstanding
This is the Azure.AI.ContentUnderstanding client library for Azure Content Understanding in Foundry Tools, a multimodal AI service that extracts semantic content from documents, audio, and video files.
Azure.AI.AgentServer.Responses
An SDK for building ASP.NET Core servers that implement the Azure AI Responses API.
Microsoft.Azure.Management.StorageSync
Provides management capabilities for Azure Storage Sync.
Azure.ResourceManager.DataLakeStore
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataLakeStore.
Microsoft.Azure.Kafka.SchemaRegistry.Avro
Azure Schema Registry is a hosted schema repository service provided by Azure Event Hubs, designed to simplify schema management and data governance.
Microsoft.Azure.Management.DevSpaces
Provides management operations support for Azure Dev Spaces.
Azure.Communication.Messages
This client library enables working with the Microsoft Azure Communication Messages service.
Microsoft.Azure.Functions.Extensions.Dapr.Core
Common models and utilities for Dapr extension for Azure functions.
Microsoft.Azure.CognitiveServices.Search.NewsSearch
This client library provides access to the Microsoft Cognitive Services News Search API.
Microsoft.WindowsAzure.Management.TrafficManager
Provides Microsoft Azure Traffic Manager management operations for Microsoft Azure including the ability to create, update, list, and delete Traffic Manager profiles and definitions.
Microsoft.Azure.Management.DataLake.StoreUploader
NOTE: This package has been deprecated, and the functionality from this package has been added to the main Data Lake Store package. Please use Microsoft.Azure.Management.DataLake.Store package instead. Provides tool capabilities for Data Lake Store Uploader services, enabling rapid upload of data into Azure Data Lake Store
Azure.ResourceManager.Analysis
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AnalysisServices.
Azure.ResourceManager.Reservations
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsof.Capacity.
Azure.Provisioning.AppService
Azure.Provisioning.AppService simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Commerce.UsageAggregates
Provides Microsoft Azure Commerce Usage operations.
Microsoft.Azure.Management.AlertsManagement
Provides developers with libraries for the Alerts Management
Azure.ResourceManager.Grafana
Azure Resource Manager client SDK for Azure resource provider Grafana.
Microsoft.Azure.Management.PowerBIEmbedded
Microsoft Azure Management Power BI Embedded Library
Azure.ResourceManager.Purview
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Purview.
Microsoft.Azure.Jobs.Core
Legacy package, Microsoft.Azure.Jobs.Core is now included in the 'Microsoft.Azure.WebJobs.Core' package.
WindowsAzure.MobileServices.Backend.Tables
This package contains common infrastructure needed when exposing structured storage as part of your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Microsoft.Azure.Management.IotCentral
Provides management capabilities for Microsoft Azure IotCentral.
Microsoft.Azure.Management.ManagementPartner
Microsoft.Azure.Management.ManagementPartner Library
Azure.ResourceManager.ElasticSan
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ElasticSan.
Microsoft.Azure.Functions.Worker.Extensions.Redis
Redis extension for .NET isolated Azure Functions.
Microsoft.Rest.ClientRuntime.Etw
Enables tracing of event messages for AutoRest generated client libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to the "Microsoft.Rest" event source.
Azure.ResourceManager.Quota
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Quota.
Azure.ResourceManager.HybridCompute
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridCompute.
Azure.Template
This is a template project to demonstrate how to create a package that uses code generation as well as use for testing our build and release pipelines
Microsoft.Azure.Management.Advisor
Microsoft Azure Advisor Library
Microsoft.Azure.Management.DataShare
Azure Data Share is a first party resource provider that enables customers to easily and securely share big data with other organizations in Azure, with centralized management, monitoring and governance.
Azure.Analytics.Purview.DataMap
This is the Azure.Analytics.Purview.DataMap client library for developing .NET applications with rich experience.
Microsoft.Azure.Management.HealthcareApis
Provides management capabilities for Microsoft Azure Healthcare Apis.
Microsoft.Azure.Cosmos.Aot
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Rest.ClientRuntime.Log4Net
Enables logging of event messages for AutoRest generated client libraries via Log4Net.
Microsoft.Azure.Management.Peering
Microsoft Azure Management Peering library
Azure.ResourceManager.NetApp
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.NetApp.
Microsoft.CognitiveServices.Speech.CLI
Speech CLI (SPX) is a command line tool for using the Speech service without writing any code. See https://docs.microsoft.com/azure/cognitive-services/speech-service/spx-overview for more information.
Microsoft.Azure.Management.GuestConfiguration
Provides Microsoft Azure Guest Configuration management operations including the ability to create, update and get guest configuration assignments, compliance statuses, guest configuration assignment reports.
Azure.AI.AgentServer.AgentFramework
Package Description
Microsoft.Azure.Management.ManagedServices
Microsoft Azure Managed Services Management Library
Microsoft.WindowsAzure.Caching.MemcacheShim
Windows Azure Cache is a distributed, in memory cache that increases performance by allowing you to store commonly accessed data in memory and reduces load on backend databases. Windows Azure Cache Memcache Shim is a translation layer that enables you to easily communicate with the Cache Service or the In-Role Cache using the memcache protocol. This NuGet package can only be used with the Windows Azure SDK version 2.9 of Windows Azure Cache.
Microsoft.Azure.Management.DeploymentManager
Provides Deployment Manager management capabilities for Microsoft Azure.
wastorage.v140
!!! Note that this package will no longer be updated with the package name 'wastorage.v140' after version 4.0.0. The package is renamed to 'Microsoft.Azure.Storage.CPP.v140' !!! The new package can be found in: https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP.v140 This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.Management.Maintenance
Microsoft Azure Maintenance Management Library
Microsoft.Azure.Management.SqlVirtualMachine
Microsoft Azure SqlVirtualMachine Library
Microsoft.Azure.Functions.Worker.Extensions.WebPubSub
Azure Web PubSub Service extensions for .NET isolated functions
Microsoft.Azure.Management.MixedReality
Microsoft Azure Management Library of Mixed Reality cloud services.
WindowsAzure.MobileServices.WinJS
This client library enables client applications to connect to Windows Azure Mobile Services. Mobile Services allows you to develop an app with a scalable and secure backend hosted in Windows Azure. You can incorporate structured storage, user authentication and push notifications in minutes. For more information, check out https://www.windowsazure.com/mobile.
Azure.Monitor.Query.Metrics
A library for querying Azure Monitor's Metrics data source.
WindowsAzure.MobileServices.Backend.Entity
This package contains everything you need to expose structured storage using Entity Framework as part of your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Azure.ResourceManager.SecurityInsights
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.SecurityInsights.
Microsoft.Azure.Management.DataBoxEdge
Microsoft Azure Management DataBoxEdge library
Azure.AI.AgentServer.Contracts
Package Description
Azure.ResourceManager.DevTestLabs
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DevTestLabs.
Azure.Analytics.Synapse.Monitoring
This is the Microsoft Azure Synapse Analytics Monitoring client library
Microsoft.Azure.Mcp.AzTypes.Internal.Compact
Bicep types generated from public Azure OpenAPI specs
Azure.AspNetCore.DataProtection.Keys
Microsoft Azure Key Vault key encryption support.
Microsoft.Azure.SignalR.Emulator
Package Description
Azure.ResourceManager.StreamAnalytics
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.StreamAnalytics.
Microsoft.Azure.Jobs
Legacy package, Microsoft.Azure.Jobs is now included in the 'Microsoft.Azure.WebJobs' package.
WindowsAzure.MobileServices.SQLiteStore
This client library enables client applications using Windows Azure Mobile Services to enable offline workflows using a backing SQLite Database. For more information, check out https://www.windowsazure.com/mobile. DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Microsoft.Azure.CognitiveServices.Personalizer
Provides API functions for consuming Microsoft Azure Cognitive Services Personalizer APIs.
Azure.ResourceManager.MarketplaceOrdering
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.MarketplaceOrdering.
Azure.ResourceManager.DigitalTwins
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DigitalTwins.
Azure.ResourceManager.DeviceProvisioningServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Devices Device Provisioning Services.
Microsoft.OpenTelemetry.Exporter.AzureMonitor
An OpenTelemetry .NET exporter that exports to Azure Monitor
wastorage.v120
!!! Note that this package will no longer be updated with the package name 'wastorage.v120' after version 4.0.0. The package is renamed to 'Microsoft.Azure.Storage.CPP.v120' !!! The new package can be found in: https://www.nuget.org/packages/Microsoft.Azure.Storage.CPP.v120 This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Azure.ResourceManager.IotCentral
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.IotCentral.
Azure.ResourceManager.Hci
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AzureStackHCI.
Microsoft.Azure.Management.Attestation
Microsoft Azure Attestation Library
Azure.ResourceManager.AppPlatform
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AppPlatform.
Azure.ResourceManager.ServiceLinker
Microsoft Azure management client SDK for Azure resource provider Microsoft.ServiceLinker.
Azure.ResourceManager.Maintenance
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Maintenance.
Azure.ResourceManager.StoragePool
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.StoragePool.
Azure.ResourceManager.Workloads
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Workloads.
Azure.ResourceManager.ConfidentialLedger
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ConfidentialLedger.
Azure.IoT.ModelsRepository
SDK for the Azure IoT Models Repository
Azure.MixedReality.RemoteRendering
Package Description
Microsoft.Azure.WebJobs.Extensions.Redis
This package contains binding extensions for Redis.
Microsoft.Azure.Synapse
Azure Synapse Client SDK Library
Azure.ResourceManager.EdgeOrder
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.EdgeOrder.
Azure.Security.Attestation
This is the project which implements the Microsoft Azure Attestation client API and package
Microsoft.Azure.Functions.Worker.Extensions.Dapr
Dapr extension for Azure functions using the isolated execution model.
Microsoft.Azure.Batch.FileStaging
This library simplifies uploading resource files for use by tasks in the Microsoft Azure Batch service. Visit our home page for more detail - http://azure.microsoft.com/services/batch/. For technical overview, see http://azure.microsoft.com/documentation/articles/batch-technical-overview/. API reference can be found at http://go.microsoft.com/fwlink/?LinkId=717949.
Azure.ResourceManager.DataBoxEdge
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataBoxEdge.
Microsoft.Azure.ServiceBus.MessageIdPlugin
Microsoft.Azure.ServiceBus MessageId extension
Azure.ResourceManager.ResourceMover
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Migrate.
Azure.ResourceManager.Marketplace
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Marketplace.
Azure.ResourceManager.ChangeAnalysis
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ChangeAnalysis.
Azure.AI.MetricsAdvisor
This is the Microsoft Azure Cognitive Services Metrics Advisor client library
Azure.ResourceManager.DataShare
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataShare
Azure.AI.Language.Text
This is the Text client library for developing .NET applications with rich experience.
Azure.ResourceManager.DnsResolver
Microsoft Azure management client SDK for Azure resource provider Microsoft.DnsResolver.
Microsoft.WindowsAzure.Management.ExpressRoute
Provides express route management capabilities to developers. Create, delete, list, retrieve dedicated circuits, bgp peerings, dedicated circuit links, and more.
Azure.ResourceManager.GuestConfiguration
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.GuestConfiguration.
Azure.ResourceManager.LabServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.LabServices.
Microsoft.Azure.Management.MachineLearningCompute
Provides developers with a library to create and manage machine learning compute resources.
Azure.ResourceManager.FluidRelay
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.FluidRelay.
Azure.ResourceManager.Peering
Azure Resource Manager client SDK for Azure resource provider Microsoft.Peering.
Azure.Communication.CallingServer
This client library enables working with the Microsoft Azure Communication CallingServer service. For this release, see notes - https://github.com/Azure/azure-sdk-for-net-pr/blob/main/sdk/communication/Azure.Communication.ServerCalling/README.md and https://github.com/Azure/azure-sdk-for-net-pr/blob/main/sdk/communication/Azure.Communication.ServerCalling/CHANGELOG.md.
Microsoft.Azure.Devices.Client.PCL
Device SDK for Azure IoT Devices
Microsoft.CognitiveServices.Speech.Remoteconversation
This SDK allows you to use the Microsoft Cognitive Speech Service for remote conversation. See https://aka.ms/csspeech for more information.
Microsoft.WindowsAzure.Management.VirtualNetworks
Provides virtual network management capabilities for Microsoft Azure.
Azure.ResourceManager.MixedReality
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.MixedReality.
Azure.ResourceManager.HealthcareApis
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HealthcareApis.
Azure.ResourceManager.Dynatrace
Microsoft Azure Resource Manager client SDK for Azure resource provider Dynatrace.Observability.
Azure.ResourceManager.Confluent
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Confluent.
Microsoft.Azure.IoT.Edge.Function
Scaffolding tool to setup Azure IoT Edge Function development environment.
Microsoft.Azure.CognitiveServices.Search.EntitySearch
This client library provides access to the Microsoft Cognitive Services Entity Search API.
Azure.ResourceManager.DeviceUpdate
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DeviceUpdate.
Azure.ResourceManager.Orbital
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Orbital.
Microsoft.Azure.Management.StorageCache
Microsoft Azure StorageCache Management Library
Azure.ResourceManager.Kubernetes
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Kubernetes.
Azure.Provisioning.WebPubSub
Azure.Provisioning.WebPubSub simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.DataLakeAnalytics
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataLakeAnalytics.
Azure.ResourceManager.HealthBot
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HealthBot.
Microsoft.Azure.Attestation
Microsoft Azure Attestation Library
Azure.ResourceManager.DevCenter
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DevCenter.
Azure.Communication.JobRouter
This client library enables working with the Microsoft Azure Communication Router service. For this release, see notes - Coming Soon Microsoft Azure Communication Router quickstart - Coming Soon
Azure.ResourceManager.DataBox
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataBox.
Azure.ResourceManager.VoiceServices
Azure Resource Manager client SDK for Azure resource provider VoiceServices.
Azure.ResourceManager.StorageMover
Azure Resource Manager client SDK for Azure resource provider StorageMover
Azure.ResourceManager.Support
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Support.
Azure.ResourceManager.ProviderHub
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ProviderHub.
Azure.ResourceManager.Automanage
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Automanage.
Microsoft.WindowsAzure.Management.RemoteApp
Spec DLL for Microsoft Azure RemoteApp Management
Azure.AI.VoiceLive
This is the Azure.AI.VoiceLive client library for working with the Azure VoiceLive service. Azure VoiceLive is a managed service that enables low-latency, high-quality speech-to-speech interactions for voice agents. The API consolidates speech recognition, generative AI, and text-to-speech functionalities into a single, unified interface, providing an end-to-end solution for creating seamless voice-driven experiences. Use the client library to: * Create real-time voice assistants and conversational agents * Build speech-to-speech applications with minimal latency * Integrate advanced conversational features like noise suppression and echo cancellation * Leverage multiple AI models (GPT-4o, GPT-4o-mini, Phi) for different use cases * Implement function calling and tool integration for dynamic responses * Create avatar-enabled voice interactions with visual components See https://aka.ms/voicelivesdk-net for more information.
Azure.ResourceManager.NetworkCloud
Azure Resource Manager client SDK for Azure resource provider NetworkCloud.
Microsoft.CognitiveServices.Speech.Extension.ONNX.Runtime
This NuGet package provides native and managed libraries to use the ONNX runtime with the Microsoft Cognitive Services Speech SDK.
Microsoft.Azure.CognitiveServices.Search.CustomSearch
This client library provides access to the Microsoft Cognitive Services Custom Search API.
Azure.ResourceManager.CosmosDBForPostgreSql
Azure Resource Manager client SDK for Azure resource provider CosmosDBForPostgreSql.
Azure.ResourceManager.RecoveryServicesSiteRecovery
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.RecoveryServices SiteRecovery.
Microsoft.Azure.WebJobs.Extensions.WebHooks
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.WebHooks. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
Azure.ResourceManager.ConnectedVMwarevSphere
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ConnectedVMwarevSphere.
Azure.Identity.BrokeredAuthentication
This is the implementation of the Azure SDK Client Library for Azure Identity
Azure.AI.AgentServer.Invocations
Invocations protocol implementation for Azure AI Agent Server — provides InvocationHandler, endpoint routing, and distributed tracing.
Azure.AspNetCore.DataProtection.Blobs
Microsoft Azure Blob storage support as key store (https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/implementation/key-storage-providers).
Microsoft.Azure.SqlDatabase.ElasticScale.Service.SplitMerge
This Split Merge tool provides capabilities to split or merge shards maintained by the elastic database client library for Azure SQL DB. The package includes a self-hosted cloud service to deploy within your subscription (including a sample Web front-end), and a .NET API for programmatic access to the feature. To learn more about elastic database tools, check out http://azure.microsoft.com/en-us/documentation/articles/sql-database-elastic-scale-documentation-map/.
Microsoft.Azure.WebJobs.Extensions.Dapr
Dapr extension for Azure functions using the in-process execution model.
Microsoft.Azure.SqlDatabase.Jobs
Elastic Database jobs (preview) enables reliable execution of Transact-SQL (T-SQL) scripts across a group of databases. Using this feature, you can easily perform administrative operations such as schema changes, credentials management, reference data updates, performance data collection or tenant (customer) telemetry collection.
Azure.ResourceManager.Chaos
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Chaos.
Microsoft.Azure.Management.Marketplace
Microsoft Azure Marketplace Library
Azure.Developer.Playwright
Package to integrate your Playwright test suite with Azure Playwright.
Azure.ResourceManager.GraphServices
Azure Resource Manager client SDK for Azure resource provider GraphServices.
Azure.ResourceManager.Qumulo
Azure Resource Manager client SDK for Azure resource provider Qumulo.
Microsoft.Azure.WebSites.DataProtection
Azure Websites data protection and security helpers.
Azure.Storage.DataMovement.Files.Shares
This client library enables high-performance, multi-threaded uploading, downloading and copying Azure File Share files and directories. The package depends on the Azure.Storage.DataMovement package and can be used in conjuction with other Data Movement sub-packages, such as Azure.Storage.DataMovement.Blobs to transfer data between services. For this release see notes - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/README.md and https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md
Microsoft.WindowsAzure.Management.Store
Provides store management operations for Microsoft Azure.
Azure.ResourceManager.MobileNetwork
Azure Resource Manager client SDK for Azure resource provider MobileNetwork.
Azure.ResourceManager.SelfHelp
Azure Resource Manager client SDK for Azure resource provider SelfHelp.
Azure.ResourceManager.DeploymentManager
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DeploymentManager.
Azure.ResourceManager.PaloAltoNetworks.Ngfw
Microsoft Azure Resource Manager client SDK for Azure resource provider PaloAltoNetworks.Cloudngfw.
Azure.ResourceManager.NewRelicObservability
Azure Resource Manager client SDK for Azure resource provider Newrelic.
Microsoft.Azure.Management.ServiceFabric.Fluent
Provides ServiceFabric service management (Fluent) capabilities for Microsoft Azure.
Azure.ResourceManager.ManagedNetworkFabric
Azure Resource Manager client SDK for Azure resource provider Azure.ResourceManager.ManagedNetworkFabric.
Microsoft.CognitiveServices.Speech.Extension.Embedded.TTS
This NuGet package provides native and managed libraries to use embedded speech synthesis with the Microsoft Cognitive Services Speech SDK.
Azure.ResourceManager.ServiceNetworking
Azure Resource Manager client SDK for Azure resource provider ServiceNetworking.
Azure.ResourceManager.PowerBIDedicated
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.PowerBIDedicated.
Microsoft.Azure.Management.DigitalTwins
Provides management capabilities for Microsoft Azure Digital Twins.
Azure.Communication.Calling.WindowsClient
This package contains Windows UAP and desktop client libraries for enabling Voice and Video Calling capabilities for Azure Communication Services.
Azure.AI.Vision.Core
This NuGet package provides native and managed libraries for the Azure AI Vision SDK Core. Documentation is available at https://aka.ms/azaivision.
Azure.ResourceManager.Advisor
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Advisor.
Azure.Developer.DevCenter
This is the DevCenter client library for developing .NET applications with rich experience.
Microsoft.Azure.Management.SecurityInsights
Azure Resource Manager client SDK for Azure resource provider SecurityInsights
Azure.ResourceManager.HybridContainerService
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridContainerService.
Microsoft.Azure.Management.RemoteApp
Spec DLL for Microsoft Azure RemoteApp Management
Azure.Analytics.Synapse.ManagedPrivateEndpoints
This is the Microsoft Azure Synapse Analytics Managed Private endpoints client library
Azure.Maps.TimeZones
Azure Maps Time Zone SDK
Microsoft.Azure.Gallery
Provides capabilities to query Microsoft Azure gallery.
Microsoft.Azure.Jobs.ServiceBus
Legacy package, Microsoft.Azure.Jobs.ServiceBus is now included in the 'Microsoft.Azure.WebJobs.ServiceBus' package.
Microsoft.Azure.EventHubs.ServiceFabricProcessor
This is the next generation Azure Event Hubs .NET Standard Service Fabric Processor library, which integrates Event Hub event consumption with Service Fabric. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/
Azure.Iot.Operations.Protocol
Package Description
WindowsAzure.MobileServices.Backend.Security
This package contains various security extensions for your .NET mobile backend hosted in Microsoft Azure. For more information, check out https://www.windowsazure.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Azure.Developer.Playwright.NUnit
Package to integrate your Playwright test suite with Azure Playwright.
Microsoft.Azure.WebJobs.Extensions.NotificationHubs
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.NotificationHubs. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
Microsoft.CognitiveServices.Speech.Extension.Embedded.SR
This NuGet package provides native and managed libraries to use embedded speech recognition with the Microsoft Cognitive Services Speech SDK.
dotnet-Perks.CodeGen
dotnet-Perks.Codegen tool for AzureSDK tooling
Azure.ResourceManager.IotFirmwareDefense
Azure Resource Manager client SDK for Azure firmware analysis
Azure.Provisioning.Kusto
Azure.Provisioning.Kusto simplifies declarative resource provisioning in .NET.
WindowsAzure.Storage-PremiumTable
This client library enables working with the premium offering of Azure Table storage, as part of the Azure Cosmos DB service, with support for global distribution, automatic secondary indexes, dedicated throughput, and single-digit millisecond latency. See "Getting started with the Azure Cosmos DB: Table API" at https://aka.ms/premiumtables. The library has identical namespaces, class definitions, and method signatures as [Azure storage SDK](https://www.nuget.org/packages/WindowsAzure.Storage) and can be used to also connect to standard Table
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Network
Package Description
Azure.ResourceManager.FileShares
Azure Resource Manager client SDK for Azure resource provider Azure File.
Microsoft.Azure.WebJobs.Extensions.ApiHub
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Extensions.ApiHub. For more information, please visit https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources
Microsoft.Azure.HDInsight.Job
Provides job operations for Microsoft Azure HDInsight.
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Storage
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.ResourceManager
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Compute
Package Description
Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents
Triggers for Azure AD Authentication event custom extensions. Lets you focus on your business logic.
Azure.Analytics.Purview.Catalog
An SDK for interacting with the Azure Purview Catalog service
WindowsAzure.MobileServices.Backend.Mongo
This package contains everything you need to expose structured storage using Mongo as part of your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Microsoft.CognitiveServices.Speech.Extension.Telemetry
This NuGet package provides native and managed libraries to use the telemetry with the Microsoft Cognitive Services Speech SDK.
Azure.IoT.TimeSeriesInsights
This project provides .Net client library implementation for Azure IoT Time Series Insights.
WindowsAzure.MobileServices.Backend.Storage
This package contains everything you need to expose structured storage using Azure Storage as part of your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Azure.Provisioning.EventGrid
Azure.Provisioning.EventGrid simplifies declarative resource provisioning in .NET.
Microsoft.Azure.CognitiveServices.Search.AutoSuggest
This client library provides access to the Microsoft Cognitive Services AutoSuggest API.
Microsoft.CognitiveServices.Speech.Xamarin.iOS
This NuGet package provides native and managed libraries for Xamarin iOS with bitcode enabled. Documentation is available at https://aka.ms/csspeech.
Azure.ResourceManager.ContainerServiceFleet
Azure Resource Manager client SDK for Azure resource provider Container Service Fleet.
Microsoft.Azure.Management.BotService
Microsoft Azure Management Bot Service Library
Microsoft.Azure.Storage.CPP.v140
This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.Devices.ProtocolGateway.IotHubClient
This library contains Azure IoT Hub specific components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.
Azure.ResourceManager.AppComplianceAutomation
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AppComplianceAutomation.
WindowsAzure.Storage-Preview
This client library enables working with the Windows Azure storage services which include the blob service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. For this release see notes - https://github.com/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
WindowsAzure.MobileServices.Backend.SignalR
This package contains everything you need to incorporate SignalR into your .NET mobile backend hosted in Microsoft Azure. For more information, check out http://azure.microsoft.com/mobile DEPRECATED: Azure Mobile Services is now deprecated in favor of Azure Mobile Apps. This library should not be used for new projects. To learn more, see: - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-value-prop-migration-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-net-upgrading-from-mobile-services/ - https://azure.microsoft.com/en-us/documentation/articles/app-service-mobile-client-and-server-versioning/
Azure.ResourceManager.EdgeZones
Azure Resource Manager client SDK for Azure resource provider EdgeZones.
Azure.AI.Speech.Transcription
Microsoft Azure client library for Azure AI Speech Transcription service.
Azure.ResourceManager.Sphere
Azure Resource Manager client SDK for Azure resource provider Sphere.
Azure.Analytics.Purview.Scanning
An SDK for interacting with the Azure Purview Catalog service
Azure.Mcp.osx-arm64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for osx-arm64.
Azure.ResourceManager.DeviceRegistry
Azure Resource Manager client SDK for Azure resource provider DeviceRegistry.
Microsoft.Azure.Management.Relay.Fluent
Provides Relay service management (Fluent) capabilities for Microsoft Azure.
Azure.ResourceManager.StandbyPool
Azure Resource Manager client SDK for Azure resource provider StandbyPool.
Azure.Mcp.linux-x64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for linux-x64.
Azure.ResourceManager.NetworkAnalytics
Azure Resource Manager client SDK for Azure resource provider NetworkAnalytics.
Microsoft.Azure.Management.Scheduler.Fluent
Provides Scheduler service management (Fluent) capabilities for Microsoft Azure.
Azure.Mcp.win-arm64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for win-arm64.
WindowsAzure.Storage.Table-Preview
This table extension library provides support for strong entity types (POCOs), generic queries, reflection based serialization and the EntityResolver for languages other than JavaScript when developing Windows Store Apps. For this release see notes - https://github.com/WindowsAzure/azure-storage-net/blob/master/README.md and https://github.com/WindowsAzure/azure-storage-net/blob/master/changelog.txt Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Azure.Mcp.osx-x64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for osx-x64.
Azure.Iot.Operations.Services
Package Description
Azure.Mcp.linux-arm64
Azure MCP Server - Model Context Protocol implementation for Azure. Internal implementation package for linux-arm64.
Azure.ResourceManager.HybridConnectivity
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridConnectivity.
Microsoft.Azure.Management.BackupServices
Provides azure backup management capabilities.
Azure.Developer.MicrosoftPlaywrightTesting.TestLogger
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
Azure.Developer.MicrosoftPlaywrightTesting.NUnit
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
Microsoft.WindowsAzure.Management.StorSimple
Provides capabilities to manage Microsoft Azure StorSimple.
Azure.Iot.Operations.Mqtt
Package Description
Microsoft.Azure.WebJobs.Extensions.Kusto
Kusto binding extension for Azure Functions
Microsoft.Azure.Management.Consumption.Fluent
Provides Consumption service management (Fluent) capabilities for Microsoft Azure.
Azure.ResourceManager.Elastic
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Elastic.
Azure.Communication.Calling
This package contains Windows UAP and desktop client libraries for enabling Voice and Video Calling capabilities for Azure Communication Services.
Microsoft.Azure.WebJobs.Extensions.MobileApps
This package contains binding extensions for Azure Mobile Apps.
Microsoft.Azure.Devices.ProtocolGateway.Providers.CloudStorage
This library contains the Azure Storage-based persistence components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.
Microsoft.Azure.Management.Avs
Provides developers with libraries for Azure VMware Solution.
Microsoft.Azure.WebJobs.Extensions.EdgeHub
This package contains binding extensions for IoTEdge.
Azure.Provisioning.ContainerService
Azure.Provisioning.ContainerService simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.BillingBenefits
Azure Resource Manager client SDK for Azure resource provider BillingBenefits
Microsoft.Azure.Management.NotificationHubs.Fluent
Provides NotificationHubs service management (Fluent) capabilities for Microsoft Azure.
Azure.Compute.Batch
This is the Azure.Compute.Batch client library, enabling the creation and management of Batch objects such as Pools, Jobs, and Tasks. For more information about Azure Batch, see https://learn.microsoft.com/azure/batch/batch-technical-overview
Microsoft.Azure.Management.ServiceFabricManagedClusters
Microsoft Azure Management ServiceFabricManagedClusters Library
Microsoft.Azure.CognitiveServices.Search.VideoSearch
This client library provides access to the Microsoft Cognitive Services Video Search API.
Microsoft.WindowsAzure.Management.Automation
Provides Microsoft Azure Automation management operations including the ability to create, update and delete runbooks and schedules.
Azure.Iot.Operations.Connector
Package Description
Microsoft.Azure.Management.Logic.Fluent
Provides Logic service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.Management.CognitiveServices.Fluent
Provides CognitiveServices service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.CognitiveServices.Search.VisualSearch
This client library provides access to the Microsoft Cognitive Services Image Visual Search API.
Microsoft.TypeSpec.ProviderHub.Templates
Templates to use when creating an application for RpaaS with typespec.
Microsoft.WindowsAzure.Mobile.Service.ResourceBroker
This library allows you to easily generate scoped SAS tokens for resources such as Azure Storage.
Azure.Analytics.Purview.Sharing
This is the client library for developing .NET applications with rich experience.
Microsoft.CognitiveServices.Speech.Extension.MAS
This NuGet package provides native and managed libraries to use Microsoft Audio Stack with the Microsoft Cognitive Services Speech SDK.
wastorage.redist
Redistributable components for package 'wastorage'. This package should only be installed as a dependency. (This is not the package you are looking for).
Azure.AI.AnomalyDetector
This is the Microsoft Azure Cognitive Services Anomaly Detector client library
Microsoft.Template.Mcp
Template MCP Server - Basic Model Context Protocol implementation
Microsoft.Azure.Management.StorSimple.Fluent
Provides StorSimple service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.Functions.Authentication.WebAssembly
Package Description
Microsoft.Azure.Management.Billing.Fluent
Provides Billing service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.Management.Kubernetes
Provides developers with libraries for the hybrid kubernetes platform under Azure Resource manager to deploy Connected Clusters resource. Note: This client library is for Connected Clusters under Azure Resource Manager.
Microsoft.Azure.Functions.Worker.Extensions.Kusto
Kusto extensions for .NET isolated Azure Functions
Azure.ResourceManager.Nginx
Microsoft Azure Resource Manager client SDK for Azure resource provider Nginx.NginxPlus.
Microsoft.Template.Mcp.linux-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for linux-arm64.
Microsoft.Template.Mcp.win-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for win-x64.
Microsoft.Template.Mcp.osx-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for osx-arm64.
Microsoft.Template.Mcp.osx-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for osx-x64.
Microsoft.Template.Mcp.linux-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for linux-x64.
Microsoft.Template.Mcp.win-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for win-arm64.
Microsoft.Azure.Management.BatchAI
Provides management capabilities for Azure Batch AI.
Microsoft.Azure.Management.KubernetesConfiguration
Provides Microsoft Azure KubernetesConfiguration management operations including the ability to create, update and delete configurations and extensions.
Azure.ResourceManager.OracleDatabase
Azure Resource Manager client SDK for Azure resource provider OracleDatabase.
wastorage.symbols
Symbols for package 'wastorage'. This package should not likely be installed. (This is not the package you are looking for).
Microsoft.Azure.Management.Purview
Azure Purview is a unified data governance service that helps you manage and govern your on-premises, multicloud, and software-as-a-service (SaaS) data.
Microsoft.Azure.Management.Devices.Fluent
Provides Devices service management (Fluent) capabilities for Microsoft Azure.
Azure.ResourceManager.MongoCluster
Azure Resource Manager client SDK for Azure resource provider Microsoft.MongoCluster.
Microsoft.Azure.Management.AppPlatform
Provides developers with libraries for the Azure Spring Cloud under Azure Resource manager to deploy, start, stop and scale Spring Cloud applications.
Azure.ResourceManager.ApiCenter
Azure Resource Manager client SDK for Azure resource provider ApiCenter.
Azure.Provisioning.Deployment
Contains the core functionality for deploying Azure infrastructure with dotnet code.
Azure.ResourceManager.RecoveryServicesDataReplication
Azure Resource Manager client SDK for Azure resource provider RecoveryServicesDataReplication.
Microsoft.AzureStack.Management
Microsoft Confidential, Azure Stack Preview
Microsoft.Azure.Management.AnalysisServices.Fluent
Provides AnalysisServices service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.Management.EdgeGateway
Microsoft Azure Management EdgeGateway library
Azure.ResourceManager.HybridData
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.HybridData.
Microsoft.Azure.Management.CustomerInsights.Fluent
Provides CustomerInsights service management (Fluent) capabilities for Microsoft Azure.
Microsoft.Azure.Storage.CPP.v120
This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.Cosmos.FaultInjection
This client library enables client applications to inject faults into Azure Cosmos DB applications.
Azure.ResourceManager.HealthDataAIServices
Azure Resource Manager client SDK for Azure resource provider HealthDataAIServices.
Microsoft.Azure.Management.MachineLearning.Fluent
Provides MachineLearning service management (Fluent) capabilities for Microsoft Azure.
Microsoft.TypeSpec.ProviderHub.Controller
This common class library for ProviderHub controller extensions For this release see notes - TBA in addition to the breaking changes TBA TypeSpec quickstarts and tutorials - https://github.com/Azure/typespec-azure
Microsoft.TypeSpec.MSBuild
This package enables API First development of ProviderHub services using TypeSpec. It adds build targets to generate an ASP.Net MVC controller and OpenAPI definition from a TypeSpec description for the service. The package includes msbuild target files and a custom TypeSpec build task, integrating API-First development using TypeSpec into the project simply.
Microsoft.Azure.Management.LabServices
Microsoft.Azure.Management.LabServices
Azure.ResourceManager.PlaywrightTesting
Azure Resource Manager client SDK for Azure resource provider PlaywrightTesting.
Microsoft.Azure.PostgreSQL.Auth
Azure Entra ID authentication extension for Npgsql driver
Azure.ResourceManager.ComputeFleet
Azure Resource Manager client SDK for Azure resource provider ComputeFleet.
Microsoft.AzureStack.Management.Fabric.Admin
Provides developers with libraries for the fabric admin under AzureStack to manage fabric infrastructure.
Azure.Health.Deidentification
This is the Azure.Health.Deidentification client library for developing .NET applications with rich experience.
Microsoft.Azure.WebJobs.Extensions.MySql
MySql binding extension for Azure Functions
Azure.ResourceManager.Fabric
Azure Resource Manager client SDK for Azure resource provider Fabric.
Microsoft.AzureStack.AzureConsistentStorage
A management library for working with Microsoft Azure-consistent Storage services including Blob and Table
Microsoft.Azure.Storage.CPP
This client library enables working with the Microsoft Azure storage services which include the blob service for storing binary and text data, the file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/
Microsoft.Azure.CognitiveServices.Search.CustomImageSearch
This client library provides access to the Microsoft Cognitive Services Custom Image Search API.
Microsoft.AzureStack.Management.Backup.Admin
Provides developers with libraries for the Backup admin under AzureStack to manage backups.
Microsoft.Azure.SpringCloud.Client
Client library for adding Azure Spring Cloud support to Steeltoe 3.0 and ASP.NET Core 3.1 applications.
Microsoft.AzureStack.Management.Subscriptions.Admin
Provides developers with libraries for the subscriptions admin under AzureStack to manage subscriptions
Microsoft.Azure.Management.RedisEnterprise
Provides Redis Enterprise cache management capabilities for Microsoft Azure.
Azure.Projects
Azure.Projects simplifies getting started with Azure in .NET.
Microsoft.Azure.Management.Migrate.ResourceMover
Provides developers with libraries for the azure resource mover under Azure Resource manager.
Azure.Projects.Provisioning
Azure.Projects.Provisioning simplifies declarative resource provisioning in .NET.
Azure.Provisioning.Cdn
Azure.Provisioning.Cdn simplifies declarative resource provisioning in .NET.
Azure.Projects.AI
AI extensions for Azure.Projects
Microsoft.Azure.WebJobs.Script
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
Azure.ResourceManager.ComputeSchedule
Azure Resource Manager client SDK for Azure resource provider ComputeSchedule.
Microsoft.Azure.WebJobs.Extensions.OpenAI
Microsoft Azure WebJobs SDK Extension for OpenAI
Microsoft.Azure.Functions.Worker.Extensions.OpenAI
Microsoft Azure Functions .NET Isolated Worker Extension for OpenAI
Microsoft.Azure.Management.ServerManagement
Allows programatic access to create SMT Gateways, Nodes, Sessions and remotely access PowerShell on a SMT Node.
Azure.MixedReality.ObjectAnchors.Conversion
Package Description
Microsoft.Azure.Management.Intune
CSM/Resource Groups-compatible library. Provides management capabilities for Intune services.
Azure.Analytics.Purview.Account
An SDK for interacting with the Azure Purview Account service
Microsoft.Azure.Management.Storsimple8000series
Microsoft Azure Management Storsimple 8000 series library
Microsoft.AzureStack.Management.InfrastructureInsights.Admin
Provides developers with libraries for the health admin under AzureStack to manage health alerts.
Microsoft.Azure.Batch.Apps.Cryptography
This library contains cryptographic functions to support encryption of Batch job inputs and outputs.
Microsoft.Azure.Management.HybridCompute
Provides developers with libraries for managing hybrid machines
Azure.FX
Package Description
Microsoft.Azure.Management.AzureStackHCI
Microsoft Azure Stack HCI Management Library
Microsoft.AzureStack.Management.Update.Admin
Provides developers with libraries for the Update admin under AzureStack to manage plans and stuff.
Microsoft.AzureStack.Management.Commerce.Admin
Provides developers with libraries for the commerce admin under AzureStack to manage subscription usages.
Microsoft.WindowsAzure.Common.Tracing.Log4Net
Exposes Microsoft Azure Libraries HTTP messaging via Log4Net.
Azure.ResourceManager.Blueprint
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Blueprint.
Azure.ResourceManager.HardwareSecurityModules
Azure Resource Manager client SDK for Azure resource provider HardwareSecurityModules.
Microsoft.Azure.Management.DeviceUpdate
Provides management capabilities for Microsoft Azure Device Update for IoT Hub.
Microsoft.Fabric.Mcp
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric
Azure.ResourceManager.DataMigration
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DataMigration.
Microsoft.Azure.Management.DataProtection.Backup
Provides developers with libraries for data protection under Azure Resource manager.
Azure.ResourceManager.IotOperations
This is the Azure.ResourceManager.IotOperations client library for developing .NET applications with rich experience.
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.KeyVault
Package Description
Microsoft.Azure.Management.LocationBasedServices
Microsoft Azure Management Location Based Services Library
Microsoft.AzureStack.Management.Storage.Admin
Provides developers with libraries for the Storage admin under AzureStack to manage Storage infrastructure.
Microsoft.AzureStack.Management.KeyVault.Admin
Provides developers with libraries for the KeyVault admin under AzureStack.
Microsoft.Azure.Management.Confluent
Microsoft Azure Management Confluent library
Microsoft.AzureStack.Management.Compute.Admin
Provides developers with libraries for the compute admin under AzureStack to manage compute resources.
Microsoft.Fabric.Mcp.win-x64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for win-x64.
Azure.ResourceManager.StorageActions
Azure Resource Manager client SDK for Azure resource provider StorageActions.
Azure.Media.VideoAnalyzer.Edge
Azure Video Analyzer provides a platform to build intelligent video applications that span the edge and the cloud. The platform offers the capability to capture, record, and analyze live video along with publishing the results, video and video analytics, to Azure services in the cloud or the edge. It is designed to be an extensible platform, enabling you to connect different video analysis edge modules such as Cognitive services containers, custom edge modules built by you with open source machine learning models or custom models trained with your own data. You can then use them to analyze live video without worrying about the complexity of building and running a live video pipeline. Use the client library for Video Analyzer Edge to: Simplify interactions with the Microsoft Azure IoT SDKs (https://github.com/azure/azure-iot-sdks) Programmatically construct pipeline topologies and live pipelines
Microsoft.Azure.Management.Chaos
Provides developers with libraries for the Chaos under Azure Resource manager to manage Chaos Experiments, Targets, Capabilities and child resources and their available management capabilities. Create, Delete, Update Chaos Experiments, Targets, Capabilities and child resources. Note: This client library is for Chaos under Azure Resource Manager.
Microsoft.Azure.AppService.ApiApps.Common
Microsoft.Azure.AppService.ApiApps.Common
Azure.Health.Insights.RadiologyInsights
This is the Azure.Health.Insights.RadiologyInsights client library for developing .NET applications with rich experience.
Azure.DCAP.Windows
This library serves as a quoting data provider plugin for the Intel SGX Data Center Attestation Primitives (DCAP). Specifically, the Intel DCAP library will search out and load provider plugins, such as the Azure DCAP Client. This provider plugin is then used to fetch certain data files, such as platform certificates, TCB structures, and revocation lists. The Azure DCAP Client fetches artifacts from an Azure-internal caching service. The purpose of this cache is to ensure that all Azure hosts always have the correct data available and local within the Azure cloud. The data serviced by the Azure cache are all Intel-originating, and are rooted to Intel CAs. The cache serves simply to ensure that there are no external dependencies on Intel for workloads running on Azure infrastructure.
Azure.ResourceManager.ManagementPartner
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ManagementPartner.
Microsoft.Azure.Cosmos.Encryption.Custom
This is an internal library that provides an implementation for client-side encryption for Azure Cosmos DB for NoSQL for multi-tenant use case. For more information, refer to https://aka.ms/CosmosCustomClientEncryption
Microsoft.Azure.WebJobs.Extensions.OpenAI.Kusto
Microsoft Azure WebJobs SDK Extension for OpenAI - Kusto Search Package.
Microsoft.Azure.Media.LiveVideoAnalytics.Edge
Provides developers with libraries for managing Live video analytics edge module using direct methods
Microsoft.Azure.Management.Quota
Microsoft.Azure.Management.Quota Library
Microsoft.Azure.Management.WorkloadMonitor
Provides developers with libraries for VM Health
Microsoft.Azure.Management.VideoAnalyzer
Provides developers with libraries for managing Azure Video Analyzer using the Azure Resource Manager API.
Microsoft.AzureStack.Management.Gallery.Admin
Provides developers with libraries for the gallery admin under AzureStack to manage gallery items.
Azure.AI.Language.Conversations.Authoring
This is the Authoring client library for developing .NET applications with rich experience.
Azure.ResourceManager.MachineLearningCompute
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.MachineLearningCompute.
Microsoft.WindowsAzure.Common.Tracing.Etw
Exposes Microsoft Azure Libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to Microsoft-WindowsAzure event source. The ETW tracing provider requires .NET Framework 4.5 or newer.
Microsoft.AzureStack.Management.Subscription
Provides developers with libraries to manage subscriptions under AzureStack
Microsoft.AzureStack.Management.Storage
A management library for working with Microsoft Azure-consistent Storage services including Blob and Table
Microsoft.AzureStack.Management.Network.Admin
Provides developers with libraries for the network admin under AzureStack to manage network.
Azure.ResourceManager.CustomerInsights
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.CustomerInsights.
Microsoft.AzureStack.Management.AzureBridge.Admin
Provides developers with libraries for the AzureBridge admin under AzureStack to manage plans and stuff.
Microsoft.Azure.Management.CustomerInsights
Provides developers with libraries to create and manage Namespaces and manage Authorization Rules. Note: This client library is for CustomerInsights under Azure Resource Manager.
Microsoft.Azure.WebJobs.Extensions.WebPubSubForSocketIO
Azure Functions extension for the WebPubSub for Socket.IO
Azure.Security.CodeTransparency
This is the Azure.Security.CodeTransparency client library for developing .NET applications with rich experience.
Azure.Media.Analytics.Edge
Live Video Analytics on IoT Edge provides a platform to build intelligent video applications that span the edge and the cloud. The platform offers the capability to capture, record, and analyze live video along with publishing the results, video and video analytics, to Azure services in the cloud or the edge. It is designed to be an extensible platform, enabling you to connect different video analysis edge modules (such as Cognitive services containers, custom edge modules built by you with open-source machine learning models or custom models trained with your own data) to it and use them to analyze live video without worrying about the complexity of building and running a live video pipeline.
Microsoft.Azure.Template
This is a template project to demonstrate how to create a package as well as use for testing our build and release pipelines
Microsoft.Azure.WebJobs.Extensions.OpenAI.AzureAISearch
Microsoft Azure WebJobs SDK Extension for OpenAI - Azure AI Search Package.
Azure.AI.Personalizer
This is the Azure Personalizer client library for developing .NET applications.
Hyak.Common.Tracing.Log4Net
Exposes Hyak generated client libraries HTTP messaging via Log4Net.
Azure.ResourceManager.Attestation
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Attestation.
Microsoft.Azure.DataFactoryTestingFramework.Expressions
The DataFactoryTestingFramework Expressions is a library that provides a way to evaluate expressions using the data-factory-testing-framework. For more information see https://github.com/microsoft/data-factory-testing-framework
Microsoft.Azure.WebJobs.Extensions.OpenAI.CosmosDBSearch
Microsoft Azure WebJobs SDK Extension for OpenAI - Cosmos DB Search for MongoDB Package.
Azure.ResourceManager.NetworkFunction
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.NetworkFunction.
Azure.ResourceManager.HDInsight.Containers
Azure Resource Manager client SDK for Azure resource provider HDInsight On AKS.
Microsoft.Azure.Management.RecoveryServicesVaultUpgrade
Provides vault upgrade management capabilities.
Azure.Analytics.Purview.Administration
An SDK for interacting with the Azure Purview Administration service
Azure.ResourceManager.WorkloadMonitor
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.WorkloadMonitor.
Azure.Verticals.AgriFood.Farming
This client library enables working with the Microsoft Azure FarmBeats service
Microsoft.Azure.Management.HybridData
Package Description
Azure.ResourceManager.ArcScVmm
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Arc.ScVmm.
Azure.Core.Extensions
Azure Client SDK integration with Microsoft.Extensions libraries
Microsoft.Fabric.Mcp.osx-arm64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for osx-arm64.
Azure.ResourceManager.Quantum
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Quantum.
Azure.ResourceManager.DevSpaces
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.DevSpaces.
Azure.Provisioning.Communication
Azure.Provisioning.Communication simplifies declarative resource provisioning in .NET.
Azure.FX.Interfaces
Package Description
Azure.ResourceManager.ManagedNetwork
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.ManagedNetwork.
Microsoft.Azure.WebJobs.Script.WebHost
This package contains the runtime assemblies for Microsoft.Azure.WebJobs.Script.WebHost. For more information, please visit http://github.com/Azure/azure-webjobs-sdk-script
Microsoft.Fabric.Mcp.linux-x64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for linux-x64.
Microsoft.Fabric.Mcp.win-arm64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for win-arm64.
Microsoft.Fabric.Mcp.linux-arm64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for linux-arm64.
Azure.FX.AI
Package Description
Microsoft.Fabric.Mcp.osx-x64
Microsoft Fabric MCP Server - Model Context Protocol implementation for Fabric. Internal implementation package for osx-x64.
Azure.ResourceManager.NeonPostgres
Azure Resource Manager client SDK for Azure resource provider liftrneon.
Azure.ResourceManager.SecurityDevOps
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.SecurityDevOps.
Azure.FX.Cli
Package Description
Azure.ResourceManager.AgFoodPlatform
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.AgFoodPlatform.
Hyak.Common.Tracing.Etw
Exposes Hyak generated client libraries events via ETW (Event Tracing for Windows). ETW events can be captured by subscribing to Hyak event source. The ETW tracing provider requires .NET Framework 4.5 or newer.
Azure.Health.Insights.CancerProfiling
This is the Azure Health Insights CancerProfiling client library for developing .NET applications with rich experience.
Microsoft.Azure.WebJobs.Extensions.CosmosDb.Mongo
Package Description
Microsoft.Azure.Functions.Worker.Extensions.MySql
MySql extension for .NET isolated Azure Functions
Azure.Base
This is the implementation of the Azure Client Pipeline
Microsoft.Azure.WebJobs.CosmosDb.Mongo
Package Description
Azure.Health.Insights.ClinicalMatching
This is the Azure Health Insights ClinicalMatching client library for developing .NET applications with rich experience.
Azure.Analytics.Purview.Workflows
This is the Workflows client library for developing .NET applications with rich experience.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Compute
Package Description
Azure.ResourceManager.HybridNetwork
Azure Resource Manager client SDK for Azure resource provider HybridNetwork.
Azure.ResourceManager.EnergyServices
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.EnergyServices.
Azure.ResourceManager.ResourceConnector
Azure Resource Manager client SDK for Azure resource provider ResourceConnector.
Azure.FX.Templates
Templates for creating Azure FX applications.
Azure.ResourceManager.CarbonOptimization
Azure Resource Manager client SDK for Azure resource provider CarbonOptimization.
Microsoft.Azure.WebJobs.Extensions.CosmosDb.ChangeProcessor
Package Description
Azure.ResourceManager.DefenderEasm
Azure Resource Manager client SDK for Azure resource provider DefenderEasm.
Microsoft.Azure.Management.ManagedNetwork
Network Controller is a fully managed networking solution that allows customers to programmatically view, control, change, and monitor your entire Azure network centrally and with ease.
Azure.Analytics.Purview.Share
This is the Share client library for developing .NET applications with rich experience.
Azure.ResourceManager.LambdaTestHyperExecute
Azure Resource Manager client SDK for Azure resource provider liftrhyperexecute.
Azure.ResourceManager.ArizeAIObservabilityEval
Azure Resource Manager client SDK for Azure resource provider liftrarize.
Azure.AI.ContentSafety.Extension.Embedded.Text
Azure AI ContentSafety Embedded SDK for Text Content Moderation
Microsoft.Azure.Devices.DigitalTwin.Client
Digital Twin Device SDK for Azure IoT Hub
Microsoft.Azure.CognitiveServices.Search.BingWebSearch
This client library provides access to the Microsoft Cognitive Services Web Search API.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Network
Provides developers with libraries for the updated Network platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Azure.ResourceManager.TrustedSigning
Azure Resource Manager client SDK for Azure resource provider TrustedSigning.
Azure.ResourceManager.ScVmm
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Arc.ScVmm.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.ResourceManager
Provides developers with libraries for the updated ResourceManager platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Azure.ResourceManager.PureStorageBlock
Azure Resource Manager client SDK for Azure resource provider PureStorageBlock.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Storage
Provides developers with libraries for the updated Storage platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Compute
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Azure.ResourceManager.MongoDBAtlas
Azure Resource Manager client SDK for Azure resource provider MongoDBAtlas.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.KeyVault
Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Azure.ResourceManager.SpringAppDiscovery
Azure Resource Manager client SDK for Azure resource provider SpringAppDiscovery.
Microsoft.Template.Mcp.Server.linux-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for linux-arm64.
Azure.ResourceManager.LargeInstance
Azure Resource Manager client SDK for Azure resource provider LargeInstance.
Microsoft.Azure.WebJobs.CosmosDb.ChangeProcessor
Package Description
Microsoft.Azure.WebJobs.Extensions.OpenAI.CosmosDBNoSqlSearch
Microsoft Azure WebJobs SDK Extension for OpenAI - Cosmos DB Search for NoSql Package.
Microsoft.Azure.Management.ChangeAnalysis
Provides management capabilities for Azure Change Analysis
Microsoft.Azure.Management.StoragePool
Provides developers with libraries for creating and managing resources provided by StoragePool under Azure Resource Manager.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.ResourceManager
Package Description
Azure.ResourceManager.MigrationDiscoverySap
Azure Resource Manager client SDK for Azure resource provider MigrationDiscoverySap.
Azure.AI.ContentSafety.Extension.Embedded.Image
Azure AI ContentSafety Embedded SDK for Image Content Moderation
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.IotHub
Package Description
Azure.Analytics.Defender.Easm
This client library provides access to the Microsoft Defender EASM (External Attack Surface Management) API. With this SDK, developers can leverage the capabilities of Defener EASM to enhance the security posture of their applications and infrastructure.
Azure.ResourceManager.Astro
Azure Resource Manager client SDK for Azure resource provider Astronomer.Astro.
Microsoft.Azure.CognitiveServices.Vision.ContentModerator
This client library provides access to the Microsoft Cognitive Services Content Moderator APIs.
Azure.Provisioning.Dns
Azure.Provisioning.Dns simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Cosmos.Templates
This package contains dotnet project templates to get started using Azure Cosmos DB.
Azure.ResourceManager.Resources.DeploymentStacks
Azure Resource Manager client SDK for Azure resource provider DeploymentStacks.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Websites
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Storage
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Network
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.KeyVault
Package Description
Azure.Connectors.Sdk
Lightweight SDK for building typed connectors for Azure
Azure.ResourceManager.InformaticaDataManagement
Azure Resource Manager client SDK for Azure resource provider InformaticaDataManagement.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Subscription
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.EventHubs
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Authorization
Package Description
Microsoft.Template.Mcp.Server.osx-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for osx-arm64.
Azure.ResourceManager.Playwright
Azure Resource Manager client SDK for Azure resource provider Playwright.
Microsoft.Template.Mcp.Server.osx-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for osx-x64.
Microsoft.Template.Mcp.Server.linux-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for linux-x64.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Commerce
Package Description
Azure.ResourceManager.DevOpsInfrastructure
Azure Resource Manager client SDK for Azure resource provider DevOpsInfrastructure.
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.DataBoxEdge
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Dns
Package Description
Microsoft.Azure.Management.Quantum
Microsoft Azure Management Quantum Library
Microsoft.Azure.Management.Profiles.hybrid_2020_09_01.Monitor
Package Description
Microsoft.Azure.WebJobs.Extensions.AzureCosmosDb.Mongo
Azure CosmosDB Mongo extensions for .NET isolated functions
Azure.Provisioning.FrontDoor
Azure.Provisioning.FrontDoor simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Dell.Storage
Azure Resource Manager client SDK for Azure resource provider dell.
Microsoft.Azure.Management.Datadog
Microsoft Azure Management Datadog library
Azure.Communication.ProgrammableConnectivity
This is the ProgrammableConnectivity client library for developing .NET applications interacting with Azure Programmable Connectivity Gateways.
Microsoft.Azure.Management.ExtendedLocation
Provides Microsoft Azure ExtendedLocation operations.
Microsoft.Azure.Functions.Worker.Extensions.Mcp.Sdk
SDK integration layer for Azure Functions MCP extension, providing access to ModelContextProtocol SDK models and APIs for .NET isolated functions.
Azure.ResourceManager.SiteManager
Azure Resource Manager client SDK for Azure resource provider SiteManager.
Azure.Provisioning.Kubernetes
Azure.Provisioning.Kubernetes simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Devices.DigitalTwin.Service
Digital Twin Service SDK for Azure IoT Hub
Azure.ResourceManager.DurableTask
Azure Resource Manager client SDK for Azure resource provider Durable Task.
Microsoft.Azure.Functions.Worker.Extensions.OpenAI.AzureAISearch
Microsoft Azure Functions .NET Isolated Worker Extension for OpenAI Azure AI Search
Azure.FX.Cognitive
Package Description
Azure.Provisioning.KubernetesConfiguration
Azure.Provisioning.KubernetesConfiguration simplifies declarative resource provisioning in .NET.
Microsoft.Azure.SignalR.Benchmark
Package Description
Azure.AI.Language.Text.Authoring
This is the Authoring client library for developing .NET applications with rich experience.
Microsoft.Azure.Devices.Authentication
Authentication provider code for Azure IoT device SDKs
Microsoft.Azure.Management.Elastic
Microsoft Azure Management Elastic library
Microsoft.Azure.Management.Healthbot
Provides developers with libraries for deploying and manageing Azure HealthBots.
Microsoft.Azure.Management.Automanage
Microsoft Azure Automanage Class Library
Microsoft.CoreWCF.Azure.StorageQueues
Package Description
Azure.ResourceManager.StorageDiscovery
Azure Resource Manager client SDK for Azure resource provider StorageDiscovery.
Azure.Functions.Sdk
Azure Functions SDK for dotnet-isolated workers.
Microsoft.WCF.Azure.StorageQueues
Package Description
Azure.ResourceManager.WorkloadOrchestration
Azure Resource Manager client SDK for Azure resource provider WorkloadOrchestration.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Websites
Provides developers with libraries for the updated Websites platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Authorization
Provides developers with libraries for the updated Authorization platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Azure.ResourceManager.Terraform
Azure Resource Manager client SDK for Azure resource provider terraform.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Dns
Dns hybrid_2018_03_01 profile.
Azure.ResourceManager.ComputeLimit
Azure Resource Manager client SDK for Azure resource provider ComputeLimit.
Microsoft.Azure.Management.Profiles.hybrid_2018_03_01.Subscription
Provides developers with libraries for the updated Subscription platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.
Microsoft.Azure.Management.ProviderHub
Microsoft Azure Management Library for ProviderHub operations.
Microsoft.Azure.CognitiveServices.Search.BingImageSearch
This client library provides access to the Microsoft Cognitive Services Image Search API.
Azure.ResourceManager.ContainerOrchestratorRuntime
Azure Resource Manager client SDK for Azure resource provider ContainerOrchestratorRuntime.
Azure.Projects.Web
Azure.Projects.Web is an ASP.NET Core extensions for Azure.Projects
Azure.FX.Applications
Package Description
Azure.CM
Package Description
Microsoft.Azure.CognitiveServices.Search.BingNewsSearch
This client library provides access to the Microsoft Cognitive Services News Search API.
Azure.CM.OpenAI
Package Description
Microsoft.Azure.CognitiveServices.Search.LocalSearch
Provides ability to search for businesses
Azure.CM.Tools
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Authorization
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Dns
Package Description
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Websites
Package Description
Azure.ResourceManager.WeightsAndBiases
Azure Resource Manager client SDK for Azure resource provider liftrweightsandbiases.
Microsoft.Azure.CognitiveServices.Search.BingVideoSearch
This client library provides access to the Microsoft Cognitive Services Video Search API.
Microsoft.Azure.CognitiveServices.Search.BingCustomSearch
This client library provides access to the Microsoft Cognitive Services Custom Search API.
Azure.ResourceManager.CloudHealth
Azure Resource Manager client SDK for Azure resource provider CloudHealth.
Microsoft.Azure.CognitiveServices.Search.BingVisualSearch
This client library provides access to the Microsoft Cognitive Services Image Visual Search API.
Azure.ResourceManager.PlanetaryComputer
Azure Resource Manager client SDK for Azure resource provider PlanetaryComputer.
Microsoft.Azure.CognitiveServices.Search.BingLocalSearch
Provides ability to search for businesses
Azure.ResourceManager.WorkloadsSapVirtualInstance
Azure Resource Manager client SDK for Azure resource provider Workloads SapVirtualInstance.
Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest
This client library provides access to the Microsoft Cognitive Services AutoSuggest API.
Azure.AI.Language.QuestionAnswering.Inference
This is the Inference client library for developing .NET applications with rich experience.
Azure.AI.Language.QuestionAnswering.Authoring
This is the Azure.AI.Language.QuestionAnswering.Authoring client library for developing .NET applications with rich experience.
Microsoft.Azure.CognitiveServices.Search.BingEntitySearch
This client library provides access to the Microsoft Cognitive Services Entity Search API.
Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch
This client library provides access to the Microsoft Cognitive Services Custom Image Search API.
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Monitor
Package Description
Azure.ResourceManager.PineconeVectorDB
Azure Resource Manager client SDK for Azure resource provider liftrpinecone.
Azure.ResourceManager.DisconnectedOperations
Azure Resource Manager client SDK for Azure resource provider DisconnectedOperations.
Azure.ResourceManager.PortalServicesCopilot
Azure Resource Manager client SDK for Azure resource provider Microsoft.PortalServices.
Azure.ResourceManager.Compute.Recommender
Azure Resource Manager client SDK for Azure resource provider ComputeRecommender.
Microsoft.Template.Mcp.Server.win-x64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for win-x64.
Microsoft.Azure.Management.Profiles.hybrid_2019_03_01.Subscription
Package Description
Azure.ResourceManager.DependencyMap
Azure Resource Manager client SDK for Azure resource provider DependencyMap.
Azure.ResourceManager.Migration.Assessment
Azure Resource Manager client SDK for Azure resource provider Migration.Assessment.
Azure.ResourceManager.DatabaseWatcher
Azure Resource Manager client SDK for Azure resource provider DatabaseWatcher.
Microsoft.Template.Mcp.Server.win-arm64
Template MCP Server - Basic Model Context Protocol implementation. Internal implementation package for win-arm64.
Microsoft.Azure.Management.SampleProjectPublish
Sample Project for testing project publishing.
Azure.ResourceManager.AgriculturePlatform
Azure Resource Manager client SDK for Azure resource provider AgriculturePlatform.
Microsoft.Azure.Functions.Worker.Extensions.OpenAI.Kusto
Microsoft Azure Functions .NET Isolated Worker Extension for OpenAI Kusto
Azure.Analytics.OnlineExperimentation
This is the Azure.Analytics.OnlineExperimentation client library for developing .NET applications with rich experience.
Azure.ResourceManager.VirtualEnclaves
Azure Resource Manager client SDK for Azure resource provider VirtualEnclaves.
Azure.Iot.Operations.Templates
.NET project templates for creating Azure IoT Operations solutions
Azure.ResourceManager.OnlineExperimentation
Azure Resource Manager client SDK for Azure resource provider OnlineExperimentation.
Azure.ResourceManager.CertificateRegistration
Microsoft Azure management client SDK for Azure resource provider Certificate Registration.
Azure.ResourceManager.Hci.Vm
Azure Resource Manager client SDK for Azure resource provider Hci.Vm.
Azure.ResourceManager.ConnectedCache
Azure Resource Manager client SDK for Azure resource provider ConnectedCache.
Azure.ResourceManager.SecretsStoreExtension
Azure Resource Manager client SDK for Azure resource provider SecretsStoreExtension.
Microsoft.Azure.Functions.Worker.Extensions.OpenAI.CosmosDBSearch
Microsoft Azure Functions .NET Isolated Worker Extension for CosmosDB Search
Microsoft.Azure.Functions.Extensions.Connector
Connector extension for Azure Functions
Azure.ResourceManager.EdgeActions
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.Cdn EdgeActions.
Azure.ResourceManager.ContainerRegistry.Tasks
This is the Azure.ResourceManager.ContainerRegistry.Tasks client library for developing .NET applications with rich experience.
Azure.ResourceManager.ImpactReporting
Azure Resource Manager client SDK for Azure resource provider ImpactReporting.
Microsoft.Azure.Functions.Worker.Extensions.Connector
Connector extension for Azure Functions isolated worker - Exposes a webhook endpoint that accepts JSON/string payloads
Azure.ResourceManager.ArtifactSigning
Azure Resource Manager client SDK for Azure resource provider ArtifactSigning.
Azure.Functions.Cli.Workloads.Templates.Python
Python function templates for the func CLI. Compatible with Microsoft.Azure.Functions.ExtensionBundle (minBundle:[4.0.0,)).
Azure.Functions.Cli.Workloads.ExtensionBundles
Azure Functions CLI extension bundle payload, delivered as a content workload for the func CLI.
Azure.Functions.Cli.Workloads.Templates.Node
Node.js function templates for the func CLI. Compatible with Microsoft.Azure.Functions.ExtensionBundle (minBundle:[4.0.0,)).
Azure.ResourceManager.Monitor.PipelineGroups
This is the Azure.ResourceManager.Monitor.PipelineGroups client library for developing .NET applications with rich experience.
Azure.ResourceManager.Monitor.Slis
Azure Resource Manager client SDK for Azure resource provider Slis.
Azure.ResourceManager.Monitor.Workspaces
This is the Azure.ResourceManager.Monitor.Workspaces client library for developing .NET applications with rich experience.
Azure.Provisioning.Monitor
Azure.Provisioning.Monitor simplifies declarative resource provisioning in .NET.
Azure.Iot.Operations.ProtocolCompiler
Protocol compiler for Azure IoT Operations that generates client and server code from WoT Thing Models.
Azure.ResourceManager.Compute.BulkActions
Azure Resource Manager client SDK for Azure resource provider ComputeBulkActions
Microsoft.Azure.Kafka.SchemaRegistry.Json
Azure Schema Registry is a hosted schema repository service provided by Azure Event Hubs, designed to simplify schema management and data governance.
Azure.Provisioning.MySql
Azure.Provisioning.MySql simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.ServiceGroups
Azure Resource Manager client SDK for Azure resource provider ServiceGroups.
Azure.Functions.Cli.Workloads.Workers.Python.linux-x64
Azure Functions CLI content workload that ships the Python language worker.
Azure.Functions.Cli.Workloads.Workers.Python.win-x64
Azure Functions CLI content workload that ships the Python language worker.
Azure.Functions.Cli.Workloads.Templates.DotNet
.NET function templates for the func CLI. Resolves templates from Microsoft.Azure.Functions.Worker.ItemTemplates at func new time.
Azure.Provisioning.SecurityCenter
Azure.Provisioning.SecurityCenter simplifies declarative resource provisioning in .NET.
Azure.Functions.Cli.Workloads.Workers.Python.osx-arm64
Azure Functions CLI content workload that ships the Python language worker.
Azure.Functions.Cli.Workloads.Workers.Python.osx-x64
Azure Functions CLI content workload that ships the Python language worker.
Azure.Functions.Cli.Workloads.Workers.Python.linux-arm64
Azure Functions CLI content workload that ships the Python language worker.
Azure.Provisioning.Compute
Azure.Provisioning.Compute simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Functions.Worker.Extensions.OpenAI.CosmosDBNoSqlSearch
Microsoft Azure Functions .NET Isolated Worker Extension for CosmosDB Search
Azure.ResourceManager.ManagedOps
Azure Resource Manager client SDK for Azure resource provider ManagedOps.
Azure.Provisioning.ApiManagement
Azure.Provisioning.ApiManagement simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.ResilienceManagement
A .NET SDK for Azure Resilience Management, enabling programmatic management of resilience features, resources, and configurations.
Azure.ResourceManager.Resources.Policy
This is the Azure.ResourceManager.Resources.Policy client library for developing .NET applications with rich experience.
Azure.ResourceManager.DomainRegistration
Microsoft Azure management client SDK for Azure resource provider Domain Registration.
Azure.ResourceManager.KubernetesConfiguration.Extensions
Microsoft Azure Resource Manager client SDK for Azure resource provider Microsoft.KubernetesConfiguration Extensions.
Azure.Functions.Cli.Workloads.Host.win-x64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.ResourceManager.AppNetwork
This is the Azure.ResourceManager.AppNetwork client library for developing .NET applications with rich experience.
Azure.Functions.Cli.Workloads.DotNet
Azure Functions CLI tooling for .NET (C#, F#) projects.
Azure.Functions.Cli.Workloads.Workers.Node
Azure Functions CLI content workload that ships the Node.js language worker.
Azure.Provisioning.Batch
Azure.Provisioning.Batch simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Relationships
Azure Resource Manager client SDK for Azure resource provider Relationships.
Azure.Functions.Cli.Workloads.Python
Azure Functions CLI tooling for Python projects.
Azure.Provisioning.ServiceNetworking
Azure.Provisioning.ServiceNetworking simplifies declarative resource provisioning in .NET.
Azure.Functions.Cli.Workloads.Workers.Go
Azure Functions CLI content workload that ships the Go worker assets (static worker config).
Azure.Provisioning.ResourceGraph
Azure.Provisioning.ResourceGraph simplifies declarative resource provisioning in .NET.
Azure.Provisioning.ContainerInstance
Azure.Provisioning.ContainerInstance simplifies declarative resource provisioning in .NET.
Azure.Provisioning.Logic
Azure.Provisioning.Logic simplifies declarative resource provisioning in .NET.
Azure.Functions.Cli.Workloads.Host.linux-x64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.Provisioning.ServiceFabricManagedClusters
Azure.Provisioning.ServiceFabricManagedClusters simplifies declarative resource provisioning in .NET.
Microsoft.Azure.Cosmos.QueryPlanInterop.Linux
Pre-built native QueryPlanInterop libraries for Linux (amd64 + arm64).
Microsoft.Azure.Cosmos.QueryPlanInterop.MacOS
Pre-built native QueryPlanInterop libraries for macOS (arm64 + x86_64).
Azure.Functions.Cli.Workloads.Node
Azure Functions CLI tooling for Node.js projects.
Azure.Functions.Cli.Workloads.Host.osx-arm64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.ResourceManager.ProgramEnrollment
This is the Azure.ResourceManager.ProgramEnrollment client library for developing .NET applications with rich experience.
Azure.ResourceManager.Resources.Deployments
Azure Resource Manager client SDK for Azure resource provider Resources.Deployments.
Azure.Provisioning.CostManagement
Azure.Provisioning.CostManagement simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Resources.Bicep
Azure Resource Manager client SDK for Azure resource provider Bicep.
Azure.Functions.Cli.Workloads.Go
Azure Functions CLI tooling for Go projects.
Azure.ResourceManager.NapsterOmniagentApi
This is the Azure.ResourceManager.NapsterOmniagentApi client library for developing .NET applications with rich experience.
Microsoft.Azure.Cosmos.QueryPlanInterop.Windows
Pre-built native QueryPlanInterop library for Windows x64.
Azure.Provisioning.TrafficManager
Azure.Provisioning.TrafficManager simplifies declarative resource provisioning in .NET.
Azure.ResourceManager.Billing.Trust
This is the Azure.ResourceManager.Billing.Trust client library for developing .NET applications with rich experience.
Azure.Provisioning.BotService
Azure.Provisioning.BotService simplifies declarative resource provisioning for Azure Bot Service in .NET.
Azure.Provisioning.DurableTask
Azure.Provisioning.DurableTask simplifies declarative resource provisioning for Azure Durable Task Scheduler in .NET.
Azure.Provisioning.StandbyPool
Azure.Provisioning.StandbyPool simplifies declarative resource provisioning for Azure Standby Pool in .NET.
Azure.ResourceManager.HorizonDB
Azure Resource Manager client SDK for Azure resource provider HorizonDB.
Azure.Provisioning.ServiceFabric
Azure.Provisioning.ServiceFabric simplifies declarative resource provisioning in .NET.
Azure.Functions.Cli.Workloads.Host.linux-arm64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.Functions.Cli.Workloads.Host.win-arm64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.ResourceManager.RedHatOpenShift
This is the Microsoft Azure Red Hat OpenShift management client library
Azure.Functions.Cli.Workloads.Host.osx-x64
Azure Functions CLI content workload that ships the Azure Functions host.
Azure.ResourceManager.Enclave
This is the Azure.ResourceManager.Enclave client library for developing .NET applications with rich experience.
Azure.ResourceManager.ComputeBulkActions
This is the Azure.ResourceManager.ComputeBulkActions client library for developing .NET applications with rich experience.
Azure.Provisioning.DomainRegistration
Azure.Provisioning.DomainRegistration simplifies declarative resource provisioning in .NET.
Azure.Functions.Cli.Abstractions
Shared interfaces and contracts for building Azure Functions CLI workloads.
Azure.ResourceManager.Discovery
This is the Azure.ResourceManager.Discovery client library for developing .NET applications with rich experience.
Azure.ResourceManager.ContainerServicePreparedImgSpec
This is the Azure.ResourceManager.ContainerServicePreparedImgSpec client library for developing .NET applications with rich experience.
Azure.Analytics.PlanetaryComputer
The Azure Planetary Computer client library provides programmatic access to Microsoft Planetary Computer Pro, a geospatial data management service built on Azure's hyperscale infrastructure. Microsoft Planetary Computer Pro empowers organizations to unlock the full potential of geospatial data by providing foundational capabilities to ingest, manage, search, and distribute geospatial datasets using the SpatioTemporal Asset Catalog (STAC) open specification.
Azure.Provisioning.Attestation
Azure.Provisioning.Attestation simplifies declarative resource provisioning in .NET.
Azure.Provisioning.RecoveryServices
Azure.Provisioning.RecoveryServices simplifies declarative resource provisioning in .NET.
Azure.Provisioning.RecoveryServicesBackup
Azure.Provisioning.RecoveryServicesBackup simplifies declarative resource provisioning in .NET.
Azure.Provisioning.IotHub
Azure.Provisioning.IotHub simplifies declarative resource provisioning in .NET.