Skip to content

Commit

Permalink
adding new whatsnews
Browse files Browse the repository at this point in the history
  • Loading branch information
rayne-wiselman committed May 18, 2021
1 parent a625798 commit 436abab
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .whatsnew/.sentinel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Sentinel",
"rootDirectory": "articles/sentinel/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/sentinel/"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 20
"maxFilesChanged": 50,
"labels": [
"label:azure-sentinel/svc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Sentinel"
},
]
}
23 changes: 23 additions & 0 deletions .whatsnew/defender-for-iot.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Defender for IoT",
"rootDirectory": "articles/defender-for-iot/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/defender-for-iot/"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 20
"maxFilesChanged": 50,
"labels": [
"label:defender-for-iot/svc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Defender for IoT"
},
]
}
23 changes: 23 additions & 0 deletions .whatsnew/security-center.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://whatsnewapi.azurewebsites.net/schema",
"docSetProductName": "Security Center",
"rootDirectory": "articles/security-center/",
"docLinkSettings": {
"linkFormat": "relative",
"relativeLinkPrefix": "/azure/security-center/"
},
"inclusionCriteria": {
"excludePullRequestTitles": true,
"minAdditionsToFile" : 20
"maxFilesChanged": 50,
"labels": [
"label:security-center/svc"
]
},
"areas": [
{
"name": ".",
"heading": "Azure Security Center"
},
]
}

0 comments on commit 436abab

Please sign in to comment.