Skip to content

Commit

Permalink
Merge pull request #11679 from ni-bhandari/nibhandari/update-mdti-fea…
Browse files Browse the repository at this point in the history
…tureflags

[ThreatIntelligence] Update feature flags for data connectors
  • Loading branch information
v-prasadboke authored Jan 20, 2025
2 parents b2f891b + 982c5ae commit f033729
Show file tree
Hide file tree
Showing 12 changed files with 915 additions and 1,015 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"Solutions/Threat Intelligence Solution for Azure Government/Analytic Rules/IPEntity_DuoSecurity.yaml"
],
"BasePath": "C:\\GitHub\\Azure-Sentinel",
"Version": "3.0.3",
"Version": "3.0.4",
"Metadata": "SolutionMetadata.json",
"TemplateSpec": true,
"StaticDataConnectorIds": [
Expand Down
Binary file not shown.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.4 | 01-15-2025 | Updated feature flags for PMDTI and MDTI for GA, and Upload API for PP. |
| 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. |
| 3.0.2 | 19-08-2024 | Updated isConnectedQuery for **Data Connector** of "Threat Intelligence Upload Indicators API". |
| 3.0.1 | 06-08-2024 | Updated the URL in **data connector** |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@
}
],
"availability": {
"status": 2,
"isPreview": true,
"status": 3,
"isPreview": false,
"featureFlag": {
"feature": "msticonnector",
"featureStates": {
"1": 1,
"2": 1,
"3": 1,
"4": 1
"1": 3,
"2": 3,
"3": 3,
"4": 3,
"5": 3,
"6": 2,
"7": 2
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@
}
],
"availability": {
"status": 2,
"isPreview": true,
"status": 3,
"isPreview": false,
"featureFlag": {
"feature": "premiummdticonnector",
"featureStates": {
"1": 1,
"2": 1,
"3": 1,
"4": 1
"featureStates": {
"1": 3,
"2": 3,
"3": 3,
"4": 3,
"5": 3,
"6": 1,
"7": 1
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"availability": {
"status": 1,
"status": 2,
"isPreview": true
},
"permissions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
}
],
"availability": {
"status": 1,
"status": 2,
"isPreview": true
},
"permissions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@
],
"Metadata": "SolutionMetadata.json",
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Threat Intelligence\\",
"Version": "3.0.8",
"Version": "3.1.0",
"TemplateSpec": true,
"StaticDataConnectorIds": [
"ThreatIntelligenceTaxii",
"ThreatIntelligence",
"MicrosoftDefenderThreatIntelligence"
"MicrosoftDefenderThreatIntelligence",
"PremiumMicrosoftDefenderForThreatIntelligence"
]
}
Binary file added Solutions/Threat Intelligence/Package/3.1.0.zip
Binary file not shown.
1,197 changes: 544 additions & 653 deletions Solutions/Threat Intelligence/Package/mainTemplate.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Solutions/Threat Intelligence/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
|-------------|--------------------------------|---------------------------------------------|
| 3.0.10 | 01-15-2025 | Updated feature flags for PMDTI and MDTI for GA, and Upload API for PP. |
| 3.0.9 | 04-12-2024 | Modified DomainEntity_EmailUrlInfo **Analytic Rule** to resolve memory issues |
| 3.0.8 | 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. |
| 3.0.7 | 24-10-2024 | Updated Columns of **Analytical Rules** |
Expand Down

0 comments on commit f033729

Please sign in to comment.