Skip to content

Commit f033729

Browse files
authored
Merge pull request #11679 from ni-bhandari/nibhandari/update-mdti-featureflags
[ThreatIntelligence] Update feature flags for data connectors
2 parents b2f891b + 982c5ae commit f033729

12 files changed

+915
-1015
lines changed

Solutions/Threat Intelligence Solution for Azure Government/Data/Solution_ThreatIntelligenceFairfax.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"Solutions/Threat Intelligence Solution for Azure Government/Analytic Rules/IPEntity_DuoSecurity.yaml"
5757
],
5858
"BasePath": "C:\\GitHub\\Azure-Sentinel",
59-
"Version": "3.0.3",
59+
"Version": "3.0.4",
6060
"Metadata": "SolutionMetadata.json",
6161
"TemplateSpec": true,
6262
"StaticDataConnectorIds": [
Binary file not shown.

Solutions/Threat Intelligence Solution for Azure Government/Package/mainTemplate.json

Lines changed: 344 additions & 344 deletions
Large diffs are not rendered by default.

Solutions/Threat Intelligence Solution for Azure Government/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|---------------------------------------------|
3+
| 3.0.4 | 01-15-2025 | Updated feature flags for PMDTI and MDTI for GA, and Upload API for PP. |
34
| 3.0.3 | 28-11-2024 | Removed (Preview) from name for **Data Connectors** Microsoft Defender Threat Intelligence and Premium Microsoft Defender Threat Intelligence, make the MDTI and PMDTI data connctors available in gov solution, and update descriptions of data connectors. |
45
| 3.0.2 | 19-08-2024 | Updated isConnectedQuery for **Data Connector** of "Threat Intelligence Upload Indicators API". |
56
| 3.0.1 | 06-08-2024 | Updated the URL in **data connector** |

Solutions/Threat Intelligence/Data Connectors/template_MicrosoftDefenderThreatIntelligence.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@
3939
}
4040
],
4141
"availability": {
42-
"status": 2,
43-
"isPreview": true,
42+
"status": 3,
43+
"isPreview": false,
4444
"featureFlag": {
4545
"feature": "msticonnector",
4646
"featureStates": {
47-
"1": 1,
48-
"2": 1,
49-
"3": 1,
50-
"4": 1
47+
"1": 3,
48+
"2": 3,
49+
"3": 3,
50+
"4": 3,
51+
"5": 3,
52+
"6": 2,
53+
"7": 2
5154
}
5255
}
5356
},

Solutions/Threat Intelligence/Data Connectors/template_PremiumMicrosoftDefenderThreatIntelligence.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@
3939
}
4040
],
4141
"availability": {
42-
"status": 2,
43-
"isPreview": true,
42+
"status": 3,
43+
"isPreview": false,
4444
"featureFlag": {
4545
"feature": "premiummdticonnector",
46-
"featureStates": {
47-
"1": 1,
48-
"2": 1,
49-
"3": 1,
50-
"4": 1
46+
"featureStates": {
47+
"1": 3,
48+
"2": 3,
49+
"3": 3,
50+
"4": 3,
51+
"5": 3,
52+
"6": 1,
53+
"7": 1
5154
}
5255
}
5356
},

Solutions/Threat Intelligence/Data Connectors/template_ThreatIntelligenceUploadIndicators.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"availability": {
34-
"status": 1,
34+
"status": 2,
3535
"isPreview": true
3636
},
3737
"permissions": {

Solutions/Threat Intelligence/Data Connectors/template_ThreatIntelligenceUploadIndicators_ForGov.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"availability": {
34-
"status": 1,
34+
"status": 2,
3535
"isPreview": true
3636
},
3737
"permissions": {

Solutions/Threat Intelligence/Data/Solution_ThreatIntelligenceTemplateSpec.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
7777
],
7878
"Metadata": "SolutionMetadata.json",
7979
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Threat Intelligence\\",
80-
"Version": "3.0.8",
80+
"Version": "3.1.0",
8181
"TemplateSpec": true,
8282
"StaticDataConnectorIds": [
8383
"ThreatIntelligenceTaxii",
8484
"ThreatIntelligence",
85-
"MicrosoftDefenderThreatIntelligence"
85+
"MicrosoftDefenderThreatIntelligence",
86+
"PremiumMicrosoftDefenderForThreatIntelligence"
8687
]
8788
}
54.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)