From 204c3d8990cf6f4462509645d947096b0fff669b Mon Sep 17 00:00:00 2001 From: Eunice Waweru <73849846+msewaweru@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:56:22 +0300 Subject: [PATCH] Updated the what's new json file to correct the non-allowed parameters --- .whatsnew/.microsoft-identity-platform.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.whatsnew/.microsoft-identity-platform.json b/.whatsnew/.microsoft-identity-platform.json index 77ba2e3c45238..47e06c7b1c7bb 100644 --- a/.whatsnew/.microsoft-identity-platform.json +++ b/.whatsnew/.microsoft-identity-platform.json @@ -7,7 +7,7 @@ "relativeLinkPrefix": "/azure/active-directory/develop" }, "inclusionCriteria": { - "excludePullRequestTitles": true, + "omitPullRequestTitles" : true, "minAdditionsToFile" : 20, "maxFilesChanged": 50, "labels": [ @@ -17,7 +17,7 @@ }, "areas": [ { - "name": ".", + "names": [ "."], "heading": "Microsoft identity platform" } ]