Skip to content

Commit 2199e4b

Browse files
authored
build ccf mainTemplate json using v3 tool (#3)
* recompile using v3 tool * recompile using v3 tool * self review * follow up from claude on depends for contentPackages * revert * cleanup * minimize diff
1 parent 45e34a7 commit 2199e4b

File tree

8 files changed

+214
-282
lines changed

8 files changed

+214
-282
lines changed

Solutions/Feedly/Data Connectors/Feedly_CCF/Feedly_DataConnectorDefinition.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,13 @@
9090
"name": "feedlyStreamIds",
9191
"required": true
9292
}
93+
},
94+
{
95+
"type": "ConnectionToggleButton",
96+
"parameters": {
97+
"connectLabel": "Connect",
98+
"name": "connect"
99+
}
93100
}
94101
],
95102
"title": "Connect to Feedly to start collecting IoCs in Microsoft Sentinel"

Solutions/Feedly/Package/3.0.4.zip

-1.16 KB
Binary file not shown.

Solutions/Feedly/Package/3.0.5.zip

-7.33 KB
Binary file not shown.

Solutions/Feedly/Package/3.0.6.zip

-7.37 KB
Binary file not shown.

Solutions/Feedly/Package/3.0.7.zip

-6.99 KB
Binary file not shown.

Solutions/Feedly/Package/createUiDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
"name": "dataconnectors1-text",
6161
"type": "Microsoft.Common.TextBlock",
6262
"options": {
63-
"text": "This Solution installs the data connector for Feedly. You can get Feedly custom log data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
63+
"text": "This Solution installs the data connector for Feedly IoC. You can get Feedly IoC data in your Microsoft Sentinel workspace. After installing the solution, configure and enable this data connector by following guidance in Manage solution view."
6464
}
6565
},
6666
{
67-
"name": "dataconnectors-link2",
67+
"name": "dataconnectors-link1",
6868
"type": "Microsoft.Common.TextBlock",
6969
"options": {
7070
"link": {

Solutions/Feedly/Package/mainTemplate.json

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

Solutions/Feedly/ReleaseNotes.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|-----------------------------------------------------------------|
3-
| 3.0.7 | 02-02-2026 | Migrate to CCF connector |
4-
| 3.0.6 | 15-10-2025 | Fix zip file and remove pandas dependency. |
5-
| 3.0.5 | 14-10-2025 | Fix dependencies and default parameters. |
6-
| 3.0.4 | 11-10-2025 | Migrated to Logs Ingestion API from deprecated HTTP Data Collector API. Now requires DCE, DCR, and Azure AD authentication. See deployment instructions for setup details. |
3+
| 3.0.4 | 16-02-2026 | Migrate to CCF connector |
74
| 3.0.3 | 28-11-2023 | Added missing python packages to the **Data Connector** |
85
| 3.0.2 | 10-11-2023 | Fixed the app service plan |
96
| 3.0.1 | 25-10-2023 | Fixed the runtime of the functionapp for the **Data Connector** |

0 commit comments

Comments
 (0)