Skip to content

Commit bdce8b8

Browse files
authored
Merge pull request #14484 from TwistedAlex/alexli/deprecateZoomReportsViaAzFun
Alexli/deprecate zoom reports via az fun
2 parents 8b5a5f2 + b68da94 commit bdce8b8

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

Solutions/ZoomReports/Data Connectors/ZoomReports_API_FunctionApp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "Zoom",
3-
"title": "Zoom Reports",
3+
"title": "[DEPRECATED] Zoom Reports",
44
"publisher": "Zoom",
55
"descriptionMarkdown": "The [Zoom](https://zoom.us/) Reports data connector provides the capability to ingest [Zoom Reports](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#tag/Reports) events into Microsoft Sentinel through the REST API. Refer to [API documentation](https://developers.zoom.us/docs/api/) for more information. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.",
66
"additionalRequirementBanner": "These queries and workbooks are dependent on a parser based on Kusto to work as expected. Follow the steps to use this Kusto functions alias **Zoom** in queries and workbooks [Follow steps to get this Kusto functions>](https://aka.ms/sentinel-ZoomAPI-parser).",

Solutions/ZoomReports/Data/Solution_ZoomReports.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"Workbooks/ZoomReports.json"
1515
],
1616
"BasePath": "C:\\GitHub\\Azure-Sentinel\\solutions\\ZoomReports",
17-
"Version": "3.0.10",
18-
"DataConnectorCCFVersion": "3.0.10",
17+
"Version": "3.0.11",
18+
"DataConnectorCCFVersion": "3.0.11",
1919
"Metadata": "SolutionMetadata.json",
2020
"TemplateSpec": true,
2121
"Is1PConnector": false
20.7 KB
Binary file not shown.

Solutions/ZoomReports/Package/mainTemplate.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"email": "support@microsoft.com",
5656
"_email": "[variables('email')]",
5757
"_solutionName": "ZoomReports",
58-
"_solutionVersion": "3.0.10",
58+
"_solutionVersion": "3.0.11",
5959
"solutionId": "azuresentinel.azure-sentinel-solution-zoomreports",
6060
"_solutionId": "[variables('solutionId')]",
6161
"uiConfigId1": "Zoom",
@@ -68,7 +68,7 @@
6868
"dataConnectorVersion1": "1.0.0",
6969
"_dataConnectorcontentProductId1": "[concat(take(variables('_solutionId'),50),'-','dc','-', uniqueString(concat(variables('_solutionId'),'-','DataConnector','-',variables('_dataConnectorContentId1'),'-', variables('dataConnectorVersion1'))))]",
7070
"workspaceResourceId": "[resourceId('microsoft.OperationalInsights/Workspaces', parameters('workspace'))]",
71-
"dataConnectorCCPVersion": "3.0.10",
71+
"dataConnectorCCPVersion": "3.0.11",
7272
"_dataConnectorContentIdConnectorDefinition2": "ZoomReportsConnector",
7373
"dataConnectorTemplateNameConnectorDefinition2": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition2')))]",
7474
"_dataConnectorContentIdConnections2": "ZoomReportsConnectorConnections",
@@ -100,7 +100,7 @@
100100
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
101101
],
102102
"properties": {
103-
"description": "ZoomReports data connector with template version 3.0.10",
103+
"description": "ZoomReports data connector with template version 3.0.11",
104104
"mainTemplate": {
105105
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
106106
"contentVersion": "[variables('dataConnectorVersion1')]",
@@ -116,7 +116,7 @@
116116
"properties": {
117117
"connectorUiConfig": {
118118
"id": "[variables('_uiConfigId1')]",
119-
"title": "Zoom Reports (using Azure Functions)",
119+
"title": "[DEPRECATED] Zoom Reports (using Azure Functions)",
120120
"publisher": "Zoom",
121121
"descriptionMarkdown": "The [Zoom](https://zoom.us/) Reports data connector provides the capability to ingest [Zoom Reports](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#tag/Reports) events into Microsoft Sentinel through the REST API. Refer to [API documentation](https://developers.zoom.us/docs/api/) for more information. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.",
122122
"additionalRequirementBanner": "These queries and workbooks are dependent on a parser based on Kusto to work as expected. Follow the steps to use this Kusto functions alias **Zoom** in queries and workbooks [Follow steps to get this Kusto functions>](https://aka.ms/sentinel-ZoomAPI-parser).",
@@ -296,7 +296,7 @@
296296
"contentSchemaVersion": "3.0.0",
297297
"contentId": "[variables('_dataConnectorContentId1')]",
298298
"contentKind": "DataConnector",
299-
"displayName": "Zoom Reports (using Azure Functions)",
299+
"displayName": "[DEPRECATED] Zoom Reports (using Azure Functions)",
300300
"contentProductId": "[variables('_dataConnectorcontentProductId1')]",
301301
"id": "[variables('_dataConnectorcontentProductId1')]",
302302
"version": "[variables('dataConnectorVersion1')]"
@@ -340,7 +340,7 @@
340340
"kind": "GenericUI",
341341
"properties": {
342342
"connectorUiConfig": {
343-
"title": "Zoom Reports (using Azure Functions)",
343+
"title": "[DEPRECATED] Zoom Reports (using Azure Functions)",
344344
"publisher": "Zoom",
345345
"descriptionMarkdown": "The [Zoom](https://zoom.us/) Reports data connector provides the capability to ingest [Zoom Reports](https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#tag/Reports) events into Microsoft Sentinel through the REST API. Refer to [API documentation](https://developers.zoom.us/docs/api/) for more information. The connector provides ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more.",
346346
"graphQueries": [
@@ -1930,7 +1930,7 @@
19301930
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
19311931
],
19321932
"properties": {
1933-
"description": "Zoom Data Parser with template version 3.0.10",
1933+
"description": "Zoom Data Parser with template version 3.0.11",
19341934
"mainTemplate": {
19351935
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
19361936
"contentVersion": "[variables('parserObject1').parserVersion1]",
@@ -2062,7 +2062,7 @@
20622062
"[extensionResourceId(resourceId('Microsoft.OperationalInsights/workspaces', parameters('workspace')), 'Microsoft.SecurityInsights/contentPackages', variables('_solutionId'))]"
20632063
],
20642064
"properties": {
2065-
"description": "ZoomReports Workbook with template version 3.0.10",
2065+
"description": "ZoomReports Workbook with template version 3.0.11",
20662066
"mainTemplate": {
20672067
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
20682068
"contentVersion": "[variables('workbookVersion1')]",
@@ -2146,7 +2146,7 @@
21462146
"apiVersion": "2023-04-01-preview",
21472147
"location": "[parameters('workspace-location')]",
21482148
"properties": {
2149-
"version": "3.0.10",
2149+
"version": "3.0.11",
21502150
"kind": "Solution",
21512151
"contentSchemaVersion": "3.0.0",
21522152
"displayName": "ZoomReports",

Solutions/ZoomReports/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.11 | 15-06-2026 | Deprecate Zoom Reports (using Azure Function) |
34
| 3.0.10 | 29-04-2026 | Bump version to 3.0.10 for a new publishing, same connector content as the previous one |
45
| 3.0.9 | 29-04-2026 | Update Cloud recording api polling interval to one day with one day delay to reduce duplication |
56
| 3.0.8 | 27-04-2026 | ZoomReports CCF Connector GA with updated parser |

0 commit comments

Comments
 (0)