From e6de379e53add4f5296ba9d191f5062d58e1759a Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 29 Oct 2019 13:08:39 -0700 Subject: [PATCH] Clean up docs directory (#8494) Also regenerated packages.md --- .github/CONTRIBUTING.md | 127 ------- .travis.yml | 48 --- CONTRIBUTING.md | 8 + Documentation/AuthConflictsBetweenSDKs.md | 45 --- Documentation/NetSDK-Repo-Tasks-Module.md | 27 -- Documentation/README.md | 65 ---- Documentation/breaking-changes.md | 26 -- Documentation/sdk-for-net-packages.md | 91 ----- doc/README.md | 7 + .../dev}/ExistingManagementSDKVersioning.md | 0 .../dev}/Track2TestFramework.md | 0 .../dev}/Using-Azure-TestFramework.md | 0 {Documentation => doc/dev}/Versioning.md | 0 .../dev}/code-generation-instructions.md | 0 packages.md | 336 +++++++++--------- 15 files changed, 186 insertions(+), 594 deletions(-) delete mode 100644 .github/CONTRIBUTING.md delete mode 100644 .travis.yml delete mode 100644 Documentation/AuthConflictsBetweenSDKs.md delete mode 100644 Documentation/NetSDK-Repo-Tasks-Module.md delete mode 100644 Documentation/README.md delete mode 100644 Documentation/breaking-changes.md delete mode 100644 Documentation/sdk-for-net-packages.md create mode 100644 doc/README.md rename {Documentation => doc/dev}/ExistingManagementSDKVersioning.md (100%) rename {Documentation => doc/dev}/Track2TestFramework.md (100%) rename {Documentation => doc/dev}/Using-Azure-TestFramework.md (100%) rename {Documentation => doc/dev}/Versioning.md (100%) rename {Documentation => doc/dev}/code-generation-instructions.md (100%) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index c82430101383..000000000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,127 +0,0 @@ -# Contribute Code or Provide Feedback for Azure SDK for .NET - -This repository contains a set of Azure SDKs for .NET that can be consumed for Microsoft Azure applications. - -## Basics - -If you would like to become an active contributor to this project, please follow the instructions provided in [Microsoft Azure Projects Contribution Guidelines](http://azure.github.io/guidelines/). - -In the Azure Developer Experience, you are at Step 4: - -[Design, Build and Describe REST API](https://github.com/Azure/adx-documentation-pr/blob/master/README.md#step-1---design-build-and-describe-rest-api) -> [Get Your Swagger Approved](https://github.com/Azure/adx-documentation-pr/blob/master/README.md#step-2---get-your-swagger-approved) -> _**[Generate Request-Response Style Libraries](https://github.com/Azure/adx-documentation-pr/blob/master/README.md#step-3---generate-request-response-style-libraries)**_ -> [Build Command Line Experiences](https://github.com/Azure/adx-documentation-pr/blob/master/README.md#step-4---build-command-line-experiences) - -## Table of Contents - -[Before Starting](#before-starting) -- [Onboarding](#onboarding) -- [GitHub Basics](#github-basics) - - [GitHub Workflow](#github-workflow) - - [Forking the Azure/azure-sdk-for-net repository](#forking-the-azureazure-sdk-for-net-repository) -- [Code of Conduct](#code-of-conduct) - -[Filing Issues](#filing-issues) - -[Making Changes](#making-changes) -- [Pull Requests](#pull-requests) -- [REST API Specs](#rest-api-specs) -- [Pull Request Guidelines](#pull-request-guidelines) - - [Cleaning up commits](#cleaning-up-commits) - - [Breaking changes](#breaking-changes) - - [General guidelines](#general-guidelines) - - [Testing guidelines](#testing-guidelines) - - [SDK generation guidelines](#sdk-generation-guidelines) - -## Before Starting - -### Onboarding - -Before cloning this repository, please make sure you have started in our [documentation repository](https://github.com/Azure/adx-documentation-pr) (you will only have access to that page if you are part of the Azure organization). - -### GitHub Basics - -#### GitHub Workflow - -If you don't have experience with Git and GitHub, some of the terminology and process can be confusing. [Here is a guide to understanding the GitHub flow](https://guides.github.com/introduction/flow/) and [here is a guide to understanding the basic Git commands](https://services.github.com/kit/downloads/github-git-cheat-sheet.pdf). - -### Forking the Azure/azure-sdk-for-net repository - -Unless you are working with multiple contributors on the same file, we ask that you fork the repository and submit your pull request from there. [Here is a guide to forks in GitHub](https://guides.github.com/activities/forking/). - -### Code of Conduct - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. - -## Filing Issues - -You can find all of the issues that have been filed in the [Issues](https://github.com/Azure/azure-sdk-for-net/issues) section of the repository. - -If you encounter any bugs with Azure SDK for .NET, or would like to request a feature, please file an issue [here](https://github.com/Azure/azure-sdk-for-net/issues/new). - -You can find the dates for the next three sprints for Azure SDK for .NET in the [Milestones](https://github.com/Azure/azure-sdk-for-net/milestones) section of the Issue page. Each milestone will display the issues that are being worked on for each corresponding sprint. - -## Making Changes - -### Pull Requests - -You can find all of the pull requests that have been opened in the [Pull Request](https://github.com/Azure/azure-sdk-for-net/pulls) section of the repository. - -To open your own pull request, click [here](https://github.com/Azure/azure-sdk-for-net/compare). When creating a pull request, keep the following in mind: -- Make sure you are pointing to the fork and branch that your changes were made in -- Choose the correct branch you want your pull request to be merged into - - The **AutoRest** branch is for code generated from AutoRest - - The **master** branch is for code generated from Hyak; code in this branch is in support mode only - - The **Fluent** branch is for the next generation of Azure SDK Management libraries that implement Fluent interfaces -- The pull request template that is provided **should be filled out**; this is not something that should just be deleted or ignored when the pull request is created - - Deleting or ignoring this template will elongate the time it takes for your pull request to be reviewed -- The SLA for reviewing pull requests is **two business days** - -### REST API Specs - -Before making any changes to the Azure SDK for .NET repository, the corresponding swagger spec must have been checked into the [Azure REST API Spec](https://github.com/Azure/azure-rest-api-specs) repository. - -For more information on how to make changes to the REST API Specs repository, click [here](https://github.com/Azure/azure-rest-api-specs/blob/master/.github/CONTRIBUTING.md). - -### Pull Request Guidelines - -A pull request template will automatically be included as a part of your PR. Please fill out the checklist as specified. Pull requests **will not be reviewed** unless they include a properly completed checklist. - -#### Cleaning up Commits - -If you are thinking about making a large change to your SDK, **break up the change into small, logical, testable chunks, and organize your pull requests accordingly**. - -Often when a pull request is created with a large number of files changed and/or a large number of lines of code added and/or removed, GitHub will have a difficult time opening up the changes on their site. This forces the Azure SDK for .NET team to use separate software to do a code review on the pull request. - -If you find yourself creating a pull request and are unable to see all the changes on GitHub, we recommend **splitting the pull request into multiple pull requests that are able to be reviewed on GitHub**. - -If splitting up the pull request is not an option, we recommend **creating individual commits for different parts of the pull request, which can be reviewed individually on GitHub**. - -For more information on cleaning up the commits in a pull request, such as how to rebase, squash, and cherry-pick, click [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/cleaning-up-commits.md). - -#### Breaking Changes - -Breaking changes should **not** be introduced into the repository without giving customers at least six months notice. For a description of breaking changes in Azure SDK for .NET, see [here](https://github.com/Azure/azure-sdk-for-net/blob/AutoRest/Documentation/breaking-changes.md). - -#### General guidelines - -The following guidelines must be followed in **EVERY** pull request that is opened. - -- Title of the pull request is clear and informative -- There are a small number of commits that each have an informative message -- A description of the changes the pull request makes is included, and a reference to the swagger spec pull request is included if the SDK is being regenerated -- All files have the Microsoft copyright header -- The pull request does not introduce [breaking changes](https://github.com/Azure/azure-sdk-for-net/blob/AutoRest/Documentation/breaking-changes.md) - -#### Testing Guidelines - -The following guidelines must be followed in **EVERY** pull request that is opened. - -- Pull request includes test coverage for the included changes - - -#### SDK Generation Guidelines - -The following guidelines must be followed in pull requests that generate an SDK from a swagger spec - -- A link to the pull request containing these swagger spec changes have been included in the description of the pull request -- The generate.cmd file for the SDK has been updated with the version of AutoRest, as well as a link to the swagger spec, used to generate the code -- The `project.json` and `AssemblyInfo.cs` files have been updated with the new version of the SDK \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0ccec05e3bf5..000000000000 --- a/.travis.yml +++ /dev/null @@ -1,48 +0,0 @@ -matrix: - include: - - language: csharp - stage: Mono ClientRuntime build - mono: latest - sudo: required - dist: xenial - script: - - ./tools/linuxScripts/runClientRuntimeTests.sh - - language: csharp - stage: NetCore build for SDK repo - mono: none - sudo: required - #dist: trusty - dist: xenial - #group: deprecated-2017Q4 - env: - global: - - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - - DOTNET_CLI_TELEMETRY_OPTOUT: 1 - # safelist - #branches: - # only: - # - travisBuild - addons: - apt: - update: true - sources: - packages: - install: - - cat /etc/*release - #- sudo sh -c 'echo "deb [arch=amd64] https://apt-mo.trafficmanager.net/repos/dotnet-release/ trusty main" > /etc/apt/sources.list.d/dotnetdev.list' - - sudo apt-get clean - - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157 - - wget https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb - - sudo dpkg -i packages-microsoft-prod.deb - - sudo apt-get install apt-transport-https - - sudo apt-get update - - sudo apt-get install dotnet-sdk-2.1 - - sudo apt-get update - script: - - ./tools/linuxScripts/runNetCoreSdkTests.sh - after_script: - - echo "========== Server log ============" - - pwd - - ls -al - - ls -al TestResults - - cat TestResults/*.log \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a79d06f978d..949c2e7c26fa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -233,3 +233,11 @@ Much of the management plane SDK code is generated from metadata specs about the - File an issue describing the problem, - Refer to the the [AutoRest project](https://github.com/azure/autorest) to view and modify the generator, or - Add additional methods, properties, and overloads to the SDK by adding classes in the 'Customizations' folder of a project + +## Versioning + +For more information on how we version see [Versioning](doc/dev/Versioning.md) + +## Breaking Changes + +For information about breaking changes see [Breaking Change Rules](https://github.com/dotnet/corefx/blob/master/Documentation/coding-guidelines/breaking-change-rules.md) \ No newline at end of file diff --git a/Documentation/AuthConflictsBetweenSDKs.md b/Documentation/AuthConflictsBetweenSDKs.md deleted file mode 100644 index 05b71229756d..000000000000 --- a/Documentation/AuthConflictsBetweenSDKs.md +++ /dev/null @@ -1,45 +0,0 @@ -# Bridging gap between old and new SDKs - -Authentication conflicts can happen due to mixing old SDKs* and new SDKs*. SDKs that depend on The credential types created by the new authentication library (Microsoft.Rest.ClientRuntime.Azure.Authentication, type = ServiceClientCredentials) are incompatible with the credential types used in older SDKs (Microsoft.Azure.Common, type = SubscriptionCloudCredentials). The problem is that using two different authentication libraries will require you to authenticate twice, which is a painful experience. - -Recommended solution -To bridge this gap, the following adapter allows you to use the new credentials with clients that require the older credential type. - -Here’s the code for adapter -``` -public class SubscriptionCredentialsAdapter : SubscriptionCloudCredentials -{ - ServiceClientCredentials _credentials; - string _subscriptionId; -  - public SubscriptionCredentialsAdapter(ServiceClientCredentials wrapped, string subscriptionId) - { - _credentials = wrapped; - _subscriptionId = subscriptionId; - } - - public override string SubscriptionId - { - get { return _subscriptionId; } - } -  - public override Task ProcessHttpRequestAsync(HttpRequestMessage request, CancellationToken cancellationToken) - { - return _credentials.ProcessHttpRequestAsync(request, cancellationToken); - } -} -``` - -Here is how you can use the adapter -``` -var creds = UserTokenProvider.LoginWithPromptAsync(new ActiveDirectoryClientSettings(ClientId, new Uri(RedirectUri))).GetAwaiter().GetResult(); -var subClient = new SubscriptionClient(creds); -var subscriptions = subClient.Subscriptions.List(); -var insightClient = new HDInsightManagementClient(new SubscriptionCredentialsAdapter(creds, subscriptions.First().SubscriptionId)); -var clusters = insightClient.Clusters.List(); -``` - -Another solution would be to use the version of resource manager library that is based on Microsoft.Azure.Common. It can be found [here](https://www.nuget.org/packages/Microsoft.Azure.Management.Resources/). - -* Old SDKs - The SDKs that depend on Microsoft.Azure.Common -* New SDKs - The SDKs that depend on Microsoft.Rest.ClientRuntime.Azure diff --git a/Documentation/NetSDK-Repo-Tasks-Module.md b/Documentation/NetSDK-Repo-Tasks-Module.md deleted file mode 100644 index 2e682db75010..000000000000 --- a/Documentation/NetSDK-Repo-Tasks-Module.md +++ /dev/null @@ -1,27 +0,0 @@ -# Repo-Tasks Module # - -###### Usage: - -1. Start ./tools/PS-VSPrompt.lnk (shortcut), this will start VS Dev Prompt in powershell -2. Import-Module ./tools/Repo-Tasks.psm1 - 1. During import, we allow to load additional functions that users might want to use it in their session. - 2. If you have any userPreference.ps1 file under %userprofile%/psFiles directory, the module will try to load it by dot sourcing it. - 2. It will also honor environment variable $env:psuserpreferences and load .ps1 files from the location that is pointed by $env:psuserpreferences - 3. As long as you have exported all the functions that you need from your ps1 file using export-modulemember -function . We deliberately do this to avoid polluting list of commands available (when you use Get-Command) -3. Currently Repo-Tasks module supports following tasks: - 1. Set-TestEnvironment - 1. Will allow you create a test connection string required to setup test environment in order to run tests. More information about Test environment can be found [here](https://github.com/Azure/azure-powershell/blob/dev/documentation/Using-Azure-TestFramework.md "here") - 2. Start-Build - 1. Will allow you to kick off full build - 2. Or will allow you build for a particular scope (e.g. Start-Build -BuildScope ResourceManagment\Compute) - 3. Get-BuildScopes - 1. Will allow you to query and find existing build scopes that can be used to build. - 4. Invoke-CheckinTests - 1. Will build and run existing tests. - 5. Install-VSProjectTemplates - 1. Installs projects templates for creating an empty project for - 1. AutoRest-SDK Project - 2. SDK for NET test project - -###Note: -If you do not start your powershell session using PS-VSPrompt shortcut, you will not have access to all the environment variables that are set as part of VS Dev Command prompt. \ No newline at end of file diff --git a/Documentation/README.md b/Documentation/README.md deleted file mode 100644 index 0c7173c5a300..000000000000 --- a/Documentation/README.md +++ /dev/null @@ -1,65 +0,0 @@ -# Microsoft Azure SDK for .NET Documentation - -The following services have SDKs that are generated from AutoRest - -** Old SDKs (as of August 2016) -These SDKs depend on Microsoft.Azure.Common - -| Service Name | Nuget Package | -| ------------ | --------------| -| Api Management | Microsoft.Azure.Management.ApiManagement | -| Automation | Microsoft.WindowsAzure.Management.Automation | -| Azure Backup | Microsoft.Azure.Management.BackupServices | -| Azure Stack | Microsoft.AzureStack.Management, Microsoft.AzureStack.Management.Storage | -| Commerce | Microsoft.Azure.Commerce.UsageAggregates | -| DataFactory | Microsoft.Azure.Management.DataFactories | -| DataLake | Microsoft.Azure.Management.DataLake.AnalyticsCatalog, Microsoft.Azure.Management.DataLake.AnalyticsJob, Microsoft.Azure.Management.DataLake.StoreFileSystem | -| ExpressRoute | Microsoft.WindowsAzure.Management.ExpressRoute | -| HdInsight | Microsoft.Azure.Management.HDInsight, Microsoft.Azure.Management.HDInsight.Job | -| Insights | Microsoft.Azure.Insights | -| Media Services | Microsoft.WindowsAzure.Management.MediaServices | -| Monitor | Microsoft.Azure.Monitor | -| Monitoring | Microsoft.WindowsAzure.Management.Monitoring | -| Operational Insights | Microsoft.Azure.Management.OperationalInsights | -| Recovery Services | Microsoft.Azure.Management.RecoveryServices, Microsoft.Azure.Management.RecoveryServices.Backup | -| ServerManagement | Microsoft.Azure.Management.ServerManagement | -| Site Recovery | Microsoft.Azure.Management.SiteRecovery | -| Sql | Microsoft.Azure.Management.Sql, Microsoft.WindowsAzure.Management.Sql | -| Stream Analytics | Microsoft.Azure.Management.StreamAnalytics | - -* New SDKs (as of August 2016) -These SDKs depend on Microsoft.Rest.ClientRuntime.Azure - -| Service Name | Nuget Package | -| ------------ | ------------- | -| Authorization | Microsoft.Azure.Management.Authorization | -| Batch | Microsoft.Azure.Batch | -| Cdn | Microsoft.Azure.Management.Cdn | -| Cognitive Services | Microsoft.Azure.Management.CognitiveServices | -| Compute | Microsoft.Azure.Management.Compute | -| DataLake Analytics | Microsoft.Azure.Management.DataLake.Analytics, Microsoft.Azure.Management.DataLake.Store | -| DevTestLabs | Microsoft.Azure.Management.DevTestLabs | -| Graph.RBAC | Microsoft.Azure.Graph.RBAC | -| Intune | Microsoft.Azure.Management.Intune | -| KeyVault | Microsoft.Azure.KeyVault, Microsoft.Azure.Management.KeyVault | -| Logic | Microsoft.Azure.Management.Logic | -| Machine Learning | Microsoft.Azure.Management.MachineLearning | -| Machine Learning Compute | Microsoft.Azure.Management.MachineLearningCompute | -| Network | Microsoft.Azure.Management.Network | -| NotificationHubs | Microsoft.Azure.Management.NotificationHubs | -| Policy Insights | Microsoft.Azure.Management.PolicyInsights | -| PowerBI | Microsoft.Azure.Management.PowerBIEmbedded | -| Redis Cache | Microsoft.Azure.Management.Redis | -| Resource Manager (ARM) | Microsoft.Azure.Management.ResourceManager | -| Scheduler | Microsoft.Azure.Management.Scheduler | -| Search | Microsoft.Azure.Search | -| Storage | Microsoft.Azure.Management.Storage | -| Traffic Manager | Microsoft.Azure.Management.TrafficManager | -| Websites | Microsoft.Azure.Management.WebSites | - -Please see at [Azure documentation](https://azure.microsoft.com/en-us/documentation/api/) for more details - - - - -![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2FDocumentation%2FREADME.png) diff --git a/Documentation/breaking-changes.md b/Documentation/breaking-changes.md deleted file mode 100644 index 1062b619557e..000000000000 --- a/Documentation/breaking-changes.md +++ /dev/null @@ -1,26 +0,0 @@ -# Breaking Change Definition - -Breaking changes in Azure SDK for .NET are defined as follows: - -## Generated classes - -- The class is removed -- The class is renamed -- The class no longer extends another class - -## Properties of a generated class - -- A property is removed -- A property is renamed -- A property has its type changed - -## Methods of a generated class -- Methods should not be removed -- Methods should not be renamed -- Methods should not have their return type changed - -## Parameters of methods in a generated class -- Parameters should not be removed -- Parameters should not have their type changed -- Parameters should preserve their ordering, including when a parameter is added -- Parameters should keep their default value, if they are assigned one \ No newline at end of file diff --git a/Documentation/sdk-for-net-packages.md b/Documentation/sdk-for-net-packages.md deleted file mode 100644 index 58e233a2ad1a..000000000000 --- a/Documentation/sdk-for-net-packages.md +++ /dev/null @@ -1,91 +0,0 @@ -## .NET SDK Packages - -Below are the packages maintained in this repository. - -### Client Libraries - -| Azure Client Library | Package Name | NuGet Download | -| ------------------------ | --------------------------------------- | -------------- | -| Batch | `Microsoft.Azure.Batch` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.svg)](https://www.nuget.org/packages/Microsoft.Azure.Batch) | -| Graph.RBAC | `Microsoft.Azure.Graph.RBAC` | [![Graph.RBAC](https://img.shields.io/nuget/vpre/Microsoft.Azure.Graph.RBAC.svg)](https://www.nuget.org/packages/Microsoft.Azure.Graph.RBAC) | -| KeyVault | `Microsoft.Azure.KeyVault` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.svg)](https://www.nuget.org/packages/Microsoft.Azure.KeyVault) | -| KeyVault Core | `Microsoft.Azure.KeyVault.Core` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Core.svg)](https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core) | -| KeyVault Cryptography | `Microsoft.Azure.KeyVault.Cryptography` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Cryptography.svg)](https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Cryptography) | -| KeyVault Extensions | `Microsoft.Azure.KeyVault.Extensions` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Extensions.svg)](https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions) | -| KeyVault WebKey | `Microsoft.Azure.KeyVault.WebKey` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.WebKey.svg)](https://www.nuget.org/packages/Microsoft.Azure.KeyVault.WebKey) | -| Search | `Microsoft.Azure.Search` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Search.svg)](https://www.nuget.org/packages/Microsoft.Azure.Search) | - -### Management Libraries - -| Azure Management Library | Package Name | NuGet Download | -| ----------------------------- | ----------------------------------------------------------- | -------------- | -| Analysis Services | `Microsoft.Azure.Management.Analysis` | [![Analysis Services](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Analysis.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Analysis) | -| Authorization | `Microsoft.Azure.Management.Authorization` | [![Authorization](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Authorization.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Authorization) | -| Automation | `Microsoft.Azure.Management.Automation` | [![Automation](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Automation.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Automation/) | -| Batch | `Microsoft.Azure.Management.Batch` | [![Batch](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Batch.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Batch/) | -| Billing | `Microsoft.Azure.Management.Billing` | [![Billing](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Billing.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Billing) | -| Cdn | `Microsoft.Azure.Management.Cdn` | [![Cdn](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Cdn.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Cdn) | -| Cognitive Services | `Microsoft.Azure.Management.CognitiveServices` | [![Cognitive Services](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.CognitiveServices.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices) | -| Compute | `Microsoft.Azure.Management.Compute` | [![Compute](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Compute.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Compute) | -| Consumption | `Microsoft.Azure.Management.Consumption` | [![Consumption](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Consumption.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Consumption) | -| Container Registry | `Microsoft.Azure.Management.ContainerRegistry` | [![Container Registry](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ContainerRegistry.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerRegistry) | -| Customer Insights | `Microsoft.Azure.Management.CustomerInsights` | [![Customer Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.CustomerInsights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.CustomerInsights) | -| Data Lake Analytics | `Microsoft.Azure.Management.DataLakeAnalytics` | [![Data Lake Analytics](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataLake.Analytics.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Analytics) | -| Data Lake Store | `Microsoft.Azure.Management.DataLakeStore` | [![Data Lake Store](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataLake.Store.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Store) | -| DeviceProvisioningServices | `Microsoft.Azure.Management.DeviceProvisioningServices` | [![DeviceProvisioningServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DeviceProvisioningServices.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.DeviceProvisioningServices) | -| DevTest Labs | `Microsoft.Azure.Management.DevTestLabs` | [![DevTest Labs](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DevTestLabs.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.DevTestLabs) | -| Dns | `Microsoft.Azure.Management.Dns` | [![Dns](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Dns.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Dns) | -| Event Grid | `Microsoft.Azure.Management.EventGrid` | [![Event Grid](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.EventGrid.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.EventGrid) | -| Event Hub | `Microsoft.Azure.Management.EventHub` | [![Event Hub](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.EventHub.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.EventHub) | -| Insights | `Microsoft.Azure.Management.Insights` | [![Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Insights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Insights) | -| Intune | `Microsoft.Azure.Management.Intune` | [![Intune](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Intune.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Intune) | -| IoT Hub | `Microsoft.Azure.Management.IotHub` | [![IoT Hub](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.IotHub.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.IotHub) | -| Key Vault | `Microsoft.Azure.Management.KeyVault` | [![Key Vault](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.KeyVault.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.KeyVault) | -| Logic | `Microsoft.Azure.Management.Logic` | [![Logic](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Logic.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Logic) | -| Machine Learning | `Microsoft.Azure.Management.MachineLearning` | [![Machine Learning](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MachineLearning.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearning) | -| Machine Learning Compute | `Microsoft.Azure.Management.MachineLearningCompute` | [![Machine Learning Compute](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MachineLearningCompute.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearningCompute) | -| Media | `Microsoft.Azure.Management.Media` | [![Media](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Media.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Media) | -| Monitor | `Microsoft.Azure.Management.Monitor` | [![Monitor](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Monitor.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Monitor) | -| Network | `Microsoft.Azure.Management.Network` | [![Network](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Network.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Network) | -| Notification Hubs | `Microsoft.Azure.Management.NotificationHubs` | [![Notification Hubs](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.NotificationHubs.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.NotificationHubs) | -| Peering | `Microsoft.Azure.Management.Peering` | [![Peering](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Peering.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Peering) | -| Policy Insights | `Microsoft.Azure.Management.PolicyInsights` | [![Policy Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PolicyInsights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.PolicyInsights) | -| Peering | `Microsoft.Azure.Management.Peering` | [![Peering](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Peering.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Peering) | -| Operational Insights | `Microsoft.Azure.Management.OperationalInsights` | [![Operational Insights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.OperationalInsights.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.OperationalInsights) | -| Power BI Embedded | `Microsoft.Azure.Management.PowerBIEmbedded` | [![Power BI Embedded](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PowerBIEmbedded.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIEmbedded) | -| RecoveryServices | `Microsoft.Azure.Management.RecoveryServices` | [![RecoveryServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices) | -| RecoveryServices.Backup | `Microsoft.Azure.Management.RecoveryServices.Backup` | [![RecoveryServices.Backup](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.Backup.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.Backup) | -| RecoveryServices.SiteRecovery | `Microsoft.Azure.Management.RecoveryServices.SiteRecovery` | [![RecoveryServices.SiteRecovery](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.SiteRecovery) | -| Redis Cache | `Microsoft.Azure.Management.RedisCache` | [![Redis Cache](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Redis.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Redis) | -| Relay | `Microsoft.Azure.Management.Relay` | [![Relay](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Relay.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Relay) | -| Resources | `Microsoft.Azure.Management.ResourceManager` | [![Resources](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ResourceManager.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceManager) | -| Scheduler | `Microsoft.Azure.Management.Scheduler` | [![Scheduler](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Scheduler.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Scheduler) | -| Search | `Microsoft.Azure.Management.Search` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Search.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Search) | -| Security | `Microsoft.Azure.Management.SecurityCenter` | [![Security Center](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.SecurityCenter.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.SecurityCenter) | -| Server Management | `Microsoft.Azure.Management.ServerManagement` | [![Server Management](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServerManagement.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.ServerManagement) | -| Service Bus | `Microsoft.Azure.Management.ServiceBus` | [![Service Bus](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServiceBus.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.ServiceBus) | -| Service Fabric | `Microsoft.Azure.Management.ServiceFabric` | [![Service Fabric](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServiceFabric.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.ServiceFabric) | -| Sql | `Microsoft.Azure.Management.Sql` | [![Sql](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Sql.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Sql) | -| Storage | `Microsoft.Azure.Management.Storage` | [![Storage](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Storage.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Storage) | -| StorageSync | `Microsoft.Azure.Management.StorageSync` | [![StorageSync](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.StorageSync.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.StorageSync) | -| Stream Analytics | `Microsoft.Azure.Management.StreamAnalytics` | [![Stream Analytics](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.StreamAnalytics.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.StreamAnalytics) | -| Traffic Manager | `Microsoft.Azure.Management.TrafficManager` | [![Traffic Manager](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.TrafficManager.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.TrafficManager) | -| Websites | `Microsoft.Azure.Management.Websites` | [![Websites](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Websites.svg)](https://www.nuget.org/packages/Microsoft.Azure.Management.Websites) | - -### Common Libraries - -| Azure Common Library | Package Name | NuGet Download | -| ---------------------------------- | --------------------------------------------------- | -------------- | -| AppAuthentication | `Microsoft.Azure.Services.AppAuthentication` | [![ClientRuntime](https://img.shields.io/nuget/vpre/Microsoft.Azure.Services.AppAuthentication.svg)](https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication) | -| ClientRuntime | `Microsoft.Rest.ClientRuntime` | [![ClientRuntime](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.svg)](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime) | -| ClientRuntime.Azure | `Microsoft.Rest.ClientRuntime.Azure` | [![ClientRuntime.Azure](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.svg)](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure) | -| ClientRuntime.Azure.Authentication | `Microsoft.Rest.ClientRuntime.Azure.Authentication` | [![ClientRuntime.Azure.Authentication](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.Authentication.svg)](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication) | -| HttpRecorder | `Microsoft.Azure.Test.HttpRecorder` | [![HttpRecorder](https://img.shields.io/nuget/vpre/Microsoft.Azure.Test.HttpRecorder.svg)](https://www.nuget.org/packages/Microsoft.Azure.Test.HttpRecorder) | -| TestFramework | `Microsoft.Rest.ClientRuntime.Azure.TestFramework` | [![TestFramework](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.TestFramework.svg)](https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.TestFramework) | - -### Other Libraries - -| Library | Package Name | NuGet Download | -| ------------------------ | ----------------------------------------- | -------------- | -| Batch File Staging | `Microsoft.Azure.Batch.FileStaging` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.FileStaging.svg)](https://www.nuget.org/packages/Microsoft.Azure.Batch.FileStaging) | -| Batch File Conventions | `Microsoft.Azure.Batch.Conventions.Files` | [![Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.Conventions.Files.svg)](https://www.nuget.org/packages/Microsoft.Azure.Batch.Conventions.Files) | diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 000000000000..4d159065770f --- /dev/null +++ b/doc/README.md @@ -0,0 +1,7 @@ + +This folder contains some documentations for this repository: + +The folder structure is the following +- [dev](./dev) : contains advanced documentation for _developers_ of SDK (not _consumers_ of SDK) + +![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-net%2Fdoc%2FREADME.png) diff --git a/Documentation/ExistingManagementSDKVersioning.md b/doc/dev/ExistingManagementSDKVersioning.md similarity index 100% rename from Documentation/ExistingManagementSDKVersioning.md rename to doc/dev/ExistingManagementSDKVersioning.md diff --git a/Documentation/Track2TestFramework.md b/doc/dev/Track2TestFramework.md similarity index 100% rename from Documentation/Track2TestFramework.md rename to doc/dev/Track2TestFramework.md diff --git a/Documentation/Using-Azure-TestFramework.md b/doc/dev/Using-Azure-TestFramework.md similarity index 100% rename from Documentation/Using-Azure-TestFramework.md rename to doc/dev/Using-Azure-TestFramework.md diff --git a/Documentation/Versioning.md b/doc/dev/Versioning.md similarity index 100% rename from Documentation/Versioning.md rename to doc/dev/Versioning.md diff --git a/Documentation/code-generation-instructions.md b/doc/dev/code-generation-instructions.md similarity index 100% rename from Documentation/code-generation-instructions.md rename to doc/dev/code-generation-instructions.md diff --git a/packages.md b/packages.md index 779ddd7bf96a..fcf847597825 100755 --- a/packages.md +++ b/packages.md @@ -3,39 +3,34 @@ | Package Id | Readme | Changelog | Published Url | |----------------|-----------|---------------------------|---------------------| -| [`Azure.ApplicationModel.Configuration`]( sdk/appconfiguration/Azure.ApplicationModel.Configuration/src/Azure.ApplicationModel.Configuration.csproj )| [Readme](sdk/appconfiguration/Azure.ApplicationModel.Configuration/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.ApplicationModel.Configuration/ ) | -| [`Azure.ApplicationModel.Configuration.Performance`]( sdk/appconfiguration/Azure.ApplicationModel.Configuration/tests/Performance/Azure.ApplicationModel.Configuration.Performance.csproj )| [Readme](sdk/appconfiguration/Azure.ApplicationModel.Configuration/tests/Readme.md) | N/A | N/A | -| [`Azure.Core`]( sdk/core/Azure.Core/src/Azure.Core.csproj )| [Readme](sdk/core/Azure.Core/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Core/ ) | -| [`Azure.Core.Extensions`]( sdk/core/Azure.Core.Extensions/src/Azure.Core.Extensions.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Core.Extensions/ ) | -| [`Azure.Identity`]( sdk/identity/Azure.Identity/src/Azure.Identity.csproj )| [Readme](sdk/identity/Azure.Identity/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Identity/ ) | -| [`Azure.Messaging.EventHubs`]( sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj )| [Readme](sdk/eventhub/Azure.Messaging.EventHubs/README.md) | [Changelog](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md) | [Nuget]( https://www.nuget.org/packages/Azure.Messaging.EventHubs/ ) | -| [`Azure.Security.KeyVault.Secrets`]( sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets/ ) | -| [`Azure.Security.Keyvault.Keys`]( sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.Keyvault.Keys.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Security.Keyvault.Keys/ ) | -| [`Azure.Storage.Blobs`]( sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj )| [Readme](sdk/storage/Azure.Storage.Blobs/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Storage.Blobs/ ) | -| [`Azure.Storage.Common`]( sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj )| [Readme](sdk/storage/Azure.Storage.Common/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Storage.Common/ ) | -| [`Azure.Storage.Files`]( sdk/storage/Azure.Storage.Files/src/Azure.Storage.Files.csproj )| [Readme](sdk/storage/Azure.Storage.Files/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Storage.Files/ ) | -| [`Azure.Storage.Queues`]( sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj )| [Readme](sdk/storage/Azure.Storage.Queues/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Azure.Storage.Queues/ ) | -| [`ClientRuntime.Test.Common`]( src/SdkCommon/ClientRuntime/Tests/TestCommon/ClientRuntime.Test.Common.csproj )| N/A | N/A | N/A | -| [`CodeGenerationLibrary`]( sdk/batch/Microsoft.Azure.Batch/Tools/CodeGenerationLibrary/CodeGenerationLibrary.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch/README.md) | [Changelog](sdk/batch/Microsoft.Azure.Batch/changelog.md) | N/A | -| [`Management.EventHub`]( src/SDKs/EventHub/management/Management.EventHub/Management.EventHub.csproj )| N/A | N/A | N/A | -| [`Management.HDInsight`]( src/SDKs/HDInsight/Management/Management.HDInsight/Management.HDInsight.csproj )| N/A | N/A | N/A | -| [`Management.HybridData`]( src/SDKs/HybridDataManager/Management.HybridData/Management.HybridData.csproj )| N/A | N/A | N/A | -| [`Management.ManagementGroups`]( src/SDKs/ManagementGroups/Management.ManagementGroups/Management.ManagementGroups.csproj )| N/A | N/A | N/A | -| [`Management.ServiceBus`]( src/SDKs/ServiceBus/Management/Management.ServiceBus/Management.ServiceBus.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.ApplicationInsights.Query`]( sdk/applicationinsights/Microsoft.Azure.ApplicationInsights/src/Microsoft.Azure.ApplicationInsights.Query.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights.Query/ ) | -| [`Microsoft.Azure.Batch`]( sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch/README.md) | [Changelog](sdk/batch/Microsoft.Azure.Batch/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Batch/ ) | -| [`Microsoft.Azure.Batch.Common`]( sdk/batch/Microsoft.Azure.Batch/tests/TestCommon/Microsoft.Azure.Batch.Common.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch/README.md) | [Changelog](sdk/batch/Microsoft.Azure.Batch/changelog.md) | N/A | -| [`Microsoft.Azure.Batch.FileConventions`]( sdk/batch/Microsoft.Azure.Batch.FilesConventions/src/Microsoft.Azure.Batch.FileConventions.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch.FilesConventions/README.md) | N/A | N/A | -| [`Microsoft.Azure.Batch.FileStaging`]( sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Batch.FileStaging/ ) | -| [`Microsoft.Azure.Batch.IntegrationTestCommon`]( sdk/batch/Microsoft.Azure.Batch/tests/IntegrationTestCommon/Microsoft.Azure.Batch.IntegrationTestCommon.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch/README.md) | [Changelog](sdk/batch/Microsoft.Azure.Batch/changelog.md) | N/A | -| [`Microsoft.Azure.CognitiveServices.AnomalyDetector`]( sdk/cognitiveservices/AnomalyDetector/src/Microsoft.Azure.CognitiveServices.AnomalyDetector.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.AnomalyDetector/ ) | -| [`Microsoft.Azure.CognitiveServices.FormRecognizer`]( src/SDKs/CognitiveServices/dataPlane/Vision/FormRecognizer/FormRecognizer/Microsoft.Azure.CognitiveServices.FormRecognizer.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.FormRecognizer/ ) | -| [`Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker`]( sdk/cognitiveservices/Knowledge.QnAMaker/src/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker/ ) | -| [`Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring`]( sdk/cognitiveservices/Language.LUIS.Authoring/src/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring/ ) | -| [`Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime`]( sdk/cognitiveservices/Language.LUIS.Runtime/src/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/ ) | -| [`Microsoft.Azure.CognitiveServices.Language.SpellCheck`]( sdk/cognitiveservices/Language.SpellCheck/src/Microsoft.Azure.CognitiveServices.Language.SpellCheck.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.SpellCheck/ ) | -| [`Microsoft.Azure.CognitiveServices.Language.TextAnalytics`]( sdk/cognitiveservices/Language.TextAnalytics/src/Microsoft.Azure.CognitiveServices.Language.TextAnalytics.csproj )| [Readme](sdk/cognitiveservices/Language.TextAnalytics/src/Readme.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.TextAnalytics/ ) | -| [`Microsoft.Azure.CognitiveServices.Personalizer`]( sdk/cognitiveservices/Personalizer/src/Microsoft.Azure.CognitiveServices.Personalizer.csproj )| [Readme](sdk/cognitiveservices/Personalizer/src/Readme.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/ ) | +| [`Azure.Core`]( sdk/core/Azure.Core/src/Azure.Core.csproj )| [Readme](sdk/core/Azure.Core/README.md) | N/A | [![Azure.Core](https://img.shields.io/nuget/vpre/Azure.Core.svg)]( https://www.nuget.org/packages/Azure.Core/ ) | +| [`Azure.Data.AppConfiguration`]( sdk/appconfiguration/Azure.Data.AppConfiguration/src/Azure.Data.AppConfiguration.csproj )| [Readme](sdk/appconfiguration/Azure.Data.AppConfiguration/README.md) | N/A | [![Azure.Data.AppConfiguration](https://img.shields.io/nuget/vpre/Azure.Data.AppConfiguration.svg)]( https://www.nuget.org/packages/Azure.Data.AppConfiguration/ ) | +| [`Azure.Identity`]( sdk/identity/Azure.Identity/src/Azure.Identity.csproj )| [Readme](sdk/identity/Azure.Identity/README.md) | N/A | [![Azure.Identity](https://img.shields.io/nuget/vpre/Azure.Identity.svg)]( https://www.nuget.org/packages/Azure.Identity/ ) | +| [`Azure.Messaging.EventHubs`]( sdk/eventhub/Azure.Messaging.EventHubs/src/Azure.Messaging.EventHubs.csproj )| [Readme](sdk/eventhub/Azure.Messaging.EventHubs/README.md) | [Changelog](sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md) | [![Azure.Messaging.EventHubs](https://img.shields.io/nuget/vpre/Azure.Messaging.EventHubs.svg)]( https://www.nuget.org/packages/Azure.Messaging.EventHubs/ ) | +| [`Azure.Messaging.EventHubs.CheckpointStore.Blobs`]( sdk/eventhub/Azure.Messaging.EventHubs.CheckpointStore.Blobs/src/Azure.Messaging.EventHubs.CheckpointStore.Blobs.csproj )| [Readme](sdk/eventhub/Azure.Messaging.EventHubs.CheckpointStore.Blobs/README.md) | [Changelog](sdk/eventhub/Azure.Messaging.EventHubs.CheckpointStore.Blobs/CHANGELOG.md) | N/A | +| [`Azure.Security.KeyVault.Certificates`]( sdk/keyvault/Azure.Security.KeyVault.Certificates/src/Azure.Security.KeyVault.Certificates.csproj )| [Readme](sdk/keyvault/Azure.Security.KeyVault.Certificates/README.md) | [Changelog](sdk/keyvault/Azure.Security.KeyVault.Certificates/ChangeLog.md) | [![Azure.Security.KeyVault.Certificates](https://img.shields.io/nuget/vpre/Azure.Security.KeyVault.Certificates.svg)]( https://www.nuget.org/packages/Azure.Security.KeyVault.Certificates/ ) | +| [`Azure.Security.KeyVault.Keys`]( sdk/keyvault/Azure.Security.KeyVault.Keys/src/Azure.Security.KeyVault.Keys.csproj )| [Readme](sdk/keyvault/Azure.Security.KeyVault.Keys/README.md) | [Changelog](sdk/keyvault/Azure.Security.KeyVault.Keys/ChangeLog.md) | [![Azure.Security.KeyVault.Keys](https://img.shields.io/nuget/vpre/Azure.Security.KeyVault.Keys.svg)]( https://www.nuget.org/packages/Azure.Security.KeyVault.Keys/ ) | +| [`Azure.Security.KeyVault.Secrets`]( sdk/keyvault/Azure.Security.KeyVault.Secrets/src/Azure.Security.KeyVault.Secrets.csproj )| [Readme](sdk/keyvault/Azure.Security.KeyVault.Secrets/README.md) | [Changelog](sdk/keyvault/Azure.Security.KeyVault.Secrets/ChangeLog.md) | [![Azure.Security.KeyVault.Secrets](https://img.shields.io/nuget/vpre/Azure.Security.KeyVault.Secrets.svg)]( https://www.nuget.org/packages/Azure.Security.KeyVault.Secrets/ ) | +| [`Azure.Storage.Blobs`]( sdk/storage/Azure.Storage.Blobs/src/Azure.Storage.Blobs.csproj )| [Readme](sdk/storage/Azure.Storage.Blobs/README.md) | N/A | [![Azure.Storage.Blobs](https://img.shields.io/nuget/vpre/Azure.Storage.Blobs.svg)]( https://www.nuget.org/packages/Azure.Storage.Blobs/ ) | +| [`Azure.Storage.Blobs.Batch`]( sdk/storage/Azure.Storage.Blobs.Batch/src/Azure.Storage.Blobs.Batch.csproj )| [Readme](sdk/storage/Azure.Storage.Blobs.Batch/README.md) | [Changelog](sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md) | N/A | +| [`Azure.Storage.Blobs.Cryptography`]( sdk/storage/Azure.Storage.Blobs.Cryptography/src/Azure.Storage.Blobs.Cryptography.csproj )| [Readme](sdk/storage/Azure.Storage.Blobs.Cryptography/README.md) | N/A | N/A | +| [`Azure.Storage.Common`]( sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj )| [Readme](sdk/storage/Azure.Storage.Common/README.md) | N/A | [![Azure.Storage.Common](https://img.shields.io/nuget/vpre/Azure.Storage.Common.svg)]( https://www.nuget.org/packages/Azure.Storage.Common/ ) | +| [`Azure.Storage.Files`]( sdk/storage/Azure.Storage.Files/src/Azure.Storage.Files.csproj )| [Readme](sdk/storage/Azure.Storage.Files/README.md) | N/A | [![Azure.Storage.Files](https://img.shields.io/nuget/vpre/Azure.Storage.Files.svg)]( https://www.nuget.org/packages/Azure.Storage.Files/ ) | +| [`Azure.Storage.Files.DataLake`]( sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj )| [Readme](sdk/storage/Azure.Storage.Files.DataLake/README.md) | N/A | N/A | +| [`Azure.Storage.Queues`]( sdk/storage/Azure.Storage.Queues/src/Azure.Storage.Queues.csproj )| [Readme](sdk/storage/Azure.Storage.Queues/README.md) | N/A | [![Azure.Storage.Queues](https://img.shields.io/nuget/vpre/Azure.Storage.Queues.svg)]( https://www.nuget.org/packages/Azure.Storage.Queues/ ) | +| [`Azure.Storage.Queues.Cryptography`]( sdk/storage/Azure.Storage.Queues.Cryptography/src/Azure.Storage.Queues.Cryptography.csproj )| [Readme](sdk/storage/Azure.Storage.Queues.Cryptography/README.md) | N/A | N/A | +| [`AzureDotNetSDK-TestProject`]( tools/ProjectTemplates/AzureDotNetSDK-TestProject/AzureDotNetSDK-TestProject.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.ApplicationInsights.Query`]( sdk/applicationinsights/Microsoft.Azure.ApplicationInsights/src/Microsoft.Azure.ApplicationInsights.Query.csproj )| N/A | N/A | [![Microsoft.Azure.ApplicationInsights.Query](https://img.shields.io/nuget/vpre/Microsoft.Azure.ApplicationInsights.Query.svg)]( https://www.nuget.org/packages/Microsoft.Azure.ApplicationInsights.Query/ ) | +| [`Microsoft.Azure.Batch`]( sdk/batch/Microsoft.Azure.Batch/src/Microsoft.Azure.Batch.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch/README.md) | [Changelog](sdk/batch/Microsoft.Azure.Batch/changelog.md) | [![Microsoft.Azure.Batch](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Batch/ ) | +| [`Microsoft.Azure.Batch.Conventions.Files`]( sdk/batch/Microsoft.Azure.Batch.Conventions.Files/src/Microsoft.Azure.Batch.Conventions.Files.csproj )| [Readme](sdk/batch/Microsoft.Azure.Batch.Conventions.Files/README.md) | N/A | [![Microsoft.Azure.Batch.Conventions.Files](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.Conventions.Files.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Batch.Conventions.Files/ ) | +| [`Microsoft.Azure.Batch.FileStaging`]( sdk/batch/Microsoft.Azure.Batch.FileStaging/src/Microsoft.Azure.Batch.FileStaging.csproj )| N/A | N/A | [![Microsoft.Azure.Batch.FileStaging](https://img.shields.io/nuget/vpre/Microsoft.Azure.Batch.FileStaging.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Batch.FileStaging/ ) | +| [`Microsoft.Azure.CognitiveServices.AnomalyDetector`]( sdk/cognitiveservices/AnomalyDetector/src/Microsoft.Azure.CognitiveServices.AnomalyDetector.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.AnomalyDetector](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.AnomalyDetector.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.AnomalyDetector/ ) | +| [`Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker`]( sdk/cognitiveservices/Knowledge.QnAMaker/src/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Knowledge.QnAMaker/ ) | +| [`Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring`]( sdk/cognitiveservices/Language.LUIS.Authoring/src/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring/ ) | +| [`Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime`]( sdk/cognitiveservices/Language.LUIS.Runtime/src/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.LUIS.Runtime/ ) | +| [`Microsoft.Azure.CognitiveServices.Language.SpellCheck`]( sdk/cognitiveservices/Language.SpellCheck/src/Microsoft.Azure.CognitiveServices.Language.SpellCheck.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Language.SpellCheck](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Language.SpellCheck.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.SpellCheck/ ) | +| [`Microsoft.Azure.CognitiveServices.Language.TextAnalytics`]( sdk/cognitiveservices/Language.TextAnalytics/src/Microsoft.Azure.CognitiveServices.Language.TextAnalytics.csproj )| [Readme](sdk/cognitiveservices/Language.TextAnalytics/src/Readme.md) | N/A | [![Microsoft.Azure.CognitiveServices.Language.TextAnalytics](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Language.TextAnalytics.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Language.TextAnalytics/ ) | +| [`Microsoft.Azure.CognitiveServices.Personalizer`]( sdk/cognitiveservices/Personalizer/src/Microsoft.Azure.CognitiveServices.Personalizer.csproj )| [Readme](sdk/cognitiveservices/Personalizer/src/Readme.md) | N/A | [![Microsoft.Azure.CognitiveServices.Personalizer](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Personalizer.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Personalizer/ ) | | [`Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest`]( sdk/cognitiveservices/Search.BingAutoSuggest/src/Microsoft.Azure.CognitiveServices.Search.BingAutoSuggest.csproj )| N/A | N/A | N/A | | [`Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch`]( sdk/cognitiveservices/Search.BingCustomImageSearch/src/Microsoft.Azure.CognitiveServices.Search.BingCustomImageSearch.csproj )| N/A | N/A | N/A | | [`Microsoft.Azure.CognitiveServices.Search.BingCustomSearch`]( sdk/cognitiveservices/Search.BingCustomSearch/src/Microsoft.Azure.CognitiveServices.Search.BingCustomSearch.csproj )| N/A | N/A | N/A | @@ -46,137 +41,148 @@ | [`Microsoft.Azure.CognitiveServices.Search.BingVideoSearch`]( sdk/cognitiveservices/Search.BingVideoSearch/src/Microsoft.Azure.CognitiveServices.Search.BingVideoSearch.csproj )| N/A | N/A | N/A | | [`Microsoft.Azure.CognitiveServices.Search.BingVisualSearch`]( sdk/cognitiveservices/Search.BingVisualSearch/src/Microsoft.Azure.CognitiveServices.Search.BingVisualSearch.csproj )| N/A | N/A | N/A | | [`Microsoft.Azure.CognitiveServices.Search.BingWebSearch`]( sdk/cognitiveservices/Search.BingWebSearch/src/Microsoft.Azure.CognitiveServices.Search.BingWebSearch.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.CognitiveServices.Vision.ComputerVision`]( sdk/cognitiveservices/Vision.ComputerVision/src/Microsoft.Azure.CognitiveServices.Vision.ComputerVision.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/ ) | +| [`Microsoft.Azure.CognitiveServices.Vision.ComputerVision`]( sdk/cognitiveservices/Vision.ComputerVision/src/Microsoft.Azure.CognitiveServices.Vision.ComputerVision.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Vision.ComputerVision](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Vision.ComputerVision.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.ComputerVision/ ) | | [`Microsoft.Azure.CognitiveServices.Vision.ContentModerator`]( sdk/cognitiveservices/Vision.ContentModerator/src/Microsoft.Azure.CognitiveServices.Vision.ContentModerator.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction`]( sdk/cognitiveservices/Vision.CustomVision.Prediction/src/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction/ ) | -| [`Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training`]( sdk/cognitiveservices/Vision.CustomVision.Training/src/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training/ ) | -| [`Microsoft.Azure.CognitiveServices.Vision.Face`]( sdk/cognitiveservices/Vision.Face/src/Microsoft.Azure.CognitiveServices.Vision.Face.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/ ) | -| [`Microsoft.Azure.CognitiveServices.Vision.FormRecognizer`]( sdk/cognitiveservices/Vision.FormRecognizer/src/Microsoft.Azure.CognitiveServices.Vision.FormRecognizer.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.ContainerRegistry`]( sdk/containerregistry/Microsoft.Azure.ContainerRegistry/src/Microsoft.Azure.ContainerRegistry.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.ContainerRegistry/ ) | -| [`Microsoft.Azure.EventGrid`]( sdk/eventgrid/Microsoft.Azure.EventGrid/src/Microsoft.Azure.EventGrid.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.EventGrid/ ) | -| [`Microsoft.Azure.EventHubs`]( sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj )| [Readme](sdk/eventhub/Microsoft.Azure.EventHubs/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs/ ) | -| [`Microsoft.Azure.EventHubs.Processor`]( sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs.Processor/ ) | -| [`Microsoft.Azure.EventHubs.ServiceFabricProcessor`]( sdk/eventhub/Microsoft.Azure.EventHubs.ServiceFabricProcessor/src/Microsoft.Azure.EventHubs.ServiceFabricProcessor.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs.ServiceFabricProcessor/ ) | -| [`Microsoft.Azure.Graph.RBAC`]( src/SDKs/Graph.RBAC/Graph.RBAC/Microsoft.Azure.Graph.RBAC.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Graph.RBAC/ ) | +| [`Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction`]( sdk/cognitiveservices/Vision.CustomVision.Prediction/src/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction/ ) | +| [`Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training`]( sdk/cognitiveservices/Vision.CustomVision.Training/src/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training/ ) | +| [`Microsoft.Azure.CognitiveServices.Vision.Face`]( sdk/cognitiveservices/Vision.Face/src/Microsoft.Azure.CognitiveServices.Vision.Face.csproj )| N/A | N/A | [![Microsoft.Azure.CognitiveServices.Vision.Face](https://img.shields.io/nuget/vpre/Microsoft.Azure.CognitiveServices.Vision.Face.svg)]( https://www.nuget.org/packages/Microsoft.Azure.CognitiveServices.Vision.Face/ ) | +| [`Microsoft.Azure.CognitiveServices.Vision.FormRecognizer`]( sdk/cognitiveservices/FormRecognizer/src/Microsoft.Azure.CognitiveServices.Vision.FormRecognizer.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.ContainerRegistry`]( sdk/containerregistry/Microsoft.Azure.ContainerRegistry/src/Microsoft.Azure.ContainerRegistry.csproj )| N/A | N/A | [![Microsoft.Azure.ContainerRegistry](https://img.shields.io/nuget/vpre/Microsoft.Azure.ContainerRegistry.svg)]( https://www.nuget.org/packages/Microsoft.Azure.ContainerRegistry/ ) | +| [`Microsoft.Azure.EventGrid`]( sdk/eventgrid/Microsoft.Azure.EventGrid/src/Microsoft.Azure.EventGrid.csproj )| N/A | N/A | [![Microsoft.Azure.EventGrid](https://img.shields.io/nuget/vpre/Microsoft.Azure.EventGrid.svg)]( https://www.nuget.org/packages/Microsoft.Azure.EventGrid/ ) | +| [`Microsoft.Azure.EventHubs`]( sdk/eventhub/Microsoft.Azure.EventHubs/src/Microsoft.Azure.EventHubs.csproj )| [Readme](sdk/eventhub/Microsoft.Azure.EventHubs/README.md) | N/A | [![Microsoft.Azure.EventHubs](https://img.shields.io/nuget/vpre/Microsoft.Azure.EventHubs.svg)]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs/ ) | +| [`Microsoft.Azure.EventHubs.Processor`]( sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/Microsoft.Azure.EventHubs.Processor.csproj )| N/A | N/A | [![Microsoft.Azure.EventHubs.Processor](https://img.shields.io/nuget/vpre/Microsoft.Azure.EventHubs.Processor.svg)]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs.Processor/ ) | +| [`Microsoft.Azure.EventHubs.ServiceFabricProcessor`]( sdk/eventhub/Microsoft.Azure.EventHubs.ServiceFabricProcessor/src/Microsoft.Azure.EventHubs.ServiceFabricProcessor.csproj )| N/A | N/A | [![Microsoft.Azure.EventHubs.ServiceFabricProcessor](https://img.shields.io/nuget/vpre/Microsoft.Azure.EventHubs.ServiceFabricProcessor.svg)]( https://www.nuget.org/packages/Microsoft.Azure.EventHubs.ServiceFabricProcessor/ ) | +| [`Microsoft.Azure.Graph.RBAC`]( sdk/graphrbac/Microsoft.Azure.Graph.RBAC/src/Microsoft.Azure.Graph.RBAC.csproj )| N/A | N/A | [![Microsoft.Azure.Graph.RBAC](https://img.shields.io/nuget/vpre/Microsoft.Azure.Graph.RBAC.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Graph.RBAC/ ) | | [`Microsoft.Azure.HDInsight.Job`]( sdk/hdinsight/Microsoft.Azure.HDInsight.Job/src/Microsoft.Azure.HDInsight.Job.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Insights`]( src/SDKs/Insights/Microsoft.Azure.Insights/Microsoft.Azure.Insights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Insights/ ) | -| [`Microsoft.Azure.KeyVault`]( sdk/keyvault/Microsoft.Azure.KeyVault/src/Microsoft.Azure.KeyVault.csproj )| [Readme](sdk/keyvault/Microsoft.Azure.KeyVault/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault/ ) | -| [`Microsoft.Azure.KeyVault.Core`]( sdk/keyvault/Microsoft.Azure.KeyVault.Core/src/Microsoft.Azure.KeyVault.Core.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core/ ) | -| [`Microsoft.Azure.KeyVault.Cryptography`]( sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Microsoft.Azure.KeyVault.Cryptography.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Cryptography/ ) | -| [`Microsoft.Azure.KeyVault.Extensions`]( sdk/keyvault/Microsoft.Azure.KeyVault.Extensions/src/Microsoft.Azure.KeyVault.Extensions.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions/ ) | -| [`Microsoft.Azure.KeyVault.TestFramework`]( sdk/keyvault/Microsoft.Azure.KeyVault/tests/TestFramework/Microsoft.Azure.KeyVault.TestFramework.csproj )| [Readme](sdk/keyvault/Microsoft.Azure.KeyVault/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.TestFramework/ ) | -| [`Microsoft.Azure.KeyVault.WebKey`]( sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/Microsoft.Azure.KeyVault.WebKey.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.WebKey/ ) | -| [`Microsoft.Azure.Management.Advisor`]( src/SDKs/Advisor/Management.Advisor/Microsoft.Azure.Management.Advisor.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Advisor/ ) | -| [`Microsoft.Azure.Management.Analysis`]( src/SDKs/AnalysisServices/Management.Analysis/Microsoft.Azure.Management.Analysis.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Analysis/ ) | -| [`Microsoft.Azure.Management.ApiManagement`]( src/SDKs/ApiManagement/Management.ApiManagement/Microsoft.Azure.Management.ApiManagement.csproj )| N/A | [Changelog](src/SDKs/ApiManagement/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/ ) | -| [`Microsoft.Azure.Management.ApplicationInsights`]( src/SDKs/ApplicationInsights/Management/Management.ApplicationInsights/Microsoft.Azure.Management.ApplicationInsights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ApplicationInsights/ ) | -| [`Microsoft.Azure.Management.Authorization`]( src/SDKs/Authorization/Management.Authorization/Microsoft.Azure.Management.Authorization.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Authorization/ ) | -| [`Microsoft.Azure.Management.Automation`]( src/SDKs/Automation/Management.Automation/Microsoft.Azure.Management.Automation.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Automation/ ) | -| [`Microsoft.Azure.Management.Batch`]( src/SDKs/Batch/Management/Management.Batch/Microsoft.Azure.Management.Batch.csproj )| N/A | [Changelog](src/SDKs/Batch/Management/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Batch/ ) | -| [`Microsoft.Azure.Management.BatchAI`]( src/SDKs/BatchAI/Management.BatchAI/Microsoft.Azure.Management.BatchAI.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.BatchAI/ ) | -| [`Microsoft.Azure.Management.Billing`]( src/SDKs/Billing/Management.Billing/Microsoft.Azure.Management.Billing.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Billing/ ) | -| [`Microsoft.Azure.Management.Blueprint`]( src/SDKs/Blueprint/Management.Blueprint/Microsoft.Azure.Management.Blueprint.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Blueprint/ ) | -| [`Microsoft.Azure.Management.BotService`]( src/SDKs/BotService/Management.BotService/Microsoft.Azure.Management.BotService.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.BotService/ ) | -| [`Microsoft.Azure.Management.Cdn`]( src/SDKs/Cdn/Management.Cdn/Microsoft.Azure.Management.Cdn.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Cdn/ ) | -| [`Microsoft.Azure.Management.CognitiveServices`]( src/SDKs/CognitiveServices/management/Management.CognitiveServices/Microsoft.Azure.Management.CognitiveServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices/ ) | -| [`Microsoft.Azure.Management.Compute`]( src/SDKs/Compute/Management.Compute/Microsoft.Azure.Management.Compute.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Compute/ ) | -| [`Microsoft.Azure.Management.Consumption`]( src/SDKs/Consumption/Management.Consumption/Microsoft.Azure.Management.Consumption.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Consumption/ ) | -| [`Microsoft.Azure.Management.ContainerInstance`]( src/SDKs/ContainerInstance/Management.ContainerInstance/Microsoft.Azure.Management.ContainerInstance.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerInstance/ ) | -| [`Microsoft.Azure.Management.ContainerRegistry`]( src/SDKs/ContainerRegistry/Management.ContainerRegistry/Microsoft.Azure.Management.ContainerRegistry.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerRegistry/ ) | -| [`Microsoft.Azure.Management.ContainerService`]( src/SDKs/ContainerService/Management.ContainerService/Microsoft.Azure.Management.ContainerService.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Management.CostManagement`]( src/SDKs/CostManagement/Management.CostManagement/Microsoft.Azure.Management.CostManagement.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Management.CustomProviders`]( src/SDKs/CustomProviders/Management.CustomProviders/Microsoft.Azure.Management.CustomProviders.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Management.CustomerInsights`]( src/SDKs/CustomerInsights/Management.CustomerInsights/Microsoft.Azure.Management.CustomerInsights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.CustomerInsights/ ) | -| [`Microsoft.Azure.Management.DataBox`]( src/SDKs/DataBox/Management.DataBox/Microsoft.Azure.Management.DataBox.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataBox/ ) | -| [`Microsoft.Azure.Management.DataBoxEdge`]( src/SDKs/DataBoxEdge/Management.DataBoxEdge/Microsoft.Azure.Management.DataBoxEdge.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Management.DataFactory`]( src/SDKs/DataFactory/Management.DataFactory/Microsoft.Azure.Management.DataFactory.csproj )| N/A | [Changelog](src/SDKs/DataFactory/Management.DataFactory/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataFactory/ ) | -| [`Microsoft.Azure.Management.DataLake.Analytics`]( src/SDKs/DataLake.Analytics/Management.DataLake.Analytics/Microsoft.Azure.Management.DataLake.Analytics.csproj )| N/A | [Changelog](src/SDKs/DataLake.Analytics/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Analytics/ ) | -| [`Microsoft.Azure.Management.DataLake.Store`]( src/SDKs/DataLake.Store/Management.DataLake.Store/Microsoft.Azure.Management.DataLake.Store.csproj )| N/A | [Changelog](src/SDKs/DataLake.Store/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Store/ ) | -| [`Microsoft.Azure.Management.DataMigration`]( src/SDKs/DataMigration/Management.DataMigration/Microsoft.Azure.Management.DataMigration.csproj )| [Readme](src/SDKs/DataMigration/Management.DataMigration/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataMigration/ ) | -| [`Microsoft.Azure.Management.DeploymentManager`]( src/SDKs/DeploymentManager/Management.DeploymentManager/Microsoft.Azure.Management.DeploymentManager.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DeploymentManager/ ) | -| [`Microsoft.Azure.Management.DevSpaces`]( src/SDKs/DevSpaces/Management.DevSpaces/Microsoft.Azure.Management.DevSpaces.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DevSpaces/ ) | -| [`Microsoft.Azure.Management.DevTestLabs`]( src/SDKs/DevTestLabs/Management.DevTestLabs/Microsoft.Azure.Management.DevTestLabs.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DevTestLabs/ ) | -| [`Microsoft.Azure.Management.DeviceProvisioningServices`]( src/SDKs/DeviceProvisioningServices/Management.DeviceProvisioningServices/Microsoft.Azure.Management.DeviceProvisioningServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.DeviceProvisioningServices/ ) | -| [`Microsoft.Azure.Management.Dns`]( src/SDKs/Dns/Management.Dns/Microsoft.Azure.Management.Dns.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Dns/ ) | -| [`Microsoft.Azure.Management.EdgeGateway`]( src/SDKs/EdgeGateway/Management.EdgeGateway/Microsoft.Azure.Management.EdgeGateway.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.EdgeGateway/ ) | -| [`Microsoft.Azure.Management.EventGrid`]( src/SDKs/EventGrid/management/Management.EventGrid/Microsoft.Azure.Management.EventGrid.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.EventGrid/ ) | -| [`Microsoft.Azure.Management.FrontDoor`]( src/SDKs/FrontDoor/Management.FrontDoor/Microsoft.Azure.Management.FrontDoor.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.FrontDoor/ ) | -| [`Microsoft.Azure.Management.GuestConfiguration`]( src/SDKs/GuestConfiguration/Management.GuestConfiguration/Microsoft.Azure.Management.GuestConfiguration.csproj )| N/A | [Changelog](src/SDKs/GuestConfiguration/Management.GuestConfiguration/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.GuestConfiguration/ ) | -| [`Microsoft.Azure.Management.IotCentral`]( src/SDKs/IotCentral/Management.IotCentral/Microsoft.Azure.Management.IotCentral.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.IotCentral/ ) | -| [`Microsoft.Azure.Management.IotHub`]( src/SDKs/IotHub/Management.IotHub/Microsoft.Azure.Management.IotHub.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.IotHub/ ) | -| [`Microsoft.Azure.Management.KeyVault`]( src/SDKs/KeyVault/Management/Management.KeyVault/Microsoft.Azure.Management.KeyVault.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.KeyVault/ ) | -| [`Microsoft.Azure.Management.Kusto`]( src/SDKs/Kusto/Management.Kusto/Microsoft.Azure.Management.Kusto.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/ ) | -| [`Microsoft.Azure.Management.LabServices`]( src/SDKs/LabServices/Management.LabServices/Microsoft.Azure.Management.LabServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.LabServices/ ) | -| [`Microsoft.Azure.Management.LocationBasedServices`]( src/SDKs/LocationBasedServices/Management.LocationBasedServices/Microsoft.Azure.Management.LocationBasedServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.LocationBasedServices/ ) | -| [`Microsoft.Azure.Management.Logic`]( src/SDKs/Logic/Management.Logic/Microsoft.Azure.Management.Logic.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Logic/ ) | -| [`Microsoft.Azure.Management.MachineLearning`]( src/SDKs/MachineLearning/Management.MachineLearning/Microsoft.Azure.Management.MachineLearning.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearning/ ) | -| [`Microsoft.Azure.Management.MachineLearningCompute`]( src/SDKs/MachineLearningCompute/Management.MachineLearningCompute/Microsoft.Azure.Management.MachineLearningCompute.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearningCompute/ ) | -| [`Microsoft.Azure.Management.ManagedServiceIdentity`]( src/SDKs/ManagedServiceIdentity/Management.ManagedServiceIdentity/Microsoft.Azure.Management.ManagedServiceIdentity.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagedServiceIdentity/ ) | -| [`Microsoft.Azure.Management.ManagedServices`]( src/SDKs/ManagedServices/Management.ManagedServices/Microsoft.Azure.Management.ManagedServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagedServices/ ) | -| [`Microsoft.Azure.Management.ManagementPartner`]( src/SDKs/ManagementPartner/Management.ManagementPartner/Microsoft.Azure.Management.ManagementPartner.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagementPartner/ ) | -| [`Microsoft.Azure.Management.Maps`]( src/SDKs/Maps/Management.Maps/Microsoft.Azure.Management.Maps.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Maps/ ) | -| [`Microsoft.Azure.Management.MarketplaceOrdering`]( src/SDKs/MarketplaceOrdering/Management.MarketplaceOrdering/Microsoft.Azure.Management.MarketplaceOrdering.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.MarketplaceOrdering/ ) | -| [`Microsoft.Azure.Management.Media`]( src/SDKs/Media/Management.Media/Microsoft.Azure.Management.Media.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Media/ ) | -| [`Microsoft.Azure.Management.MixedReality`]( src/SDKs/MixedReality/Management.MixedReality/Microsoft.Azure.Management.MixedReality.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.MixedReality/ ) | -| [`Microsoft.Azure.Management.Monitor`]( src/SDKs/Monitor/Management.Monitor/Microsoft.Azure.Management.Monitor.csproj )| N/A | [Changelog](src/SDKs/Monitor/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Monitor/ ) | -| [`Microsoft.Azure.Management.NetApp`]( src/SDKs/NetApp/Management.NetApp/Microsoft.Azure.Management.NetApp.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.NetApp/ ) | -| [`Microsoft.Azure.Management.Network`]( src/SDKs/Network/Management.Network/Microsoft.Azure.Management.Network.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Network/ ) | -| [`Microsoft.Azure.Management.NotificationHubs`]( src/SDKs/NotificationHubs/Management.NotificationHubs/Microsoft.Azure.Management.NotificationHubs.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.NotificationHubs/ ) | -| [`Microsoft.Azure.Management.OperationalInsights`]( src/SDKs/OperationalInsights/Management/Management.OperationalInsights/Microsoft.Azure.Management.OperationalInsights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.OperationalInsights/ ) | -| [`Microsoft.Azure.Management.Peering`]( src/SDKs/Peering/Management.Peering/Microsoft.Azure.Management.Peering.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Peering/ ) | -| [`Microsoft.Azure.Management.PolicyInsights`]( src/SDKs/PolicyInsights/Management/Management.PolicyInsights/Microsoft.Azure.Management.PolicyInsights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.PolicyInsights/ ) | -| [`Microsoft.Azure.Management.PostgreSQL`]( src/SDKs/PostgreSQL/Management.PostgreSQL/Microsoft.Azure.Management.PostgreSQL.csproj )| [Readme](src/SDKs/PostgreSQL/Management.PostgreSQL/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.PostgreSQL/ ) | -| [`Microsoft.Azure.Management.PowerBIDedicated`]( src/SDKs/PowerBIDedicated/Management.PowerBIDedicated/Microsoft.Azure.Management.PowerBIDedicated.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIDedicated/ ) | -| [`Microsoft.Azure.Management.PowerBIEmbedded`]( tools/legacy/SdkBackup/PowerBIEmbedded/Management.PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIEmbedded/ ) | -| [`Microsoft.Azure.Management.PrivateDns`]( src/SDKs/PrivateDns/Management.PrivateDns/Microsoft.Azure.Management.PrivateDns.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.PrivateDns/ ) | -| [`Microsoft.Azure.Management.RecoveryServices`]( src/SDKs/RecoveryServices/Management.RecoveryServices/Microsoft.Azure.Management.RecoveryServices.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices/ ) | -| [`Microsoft.Azure.Management.RecoveryServices.Backup`]( src/SDKs/RecoveryServices.Backup/Management.RecoveryServices.Backup/Microsoft.Azure.Management.RecoveryServices.Backup.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.Backup/ ) | -| [`Microsoft.Azure.Management.RecoveryServices.SiteRecovery`]( src/SDKs/RecoveryServices.SiteRecovery/Management.RecoveryServices.SiteRecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/ ) | -| [`Microsoft.Azure.Management.Redis`]( src/SDKs/RedisCache/Management.Redis/Microsoft.Azure.Management.Redis.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Redis/ ) | -| [`Microsoft.Azure.Management.Relay`]( src/SDKs/Relay/Management.Relay/Microsoft.Azure.Management.Relay.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Relay/ ) | -| [`Microsoft.Azure.Management.Reservations`]( src/SDKs/Reservations/Management.Reservations/Microsoft.Azure.Management.Reservations.csproj )| N/A | [Changelog](src/SDKs/Reservations/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Reservations/ ) | -| [`Microsoft.Azure.Management.ResourceGraph`]( src/SDKs/ResourceGraph/Management/Management.ResourceGraph/Microsoft.Azure.Management.ResourceGraph.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceGraph/ ) | -| [`Microsoft.Azure.Management.ResourceManager`]( src/SDKs/Resource/Management.ResourceManager/Microsoft.Azure.Management.ResourceManager.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceManager/ ) | -| [`Microsoft.Azure.Management.Scheduler`]( src/SDKs/Scheduler/Management.Scheduler/Microsoft.Azure.Management.Scheduler.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Scheduler/ ) | -| [`Microsoft.Azure.Management.Search`]( src/SDKs/Search/Management/Management.Search/Microsoft.Azure.Management.Search.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Search/ ) | -| [`Microsoft.Azure.Management.SecurityCenter`]( src/SDKs/SecurityCenter/Management.SecurityCenter/Microsoft.Azure.Management.SecurityCenter.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.SecurityCenter/ ) | -| [`Microsoft.Azure.Management.ServerManagement`]( src/SDKs/ServerManagement/Management.ServerManagement/Microsoft.Azure.Management.ServerManagement.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ServerManagement/ ) | -| [`Microsoft.Azure.Management.ServiceFabric`]( src/SDKs/ServiceFabric/Management.ServiceFabric/Microsoft.Azure.Management.ServiceFabric.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.ServiceFabric/ ) | -| [`Microsoft.Azure.Management.SignalR`]( src/SDKs/SignalR/Management.SignalR/Microsoft.Azure.Management.SignalR.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.SignalR/ ) | -| [`Microsoft.Azure.Management.Sql`]( src/SDKs/SqlManagement/Management.Sql/Microsoft.Azure.Management.Sql.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Sql/ ) | -| [`Microsoft.Azure.Management.StorSimple1200Series`]( src/SDKs/StorSimple/Series1200/Management.StorSimple1200Series/Microsoft.Azure.Management.StorSimple1200Series.csproj )| N/A | N/A | N/A | -| [`Microsoft.Azure.Management.StorSimple8000Series`]( src/SDKs/StorSimple8000Series/Management.StorSimple8000Series/Microsoft.Azure.Management.StorSimple8000Series.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.StorSimple8000Series/ ) | -| [`Microsoft.Azure.Management.Storage`]( src/SDKs/Storage/Management.Storage/Microsoft.Azure.Management.Storage.csproj )| N/A | [Changelog](src/SDKs/Storage/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Storage/ ) | -| [`Microsoft.Azure.Management.StorageSync`]( src/SDKs/StorageSync/Management.StorageSync/Microsoft.Azure.Management.StorageSync.csproj )| N/A | [Changelog](src/SDKs/StorageSync/changelog.md) | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.StorageSync/ ) | -| [`Microsoft.Azure.Management.StreamAnalytics`]( src/SDKs/StreamAnalytics/Management.StreamAnalytics/Microsoft.Azure.Management.StreamAnalytics.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.StreamAnalytics/ ) | -| [`Microsoft.Azure.Management.Subscription`]( src/SDKs/Subscription/Management.Subscription/Microsoft.Azure.Management.Subscription.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Subscription/ ) | -| [`Microsoft.Azure.Management.TrafficManager`]( src/SDKs/TrafficManager/Management.TrafficManager/Microsoft.Azure.Management.TrafficManager.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.TrafficManager/ ) | -| [`Microsoft.Azure.Management.Websites`]( src/SDKs/WebSites/Management.Websites/Microsoft.Azure.Management.Websites.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Management.Websites/ ) | -| [`Microsoft.Azure.OperationalInsights`]( sdk/operationalinsights/Microsoft.Azure.OperationalInsights/src/Microsoft.Azure.OperationalInsights.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.OperationalInsights/ ) | -| [`Microsoft.Azure.Search`]( src/SDKs/Search/DataPlane/Microsoft.Azure.Search/Microsoft.Azure.Search.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Search/ ) | -| [`Microsoft.Azure.Search.Common`]( src/SDKs/Search/DataPlane/Microsoft.Azure.Search.Common/Microsoft.Azure.Search.Common.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Search.Common/ ) | -| [`Microsoft.Azure.Search.Data`]( src/SDKs/Search/DataPlane/Microsoft.Azure.Search.Data/Microsoft.Azure.Search.Data.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Search.Data/ ) | -| [`Microsoft.Azure.Search.Service`]( src/SDKs/Search/DataPlane/Microsoft.Azure.Search.Service/Microsoft.Azure.Search.Service.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Search.Service/ ) | -| [`Microsoft.Azure.ServiceBus`]( sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj )| [Readme](sdk/servicebus/Microsoft.Azure.ServiceBus/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/ ) | -| [`Microsoft.Azure.ServiceBus.Performance`]( sdk/servicebus/Microsoft.Azure.ServiceBus/tests/Performance/Microsoft.Azure.ServiceBus.Performance.csproj )| [Readme](sdk/servicebus/Microsoft.Azure.ServiceBus/README.md) | N/A | N/A | -| [`Microsoft.Azure.Services.AppAuthentication`]( sdk/mgmtcommon/AppAuthentication/Azure.Services.AppAuthentication/Microsoft.Azure.Services.AppAuthentication.csproj )| [Readme](sdk/mgmtcommon/AppAuthentication/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/ ) | -| [`Microsoft.Azure.Test.HttpRecorder`]( src/SdkCommon/TestFramework/Microsoft.Azure.Test.HttpRecorder/Microsoft.Azure.Test.HttpRecorder.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Azure.Test.HttpRecorder/ ) | -| [`Microsoft.AzureStack.Management.AzureBridge.Admin`]( src/AzureStack/Admin/AzureBridgeAdmin/AzureBridge.Admin/Microsoft.AzureStack.Management.AzureBridge.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.AzureBridge.Admin/ ) | -| [`Microsoft.AzureStack.Management.Backup.Admin`]( src/AzureStack/Admin/BackupAdmin/Backup.Admin/Microsoft.AzureStack.Management.Backup.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Backup.Admin/ ) | -| [`Microsoft.AzureStack.Management.Commerce.Admin`]( src/AzureStack/Admin/CommerceAdmin/Commerce.Admin/Microsoft.AzureStack.Management.Commerce.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Commerce.Admin/ ) | -| [`Microsoft.AzureStack.Management.Compute.Admin`]( src/AzureStack/Admin/ComputeAdmin/Compute.Admin/Microsoft.AzureStack.Management.Compute.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Compute.Admin/ ) | -| [`Microsoft.AzureStack.Management.Fabric.Admin`]( src/AzureStack/Admin/FabricAdmin/Fabric.Admin/Microsoft.AzureStack.Management.Fabric.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Fabric.Admin/ ) | -| [`Microsoft.AzureStack.Management.Gallery.Admin`]( src/AzureStack/Admin/GalleryAdmin/Gallery.Admin/Microsoft.AzureStack.Management.Gallery.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Gallery.Admin/ ) | -| [`Microsoft.AzureStack.Management.InfrastructureInsights.Admin`]( src/AzureStack/Admin/InfrastructureInsightsAdmin/InfrastructureInsights.Admin/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.InfrastructureInsights.Admin/ ) | -| [`Microsoft.AzureStack.Management.KeyVault.Admin`]( src/AzureStack/Admin/KeyVaultAdmin/KeyVault.Admin/Microsoft.AzureStack.Management.KeyVault.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.KeyVault.Admin/ ) | -| [`Microsoft.AzureStack.Management.Network.Admin`]( src/AzureStack/Admin/NetworkAdmin/Network.Admin/Microsoft.AzureStack.Management.Network.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Network.Admin/ ) | -| [`Microsoft.AzureStack.Management.Storage.Admin`]( src/AzureStack/Admin/StorageAdmin/Storage.Admin/Microsoft.AzureStack.Management.Storage.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Storage.Admin/ ) | -| [`Microsoft.AzureStack.Management.Subscription`]( src/AzureStack/Management/Subscription/Subscription/Microsoft.AzureStack.Management.Subscription.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Subscription/ ) | -| [`Microsoft.AzureStack.Management.Subscriptions.Admin`]( src/AzureStack/Admin/SubscriptionsAdmin/Subscriptions.Admin/Microsoft.AzureStack.Management.Subscriptions.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Subscriptions.Admin/ ) | -| [`Microsoft.AzureStack.Management.Update.Admin`]( src/AzureStack/Admin/UpdateAdmin/Update.Admin/Microsoft.AzureStack.Management.Update.Admin.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Update.Admin/ ) | -| [`Microsoft.Rest.ClientRuntime`]( src/SdkCommon/ClientRuntime/ClientRuntime/Microsoft.Rest.ClientRuntime.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/ ) | -| [`Microsoft.Rest.ClientRuntime.Azure`]( src/SdkCommon/ClientRuntime.Azure/ClientRuntime.Azure/Microsoft.Rest.ClientRuntime.Azure.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure/ ) | -| [`Microsoft.Rest.ClientRuntime.Azure.Authentication`]( src/SdkCommon/Auth/Az.Auth/Az.Authentication/Microsoft.Rest.ClientRuntime.Azure.Authentication.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication/ ) | -| [`Microsoft.Rest.ClientRuntime.Azure.TestFramework`]( src/SdkCommon/TestFramework/ClientRuntime.Azure.TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework.csproj )| N/A | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.TestFramework/ ) | -| [`Microsoft.Rest.ClientRuntime.Etw`]( src/SdkCommon/ClientRuntime.Etw/Microsoft.Rest.ClientRuntime.Etw.csproj )| [Readme](src/SdkCommon/ClientRuntime.Etw/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Etw/ ) | -| [`Microsoft.Rest.ClientRuntime.Log4Net`]( src/SdkCommon/ClientRuntime.Log4Net/Microsoft.Rest.ClientRuntime.Log4Net.csproj )| [Readme](src/SdkCommon/ClientRuntime.Log4Net/README.md) | N/A | [Nuget]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Log4Net/ ) | +| [`Microsoft.Azure.KeyVault`]( sdk/keyvault/Microsoft.Azure.KeyVault/src/Microsoft.Azure.KeyVault.csproj )| [Readme](sdk/keyvault/Microsoft.Azure.KeyVault/README.md) | N/A | [![Microsoft.Azure.KeyVault](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.svg)]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault/ ) | +| [`Microsoft.Azure.KeyVault.Core`]( sdk/keyvault/Microsoft.Azure.KeyVault.Core/src/Microsoft.Azure.KeyVault.Core.csproj )| N/A | N/A | [![Microsoft.Azure.KeyVault.Core](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Core.svg)]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core/ ) | +| [`Microsoft.Azure.KeyVault.Cryptography`]( sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Microsoft.Azure.KeyVault.Cryptography.csproj )| N/A | N/A | [![Microsoft.Azure.KeyVault.Cryptography](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Cryptography.svg)]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Cryptography/ ) | +| [`Microsoft.Azure.KeyVault.Extensions`]( sdk/keyvault/Microsoft.Azure.KeyVault.Extensions/src/Microsoft.Azure.KeyVault.Extensions.csproj )| N/A | N/A | [![Microsoft.Azure.KeyVault.Extensions](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.Extensions.svg)]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions/ ) | +| [`Microsoft.Azure.KeyVault.WebKey`]( sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/Microsoft.Azure.KeyVault.WebKey.csproj )| N/A | N/A | [![Microsoft.Azure.KeyVault.WebKey](https://img.shields.io/nuget/vpre/Microsoft.Azure.KeyVault.WebKey.svg)]( https://www.nuget.org/packages/Microsoft.Azure.KeyVault.WebKey/ ) | +| [`Microsoft.Azure.Management.Advisor`]( sdk/advisor/Microsoft.Azure.Management.Advisor/src/Microsoft.Azure.Management.Advisor.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Advisor](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Advisor.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Advisor/ ) | +| [`Microsoft.Azure.Management.AlertsManagement`]( sdk/alertsmanagement/Microsoft.Azure.Management.AlertsManagement/src/Microsoft.Azure.Management.AlertsManagement.csproj )| N/A | N/A | [![Microsoft.Azure.Management.AlertsManagement](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.AlertsManagement.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.AlertsManagement/ ) | +| [`Microsoft.Azure.Management.Analysis`]( sdk/analysisservices/Microsoft.Azure.Management.AnalysisServices/src/Microsoft.Azure.Management.Analysis.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Analysis](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Analysis.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Analysis/ ) | +| [`Microsoft.Azure.Management.ApiManagement`]( sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/src/Microsoft.Azure.Management.ApiManagement.csproj )| N/A | [Changelog](sdk/apimanagement/Microsoft.Azure.Management.ApiManagement/changelog.md) | [![Microsoft.Azure.Management.ApiManagement](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ApiManagement.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ApiManagement/ ) | +| [`Microsoft.Azure.Management.ApplicationInsights`]( sdk/applicationinsights/Microsoft.Azure.Management.ApplicationInsights/src/Microsoft.Azure.Management.ApplicationInsights.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ApplicationInsights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ApplicationInsights.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ApplicationInsights/ ) | +| [`Microsoft.Azure.Management.Attestation`]( sdk/attestation/Microsoft.Azure.Management.Attestation/src/Microsoft.Azure.Management.Attestation.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Attestation](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Attestation.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Attestation/ ) | +| [`Microsoft.Azure.Management.Authorization`]( sdk/authorization/Microsoft.Azure.Management.Authorization/src/Microsoft.Azure.Management.Authorization.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Authorization](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Authorization.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Authorization/ ) | +| [`Microsoft.Azure.Management.Automation`]( sdk/automation/Microsoft.Azure.Management.Automation/src/Microsoft.Azure.Management.Automation.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Automation](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Automation.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Automation/ ) | +| [`Microsoft.Azure.Management.Batch`]( sdk/batch/Microsoft.Azure.Management.Batch/src/Microsoft.Azure.Management.Batch.csproj )| N/A | [Changelog](sdk/batch/Microsoft.Azure.Management.Batch/changelog.md) | [![Microsoft.Azure.Management.Batch](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Batch.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Batch/ ) | +| [`Microsoft.Azure.Management.BatchAI`]( sdk/batchai/Microsoft.Azure.Management.BatchAI/src/Microsoft.Azure.Management.BatchAI.csproj )| N/A | N/A | [![Microsoft.Azure.Management.BatchAI](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.BatchAI.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.BatchAI/ ) | +| [`Microsoft.Azure.Management.Billing`]( sdk/billing/Microsoft.Azure.Management.Billing/src/Microsoft.Azure.Management.Billing.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Billing](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Billing.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Billing/ ) | +| [`Microsoft.Azure.Management.Blueprint`]( sdk/blueprint/Microsoft.Azure.Management.Blueprint/src/Microsoft.Azure.Management.Blueprint.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Blueprint](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Blueprint.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Blueprint/ ) | +| [`Microsoft.Azure.Management.BotService`]( sdk/botservice/Microsoft.Azure.Management.BotService/src/Microsoft.Azure.Management.BotService.csproj )| N/A | N/A | [![Microsoft.Azure.Management.BotService](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.BotService.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.BotService/ ) | +| [`Microsoft.Azure.Management.Cdn`]( sdk/cdn/Microsoft.Azure.Management.Cdn/src/Microsoft.Azure.Management.Cdn.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Cdn](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Cdn.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Cdn/ ) | +| [`Microsoft.Azure.Management.CognitiveServices`]( sdk/cognitiveservices/Microsoft.Azure.Management.CognitiveServices/src/Microsoft.Azure.Management.CognitiveServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.CognitiveServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.CognitiveServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.CognitiveServices/ ) | +| [`Microsoft.Azure.Management.Compute`]( sdk/compute/Microsoft.Azure.Management.Compute/src/Microsoft.Azure.Management.Compute.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Compute](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Compute.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Compute/ ) | +| [`Microsoft.Azure.Management.Consumption`]( sdk/consumption/Microsoft.Azure.Management.Consumption/src/Microsoft.Azure.Management.Consumption.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Consumption](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Consumption.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Consumption/ ) | +| [`Microsoft.Azure.Management.ContainerInstance`]( sdk/containerinstance/Microsoft.Azure.Management.ContainerInstance/src/Microsoft.Azure.Management.ContainerInstance.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ContainerInstance](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ContainerInstance.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerInstance/ ) | +| [`Microsoft.Azure.Management.ContainerRegistry`]( sdk/containerregistry/Microsoft.Azure.Management.ContainerRegistry/src/Microsoft.Azure.Management.ContainerRegistry.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ContainerRegistry](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ContainerRegistry.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ContainerRegistry/ ) | +| [`Microsoft.Azure.Management.ContainerService`]( sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.CostManagement`]( sdk/cost-management/Microsoft.Azure.Management.CostManagement/src/Microsoft.Azure.Management.CostManagement.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.CustomProviders`]( sdk/customproviders/Microsoft.Azure.Management.CustomProviders/src/Microsoft.Azure.Management.CustomProviders.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.CustomerInsights`]( sdk/customer-insights/Microsoft.Azure.Management.CustomerInsights/src/Microsoft.Azure.Management.CustomerInsights.csproj )| N/A | N/A | [![Microsoft.Azure.Management.CustomerInsights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.CustomerInsights.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.CustomerInsights/ ) | +| [`Microsoft.Azure.Management.DataBox`]( sdk/databox/Microsoft.Azure.Management.DataBox/src/Microsoft.Azure.Management.DataBox.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DataBox](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataBox.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataBox/ ) | +| [`Microsoft.Azure.Management.DataBoxEdge`]( sdk/databoxedge/Microsoft.Azure.Management.DataBoxEdge/src/Microsoft.Azure.Management.DataBoxEdge.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.DataFactory`]( sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/Microsoft.Azure.Management.DataFactory.csproj )| N/A | [Changelog](sdk/datafactory/Microsoft.Azure.Management.DataFactory/src/changelog.md) | [![Microsoft.Azure.Management.DataFactory](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataFactory.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataFactory/ ) | +| [`Microsoft.Azure.Management.DataLake.Analytics`]( sdk/datalake-analytics/Microsoft.Azure.Management.DataLake.Analytics/src/Microsoft.Azure.Management.DataLake.Analytics.csproj )| N/A | [Changelog](sdk/datalake-analytics/Microsoft.Azure.Management.DataLake.Analytics/changelog.md) | [![Microsoft.Azure.Management.DataLake.Analytics](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataLake.Analytics.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Analytics/ ) | +| [`Microsoft.Azure.Management.DataLake.Store`]( sdk/datalake-store/Microsoft.Azure.Management.DataLake.Store/src/Microsoft.Azure.Management.DataLake.Store.csproj )| N/A | [Changelog](sdk/datalake-store/Microsoft.Azure.Management.DataLake.Store/changelog.md) | [![Microsoft.Azure.Management.DataLake.Store](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataLake.Store.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Store/ ) | +| [`Microsoft.Azure.Management.DataMigration`]( sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/Microsoft.Azure.Management.DataMigration.csproj )| [Readme](sdk/datamigration/Microsoft.Azure.Management.DataMigration/src/README.md) | N/A | [![Microsoft.Azure.Management.DataMigration](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataMigration.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataMigration/ ) | +| [`Microsoft.Azure.Management.DataShare`]( sdk/datashare/Microsoft.Azure.Management.DataShare/src/Microsoft.Azure.Management.DataShare.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DataShare](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DataShare.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DataShare/ ) | +| [`Microsoft.Azure.Management.DeploymentManager`]( sdk/deploymentmanager/Microsoft.Azure.Management.DeploymentManager/src/Microsoft.Azure.Management.DeploymentManager.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DeploymentManager](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DeploymentManager.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DeploymentManager/ ) | +| [`Microsoft.Azure.Management.DevSpaces`]( sdk/devspaces/Microsoft.Azure.Management.DevSpaces/src/Microsoft.Azure.Management.DevSpaces.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DevSpaces](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DevSpaces.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DevSpaces/ ) | +| [`Microsoft.Azure.Management.DevTestLabs`]( sdk/devtestlabs/Microsoft.Azure.Management.DevTestLabs/src/Microsoft.Azure.Management.DevTestLabs.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DevTestLabs](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DevTestLabs.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DevTestLabs/ ) | +| [`Microsoft.Azure.Management.DeviceProvisioningServices`]( sdk/deviceprovisioningservices/Microsoft.Azure.Management.DeviceProvisioningServices/src/Microsoft.Azure.Management.DeviceProvisioningServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.DeviceProvisioningServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.DeviceProvisioningServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.DeviceProvisioningServices/ ) | +| [`Microsoft.Azure.Management.Dns`]( sdk/dns/Microsoft.Azure.Management.Dns/src/Microsoft.Azure.Management.Dns.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Dns](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Dns.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Dns/ ) | +| [`Microsoft.Azure.Management.EdgeGateway`]( sdk/edgegateway/Microsoft.Azure.Management.EdgeGateway/src/Microsoft.Azure.Management.EdgeGateway.csproj )| N/A | N/A | [![Microsoft.Azure.Management.EdgeGateway](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.EdgeGateway.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.EdgeGateway/ ) | +| [`Microsoft.Azure.Management.EventGrid`]( sdk/eventgrid/Microsoft.Azure.Management.EventGrid/src/Microsoft.Azure.Management.EventGrid.csproj )| N/A | N/A | [![Microsoft.Azure.Management.EventGrid](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.EventGrid.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.EventGrid/ ) | +| [`Microsoft.Azure.Management.EventHub`]( sdk/eventhub/Microsoft.Azure.Management.EventHub/src/Microsoft.Azure.Management.EventHub.csproj )| N/A | N/A | [![Microsoft.Azure.Management.EventHub](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.EventHub.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.EventHub/ ) | +| [`Microsoft.Azure.Management.FrontDoor`]( sdk/frontdoor/Microsoft.Azure.Management.FrontDoor/src/Microsoft.Azure.Management.FrontDoor.csproj )| N/A | N/A | [![Microsoft.Azure.Management.FrontDoor](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.FrontDoor.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.FrontDoor/ ) | +| [`Microsoft.Azure.Management.GuestConfiguration`]( sdk/guestconfiguration/Microsoft.Azure.Management.GuestConfiguration/src/Microsoft.Azure.Management.GuestConfiguration.csproj )| N/A | [Changelog](sdk/guestconfiguration/Microsoft.Azure.Management.GuestConfiguration/src/changelog.md) | [![Microsoft.Azure.Management.GuestConfiguration](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.GuestConfiguration.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.GuestConfiguration/ ) | +| [`Microsoft.Azure.Management.HDInsight`]( sdk/hdinsight/Microsoft.Azure.Management.HDInsight/src/Microsoft.Azure.Management.HDInsight.csproj )| N/A | N/A | [![Microsoft.Azure.Management.HDInsight](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.HDInsight.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.HDInsight/ ) | +| [`Microsoft.Azure.Management.HealthcareApis`]( sdk/healthcareapis/Microsoft.Azure.Management.HealthcareApis/src/Microsoft.Azure.Management.HealthcareApis.csproj )| N/A | N/A | [![Microsoft.Azure.Management.HealthcareApis](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.HealthcareApis.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.HealthcareApis/ ) | +| [`Microsoft.Azure.Management.HybridCompute`]( sdk/hybridcompute/Microsoft.Azure.Management.HybridCompute/src/Microsoft.Azure.Management.HybridCompute.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.HybridData`]( sdk/hybriddatamanager/Microsoft.Azure.Management.HybridDataManager/src/Microsoft.Azure.Management.HybridData.csproj )| N/A | N/A | [![Microsoft.Azure.Management.HybridData](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.HybridData.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.HybridData/ ) | +| [`Microsoft.Azure.Management.Insights`]( sdk/insights/Microsoft.Azure.Management.Insights/src/Microsoft.Azure.Management.Insights.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.IotCentral`]( sdk/iotcentral/Microsoft.Azure.Management.IotCentral/src/Microsoft.Azure.Management.IotCentral.csproj )| N/A | N/A | [![Microsoft.Azure.Management.IotCentral](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.IotCentral.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.IotCentral/ ) | +| [`Microsoft.Azure.Management.IotHub`]( sdk/iothub/Microsoft.Azure.Management.IotHub/src/Microsoft.Azure.Management.IotHub.csproj )| N/A | N/A | [![Microsoft.Azure.Management.IotHub](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.IotHub.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.IotHub/ ) | +| [`Microsoft.Azure.Management.KeyVault`]( sdk/keyvault/Microsoft.Azure.Management.KeyVault/src/Microsoft.Azure.Management.KeyVault.csproj )| N/A | N/A | [![Microsoft.Azure.Management.KeyVault](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.KeyVault.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.KeyVault/ ) | +| [`Microsoft.Azure.Management.Kusto`]( sdk/kusto/Microsoft.Azure.Management.Kusto/src/Microsoft.Azure.Management.Kusto.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Kusto](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Kusto.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Kusto/ ) | +| [`Microsoft.Azure.Management.LabServices`]( sdk/labservices/Microsoft.Azure.Management.LabServices/src/Microsoft.Azure.Management.LabServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.LabServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.LabServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.LabServices/ ) | +| [`Microsoft.Azure.Management.LocationBasedServices`]( sdk/locationbasedservices/Microsoft.Azure.Management.LocationBasedServices/src/Microsoft.Azure.Management.LocationBasedServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.LocationBasedServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.LocationBasedServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.LocationBasedServices/ ) | +| [`Microsoft.Azure.Management.Logic`]( sdk/logic/Microsoft.Azure.Management.Logic/src/Microsoft.Azure.Management.Logic.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Logic](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Logic.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Logic/ ) | +| [`Microsoft.Azure.Management.MachineLearning`]( sdk/machinelearning/Microsoft.Azure.Management.MachineLearning/src/Microsoft.Azure.Management.MachineLearning.csproj )| N/A | N/A | [![Microsoft.Azure.Management.MachineLearning](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MachineLearning.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearning/ ) | +| [`Microsoft.Azure.Management.MachineLearningCompute`]( sdk/machinelearningcompute/Microsoft.Azure.Management.MachineLearningCompute/src/Microsoft.Azure.Management.MachineLearningCompute.csproj )| N/A | N/A | [![Microsoft.Azure.Management.MachineLearningCompute](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MachineLearningCompute.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.MachineLearningCompute/ ) | +| [`Microsoft.Azure.Management.Maintenance`]( sdk/maintenance/Microsoft.Azure.Management.Maintenance/src/Microsoft.Azure.Management.Maintenance.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Maintenance](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Maintenance.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Maintenance/ ) | +| [`Microsoft.Azure.Management.ManagedNetwork`]( sdk/managednetwork/Microsoft.Azure.Management.ManagedNetwork/src/Microsoft.Azure.Management.ManagedNetwork.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ManagedNetwork](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ManagedNetwork.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagedNetwork/ ) | +| [`Microsoft.Azure.Management.ManagedServiceIdentity`]( sdk/managedserviceidentity/Microsoft.Azure.Management.ManagedServiceIdentity/src/Microsoft.Azure.Management.ManagedServiceIdentity.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ManagedServiceIdentity](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ManagedServiceIdentity.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagedServiceIdentity/ ) | +| [`Microsoft.Azure.Management.ManagedServices`]( sdk/managedservices/Microsoft.Azure.Management.ManagedServices/src/Microsoft.Azure.Management.ManagedServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ManagedServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ManagedServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagedServices/ ) | +| [`Microsoft.Azure.Management.ManagementGroups`]( sdk/managementgroups/Microsoft.Azure.Management.ManagementGroups/src/Microsoft.Azure.Management.ManagementGroups.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ManagementGroups](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ManagementGroups.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagementGroups/ ) | +| [`Microsoft.Azure.Management.ManagementPartner`]( sdk/managementpartner/Microsoft.Azure.Management.ManagementPartner/src/Microsoft.Azure.Management.ManagementPartner.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ManagementPartner](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ManagementPartner.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ManagementPartner/ ) | +| [`Microsoft.Azure.Management.Maps`]( sdk/maps/Microsoft.Azure.Management.Maps/src/Microsoft.Azure.Management.Maps.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Maps](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Maps.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Maps/ ) | +| [`Microsoft.Azure.Management.MarketplaceOrdering`]( sdk/marketplaceordering/Microsoft.Azure.Management.MarketplaceOrdering/src/Microsoft.Azure.Management.MarketplaceOrdering.csproj )| N/A | N/A | [![Microsoft.Azure.Management.MarketplaceOrdering](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MarketplaceOrdering.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.MarketplaceOrdering/ ) | +| [`Microsoft.Azure.Management.Media`]( sdk/mediaservices/Microsoft.Azure.Management.Media/src/Microsoft.Azure.Management.Media.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Media](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Media.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Media/ ) | +| [`Microsoft.Azure.Management.MixedReality`]( sdk/mixedreality/Microsoft.Azure.Management.MixedReality/src/Microsoft.Azure.Management.MixedReality.csproj )| N/A | N/A | [![Microsoft.Azure.Management.MixedReality](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.MixedReality.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.MixedReality/ ) | +| [`Microsoft.Azure.Management.Monitor`]( sdk/monitor/Microsoft.Azure.Management.Monitor/src/Microsoft.Azure.Management.Monitor.csproj )| N/A | [Changelog](sdk/monitor/Microsoft.Azure.Management.Monitor/changelog.md) | [![Microsoft.Azure.Management.Monitor](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Monitor.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Monitor/ ) | +| [`Microsoft.Azure.Management.NetApp`]( sdk/netapp/Microsoft.Azure.Management.NetApp/src/Microsoft.Azure.Management.NetApp.csproj )| N/A | N/A | [![Microsoft.Azure.Management.NetApp](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.NetApp.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.NetApp/ ) | +| [`Microsoft.Azure.Management.Network`]( sdk/network/Microsoft.Azure.Management.Network/src/Microsoft.Azure.Management.Network.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Network](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Network.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Network/ ) | +| [`Microsoft.Azure.Management.NotificationHubs`]( sdk/notificationhubs/Microsoft.Azure.Management.NotificationHubs/src/Microsoft.Azure.Management.NotificationHubs.csproj )| N/A | N/A | [![Microsoft.Azure.Management.NotificationHubs](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.NotificationHubs.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.NotificationHubs/ ) | +| [`Microsoft.Azure.Management.OperationalInsights`]( sdk/operationalinsights/Microsoft.Azure.Management.OperationalInsights/src/Microsoft.Azure.Management.OperationalInsights.csproj )| N/A | N/A | [![Microsoft.Azure.Management.OperationalInsights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.OperationalInsights.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.OperationalInsights/ ) | +| [`Microsoft.Azure.Management.Peering`]( sdk/peering/Microsoft.Azure.Management.Peering/src/Microsoft.Azure.Management.Peering.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Peering](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Peering.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Peering/ ) | +| [`Microsoft.Azure.Management.PolicyInsights`]( sdk/policyinsights/Microsoft.Azure.Management.PolicyInsights/src/Microsoft.Azure.Management.PolicyInsights.csproj )| N/A | N/A | [![Microsoft.Azure.Management.PolicyInsights](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PolicyInsights.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.PolicyInsights/ ) | +| [`Microsoft.Azure.Management.PostgreSQL`]( sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/src/Microsoft.Azure.Management.PostgreSQL.csproj )| [Readme](sdk/postgresql/Microsoft.Azure.Management.PostgreSQL/src/README.md) | N/A | [![Microsoft.Azure.Management.PostgreSQL](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PostgreSQL.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.PostgreSQL/ ) | +| [`Microsoft.Azure.Management.PowerBIDedicated`]( sdk/powerbidedicated/Microsoft.Azure.Management.PowerBIDedicated/src/Microsoft.Azure.Management.PowerBIDedicated.csproj )| N/A | N/A | [![Microsoft.Azure.Management.PowerBIDedicated](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PowerBIDedicated.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIDedicated/ ) | +| [`Microsoft.Azure.Management.PowerBIEmbedded`]( tools/legacy/SdkBackup/PowerBIEmbedded/Management.PowerBIEmbedded/Microsoft.Azure.Management.PowerBIEmbedded.csproj )| N/A | N/A | [![Microsoft.Azure.Management.PowerBIEmbedded](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PowerBIEmbedded.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.PowerBIEmbedded/ ) | +| [`Microsoft.Azure.Management.PrivateDns`]( sdk/privatedns/Microsoft.Azure.Management.PrivateDns/src/Microsoft.Azure.Management.PrivateDns.csproj )| N/A | N/A | [![Microsoft.Azure.Management.PrivateDns](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.PrivateDns.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.PrivateDns/ ) | +| [`Microsoft.Azure.Management.RecoveryServices`]( sdk/recoveryservices/Microsoft.Azure.Management.RecoveryServices/src/Microsoft.Azure.Management.RecoveryServices.csproj )| N/A | N/A | [![Microsoft.Azure.Management.RecoveryServices](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices/ ) | +| [`Microsoft.Azure.Management.RecoveryServices.Backup`]( sdk/recoveryservices-backup/Microsoft.Azure.Management.RecoveryServices.Backup/src/Microsoft.Azure.Management.RecoveryServices.Backup.csproj )| N/A | N/A | [![Microsoft.Azure.Management.RecoveryServices.Backup](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.Backup.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.Backup/ ) | +| [`Microsoft.Azure.Management.RecoveryServices.SiteRecovery`]( sdk/recoveryservices-siterecovery/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/src/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.csproj )| N/A | N/A | [![Microsoft.Azure.Management.RecoveryServices.SiteRecovery](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.RecoveryServices.SiteRecovery.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.RecoveryServices.SiteRecovery/ ) | +| [`Microsoft.Azure.Management.Redis`]( sdk/redis/Microsoft.Azure.Management.RedisCache/src/Microsoft.Azure.Management.Redis.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Redis](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Redis.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Redis/ ) | +| [`Microsoft.Azure.Management.Relay`]( sdk/relay/Microsoft.Azure.Management.Relay/src/Microsoft.Azure.Management.Relay.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Relay](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Relay.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Relay/ ) | +| [`Microsoft.Azure.Management.Reservations`]( sdk/reservations/Microsoft.Azure.Management.Reservations/src/Microsoft.Azure.Management.Reservations.csproj )| N/A | [Changelog](sdk/reservations/Microsoft.Azure.Management.Reservations/changelog.md) | [![Microsoft.Azure.Management.Reservations](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Reservations.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Reservations/ ) | +| [`Microsoft.Azure.Management.ResourceGraph`]( sdk/resourcegraph/Microsoft.Azure.Management.ResourceGraph/src/Microsoft.Azure.Management.ResourceGraph.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ResourceGraph](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ResourceGraph.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceGraph/ ) | +| [`Microsoft.Azure.Management.ResourceManager`]( sdk/resources/Microsoft.Azure.Management.Resource/src/Microsoft.Azure.Management.ResourceManager.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ResourceManager](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ResourceManager.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ResourceManager/ ) | +| [`Microsoft.Azure.Management.Scheduler`]( sdk/scheduler/Microsoft.Azure.Management.Scheduler/src/Microsoft.Azure.Management.Scheduler.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Scheduler](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Scheduler.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Scheduler/ ) | +| [`Microsoft.Azure.Management.Search`]( sdk/search/Microsoft.Azure.Management.Search/src/Microsoft.Azure.Management.Search.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Search.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Search/ ) | +| [`Microsoft.Azure.Management.SecurityCenter`]( sdk/securitycenter/Microsoft.Azure.Management.SecurityCenter/src/Microsoft.Azure.Management.SecurityCenter.csproj )| N/A | N/A | [![Microsoft.Azure.Management.SecurityCenter](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.SecurityCenter.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.SecurityCenter/ ) | +| [`Microsoft.Azure.Management.ServerManagement`]( sdk/servermanagement/Microsoft.Azure.Management.ServerManagement/src/Microsoft.Azure.Management.ServerManagement.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ServerManagement](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServerManagement.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ServerManagement/ ) | +| [`Microsoft.Azure.Management.ServiceBus`]( sdk/servicebus/Microsoft.Azure.Management.ServiceBus/src/Microsoft.Azure.Management.ServiceBus.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ServiceBus](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServiceBus.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ServiceBus/ ) | +| [`Microsoft.Azure.Management.ServiceFabric`]( sdk/servicefabric/Microsoft.Azure.Management.ServiceFabric/src/Microsoft.Azure.Management.ServiceFabric.csproj )| N/A | N/A | [![Microsoft.Azure.Management.ServiceFabric](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.ServiceFabric.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.ServiceFabric/ ) | +| [`Microsoft.Azure.Management.SignalR`]( sdk/signalr/Microsoft.Azure.Management.SignalR/src/Microsoft.Azure.Management.SignalR.csproj )| N/A | N/A | [![Microsoft.Azure.Management.SignalR](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.SignalR.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.SignalR/ ) | +| [`Microsoft.Azure.Management.Sql`]( sdk/sqlmanagement/Microsoft.Azure.Management.SqlManagement/src/Microsoft.Azure.Management.Sql.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Sql](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Sql.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Sql/ ) | +| [`Microsoft.Azure.Management.SqlVirtualMachine`]( sdk/sqlvirtualmachine/Microsoft.Azure.Management.SqlVirtualMachine/src/Microsoft.Azure.Management.SqlVirtualMachine.csproj )| N/A | N/A | [![Microsoft.Azure.Management.SqlVirtualMachine](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.SqlVirtualMachine.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.SqlVirtualMachine/ ) | +| [`Microsoft.Azure.Management.StorSimple1200Series`]( sdk/storsimple/Microsoft.Azure.Management.StorSimple/src/Microsoft.Azure.Management.StorSimple1200Series.csproj )| N/A | N/A | N/A | +| [`Microsoft.Azure.Management.StorSimple8000Series`]( sdk/storsimple8000series/Microsoft.Azure.Management.StorSimple8000Series/src/Microsoft.Azure.Management.StorSimple8000Series.csproj )| N/A | N/A | [![Microsoft.Azure.Management.StorSimple8000Series](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.StorSimple8000Series.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.StorSimple8000Series/ ) | +| [`Microsoft.Azure.Management.Storage`]( sdk/storage/Microsoft.Azure.Management.Storage/src/Microsoft.Azure.Management.Storage.csproj )| N/A | [Changelog](sdk/storage/Microsoft.Azure.Management.Storage/changelog.md) | [![Microsoft.Azure.Management.Storage](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Storage.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Storage/ ) | +| [`Microsoft.Azure.Management.StorageSync`]( sdk/storagesync/Microsoft.Azure.Management.StorageSync/src/Microsoft.Azure.Management.StorageSync.csproj )| N/A | [Changelog](sdk/storagesync/Microsoft.Azure.Management.StorageSync/changelog.md) | [![Microsoft.Azure.Management.StorageSync](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.StorageSync.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.StorageSync/ ) | +| [`Microsoft.Azure.Management.StreamAnalytics`]( sdk/streamanalytics/Microsoft.Azure.Management.StreamAnalytics/src/Microsoft.Azure.Management.StreamAnalytics.csproj )| N/A | N/A | [![Microsoft.Azure.Management.StreamAnalytics](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.StreamAnalytics.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.StreamAnalytics/ ) | +| [`Microsoft.Azure.Management.Subscription`]( sdk/subscription/Microsoft.Azure.Management.Subscription/src/Microsoft.Azure.Management.Subscription.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Subscription](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Subscription.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Subscription/ ) | +| [`Microsoft.Azure.Management.TrafficManager`]( sdk/trafficmanager/Microsoft.Azure.Management.TrafficManager/src/Microsoft.Azure.Management.TrafficManager.csproj )| N/A | N/A | [![Microsoft.Azure.Management.TrafficManager](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.TrafficManager.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.TrafficManager/ ) | +| [`Microsoft.Azure.Management.Websites`]( sdk/websites/Microsoft.Azure.Management.WebSites/src/Microsoft.Azure.Management.Websites.csproj )| N/A | N/A | [![Microsoft.Azure.Management.Websites](https://img.shields.io/nuget/vpre/Microsoft.Azure.Management.Websites.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Management.Websites/ ) | +| [`Microsoft.Azure.OperationalInsights`]( sdk/operationalinsights/Microsoft.Azure.OperationalInsights/src/Microsoft.Azure.OperationalInsights.csproj )| N/A | N/A | [![Microsoft.Azure.OperationalInsights](https://img.shields.io/nuget/vpre/Microsoft.Azure.OperationalInsights.svg)]( https://www.nuget.org/packages/Microsoft.Azure.OperationalInsights/ ) | +| [`Microsoft.Azure.Search`]( sdk/search/Microsoft.Azure.Search/src/Microsoft.Azure.Search.csproj )| N/A | [Changelog](sdk/search/Microsoft.Azure.Search/CHANGELOG.md) | [![Microsoft.Azure.Search](https://img.shields.io/nuget/vpre/Microsoft.Azure.Search.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Search/ ) | +| [`Microsoft.Azure.Search.Common`]( sdk/search/Microsoft.Azure.Search.Common/src/Microsoft.Azure.Search.Common.csproj )| N/A | N/A | [![Microsoft.Azure.Search.Common](https://img.shields.io/nuget/vpre/Microsoft.Azure.Search.Common.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Search.Common/ ) | +| [`Microsoft.Azure.Search.Data`]( sdk/search/Microsoft.Azure.Search.Data/src/Microsoft.Azure.Search.Data.csproj )| N/A | N/A | [![Microsoft.Azure.Search.Data](https://img.shields.io/nuget/vpre/Microsoft.Azure.Search.Data.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Search.Data/ ) | +| [`Microsoft.Azure.Search.Service`]( sdk/search/Microsoft.Azure.Search.Service/src/Microsoft.Azure.Search.Service.csproj )| N/A | N/A | [![Microsoft.Azure.Search.Service](https://img.shields.io/nuget/vpre/Microsoft.Azure.Search.Service.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Search.Service/ ) | +| [`Microsoft.Azure.ServiceBus`]( sdk/servicebus/Microsoft.Azure.ServiceBus/src/Microsoft.Azure.ServiceBus.csproj )| [Readme](sdk/servicebus/Microsoft.Azure.ServiceBus/README.md) | [Changelog](sdk/servicebus/Microsoft.Azure.ServiceBus/changelog.md) | [![Microsoft.Azure.ServiceBus](https://img.shields.io/nuget/vpre/Microsoft.Azure.ServiceBus.svg)]( https://www.nuget.org/packages/Microsoft.Azure.ServiceBus/ ) | +| [`Microsoft.Azure.Services.AppAuthentication`]( sdk/mgmtcommon/AppAuthentication/Azure.Services.AppAuthentication/Microsoft.Azure.Services.AppAuthentication.csproj )| [Readme](sdk/mgmtcommon/AppAuthentication/README.md) | N/A | [![Microsoft.Azure.Services.AppAuthentication](https://img.shields.io/nuget/vpre/Microsoft.Azure.Services.AppAuthentication.svg)]( https://www.nuget.org/packages/Microsoft.Azure.Services.AppAuthentication/ ) | +| [`Microsoft.AzureStack.Management.AzureBridge.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.AzureBridge.Admin/src/Microsoft.AzureStack.Management.AzureBridge.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.AzureBridge.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.AzureBridge.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.AzureBridge.Admin/ ) | +| [`Microsoft.AzureStack.Management.Backup.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Backup.Admin/src/Microsoft.AzureStack.Management.Backup.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Backup.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Backup.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Backup.Admin/ ) | +| [`Microsoft.AzureStack.Management.Commerce.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Commerce.Admin/src/Microsoft.AzureStack.Management.Commerce.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Commerce.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Commerce.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Commerce.Admin/ ) | +| [`Microsoft.AzureStack.Management.Compute.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Compute.Admin/src/Microsoft.AzureStack.Management.Compute.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Compute.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Compute.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Compute.Admin/ ) | +| [`Microsoft.AzureStack.Management.Fabric.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Fabric.Admin/src/Microsoft.AzureStack.Management.Fabric.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Fabric.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Fabric.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Fabric.Admin/ ) | +| [`Microsoft.AzureStack.Management.Gallery.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Gallery.Admin/src/Microsoft.AzureStack.Management.Gallery.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Gallery.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Gallery.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Gallery.Admin/ ) | +| [`Microsoft.AzureStack.Management.InfrastructureInsights.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.InfrastructureInsights.Admin/src/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.InfrastructureInsights.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.InfrastructureInsights.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.InfrastructureInsights.Admin/ ) | +| [`Microsoft.AzureStack.Management.KeyVault.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.KeyVault.Admin/src/Microsoft.AzureStack.Management.KeyVault.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.KeyVault.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.KeyVault.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.KeyVault.Admin/ ) | +| [`Microsoft.AzureStack.Management.Network.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Network.Admin/src/Microsoft.AzureStack.Management.Network.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Network.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Network.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Network.Admin/ ) | +| [`Microsoft.AzureStack.Management.Storage.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Storage.Admin/src/Microsoft.AzureStack.Management.Storage.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Storage.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Storage.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Storage.Admin/ ) | +| [`Microsoft.AzureStack.Management.Subscription`]( sdk/azurestack/Microsoft.AzureStack.Management.Subscription/src/Microsoft.AzureStack.Management.Subscription.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Subscription](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Subscription.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Subscription/ ) | +| [`Microsoft.AzureStack.Management.Subscriptions.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Subscriptions.Admin/src/Microsoft.AzureStack.Management.Subscriptions.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Subscriptions.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Subscriptions.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Subscriptions.Admin/ ) | +| [`Microsoft.AzureStack.Management.Update.Admin`]( sdk/azurestack/Microsoft.AzureStack.Management.Update.Admin/src/Microsoft.AzureStack.Management.Update.Admin.csproj )| N/A | N/A | [![Microsoft.AzureStack.Management.Update.Admin](https://img.shields.io/nuget/vpre/Microsoft.AzureStack.Management.Update.Admin.svg)]( https://www.nuget.org/packages/Microsoft.AzureStack.Management.Update.Admin/ ) | +| [`Microsoft.Extensions.Azure`]( sdk/core/Microsoft.Extensions.Azure/src/Microsoft.Extensions.Azure.csproj )| N/A | N/A | [![Microsoft.Extensions.Azure](https://img.shields.io/nuget/vpre/Microsoft.Extensions.Azure.svg)]( https://www.nuget.org/packages/Microsoft.Extensions.Azure/ ) | +| [`Microsoft.Rest.ClientRuntime`]( sdk/mgmtcommon/ClientRuntime/ClientRuntime/Microsoft.Rest.ClientRuntime.csproj )| N/A | N/A | [![Microsoft.Rest.ClientRuntime](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime/ ) | +| [`Microsoft.Rest.ClientRuntime.Azure`]( sdk/mgmtcommon/ClientRuntime.Azure/ClientRuntime.Azure/Microsoft.Rest.ClientRuntime.Azure.csproj )| N/A | N/A | [![Microsoft.Rest.ClientRuntime.Azure](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure/ ) | +| [`Microsoft.Rest.ClientRuntime.Azure.Authentication`]( sdk/mgmtcommon/Auth/Az.Auth/Az.Authentication/Microsoft.Rest.ClientRuntime.Azure.Authentication.csproj )| N/A | N/A | [![Microsoft.Rest.ClientRuntime.Azure.Authentication](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.Authentication.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication/ ) | +| [`Microsoft.Rest.ClientRuntime.Azure.TestFramework`]( sdk/mgmtcommon/TestFramework/ClientRuntime.Azure.TestFramework/Microsoft.Rest.ClientRuntime.Azure.TestFramework.csproj )| N/A | N/A | [![Microsoft.Rest.ClientRuntime.Azure.TestFramework](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Azure.TestFramework.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.TestFramework/ ) | +| [`Microsoft.Rest.ClientRuntime.Etw`]( sdk/mgmtcommon/ClientRuntime.Etw/Microsoft.Rest.ClientRuntime.Etw.csproj )| [Readme](sdk/mgmtcommon/ClientRuntime.Etw/README.md) | N/A | [![Microsoft.Rest.ClientRuntime.Etw](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Etw.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Etw/ ) | +| [`Microsoft.Rest.ClientRuntime.Log4Net`]( sdk/mgmtcommon/ClientRuntime.Log4Net/Microsoft.Rest.ClientRuntime.Log4Net.csproj )| [Readme](sdk/mgmtcommon/ClientRuntime.Log4Net/README.md) | N/A | [![Microsoft.Rest.ClientRuntime.Log4Net](https://img.shields.io/nuget/vpre/Microsoft.Rest.ClientRuntime.Log4Net.svg)]( https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Log4Net/ ) |