Skip to content

Commit b68da94

Browse files
committed
change title of the AzFun json file
1 parent 1afe9e4 commit b68da94

3 files changed

Lines changed: 4 additions & 4 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": "[DEPRECATED] Zoom Reports (using Azure Function)",
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).",
-4 Bytes
Binary file not shown.

Solutions/ZoomReports/Package/mainTemplate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"properties": {
117117
"connectorUiConfig": {
118118
"id": "[variables('_uiConfigId1')]",
119-
"title": "[DEPRECATED] Zoom Reports (using Azure Function) (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": "[DEPRECATED] Zoom Reports (using Azure Function) (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": "[DEPRECATED] Zoom Reports (using Azure Function) (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": [

0 commit comments

Comments
 (0)