Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ThreatIntelligence] Update feature flags for data connectors #11679

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading