From 5242d31334231a9e462ccc5154ba230d51bd00ff Mon Sep 17 00:00:00 2001 From: Ken Withee Date: Tue, 4 May 2021 13:14:47 -0700 Subject: [PATCH] Adds app proxy config. --- .whatsnew/.application-proxy.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .whatsnew/.application-proxy.json 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" + } + ] +}