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