From 7f920aac39658967018076b5ac5db56d49580a4e Mon Sep 17 00:00:00 2001 From: Adrien Clerbois Date: Mon, 4 Oct 2021 15:52:10 +0200 Subject: [PATCH] Add Azure DevOps Health API Fix Resolve issue --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a1c5311..3db3e9be 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ API | Description | Auth | HTTPS | CORS | ### Continuous Integration API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| +| [Azure DevOps Health](https://docs.microsoft.com/en-us/rest/api/resourcehealth/?WT.mc_id=DOP-MVP-5001937) | Resource health helps you diagnose and get support when an Azure issue impacts your resources | `apiKey` | No | No | | [CircleCI](https://circleci.com/docs/api/v1-reference/) | Automate the software development process using continuous integration and continuous delivery | `apiKey` | Yes | Unknown | | [Codeship](https://apidocs.codeship.com/) | Codeship is a Continuous Integration Platform in the cloud | `apiKey` | Yes | Unknown | | [Travis CI](https://docs.travis-ci.com/api/) | Sync your GitHub projects with Travis CI to test your code in minutes | `apiKey` | Yes | Unknown |