From 8ef3437ac665815d6d893446980908ce13470910 Mon Sep 17 00:00:00 2001 From: Henry Mbugua <82150047+henrymbuguakiarie@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:29:03 +0300 Subject: [PATCH] restore file --- .whatsnew/.application-management.json | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.whatsnew/.application-management.json b/.whatsnew/.application-management.json index 437a86335963d..02cdda7720cf3 100644 --- a/.whatsnew/.application-management.json +++ b/.whatsnew/.application-management.json @@ -3,19 +3,22 @@ "docSetProductName": "Azure Active Directory application management", "rootDirectory": "articles/active-directory/manage-apps/", "docLinkSettings": { - "linkFormat": "relative", - "relativeLinkPrefix": "/azure/active-directory/manage-apps" + "linkFormat": "relative", + "relativeLinkPrefix": "/azure/active-directory/manage-apps" }, "inclusionCriteria": { - "omitPullRequestTitles": true, - "minAdditionsToFile": 10, - "maxFilesChanged": 50, - "labels": ["label:active-directory/svc", "label:app-mgmt/subsvc"] + "excludePullRequestTitles": true, + "minAdditionsToFile" : 10, + "maxFilesChanged": 50, + "labels": [ + "label:active-directory/svc", + "label:app-mgmt/subsvc" + ] }, "areas": [ - { - "name": ["."], - "heading": "Azure Active Directory application management" - } + { + "name": ".", + "heading": "Azure Active Directory application management" + } ] -} +} \ No newline at end of file