diff --git a/.whatsnew/.application-proxy.json b/.whatsnew/.application-proxy.json new file mode 100644 index 0000000000000..97f88bb178739 --- /dev/null +++ b/.whatsnew/.application-proxy.json @@ -0,0 +1,24 @@ +{ + "$schema": "https://whatsnewapi.azurewebsites.net/schema", + "docSetProductName": "Azure Active Directory application proxy", + "rootDirectory": "articles/active-directory/app-proxy/", + "docLinkSettings": { + "linkFormat": "relative", + "relativeLinkPrefix": "/azure/active-directory/app-proxy" + }, + "inclusionCriteria": { + "excludePullRequestTitles": true, + "minAdditionsToFile" : 2, + "maxFilesChanged": 50, + "labels": [ + "label:active-directory/svc", + "label:app-proxy/subsvc" + ] + }, + "areas": [ + { + "name": ".", + "heading": "Azure Active Directory application proxy" + } + ] +}