Skip to content

Commit c2a27ff

Browse files
remove table retention (use default) and keep connector in Public Preview; sync solution package + release note (v3.1.0)
1 parent 9a80f2f commit c2a27ff

7 files changed

Lines changed: 4 additions & 10 deletions

File tree

Solutions/AirlockDigital/Data Connectors/AirlockDigital_CCF/AirlockDigital_ConnectorDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
],
6666
"availability": {
67-
"isPreview": false,
67+
"isPreview": true,
6868
"status": 1
6969
},
7070
"permissions": {

Solutions/AirlockDigital/Data Connectors/AirlockDigital_CCF/table_AirlockDigitalExecutionHistories.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Category": "ExecutionHistory"
99
},
1010
"properties": {
11-
"retentionInDays": 90,
1211
"schema": {
1312
"name": "AirlockDigitalExecutionHistories_CL",
1413
"description": "Airlock Digital Execution History Logs",

Solutions/AirlockDigital/Data Connectors/AirlockDigital_CCF/table_AirlockDigitalFileActivitySummary.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Category": "Summary"
99
},
1010
"properties": {
11-
"retentionInDays": 90,
1211
"schema": {
1312
"name": "AirlockDigitalFileActivitySummary_CL",
1413
"description": "Airlock Digital File Activity Summary",

Solutions/AirlockDigital/Data Connectors/AirlockDigital_CCF/table_AirlockDigitalServerActivities.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"Category": "ServerActivities"
99
},
1010
"properties": {
11-
"retentionInDays": 90,
1211
"schema": {
1312
"name": "AirlockDigitalServerActivities_CL",
1413
"description": "Airlock Digital Server Activity History Logs",
-26 Bytes
Binary file not shown.

Solutions/AirlockDigital/Package/mainTemplate.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
}
167167
],
168168
"availability": {
169-
"isPreview": false,
169+
"isPreview": true,
170170
"status": 1
171171
},
172172
"permissions": {
@@ -594,7 +594,6 @@
594594
"location": "[parameters('workspace-location')]",
595595
"kind": null,
596596
"properties": {
597-
"retentionInDays": 90,
598597
"schema": {
599598
"name": "AirlockDigitalFileActivitySummary_CL",
600599
"description": "Airlock Digital File Activity Summary",
@@ -700,7 +699,6 @@
700699
"location": "[parameters('workspace-location')]",
701700
"kind": null,
702701
"properties": {
703-
"retentionInDays": 90,
704702
"schema": {
705703
"name": "AirlockDigitalExecutionHistories_CL",
706704
"description": "Airlock Digital Execution History Logs",
@@ -851,7 +849,6 @@
851849
"location": "[parameters('workspace-location')]",
852850
"kind": null,
853851
"properties": {
854-
"retentionInDays": 90,
855852
"schema": {
856853
"name": "AirlockDigitalServerActivities_CL",
857854
"description": "Airlock Digital Server Activity History Logs",
@@ -972,7 +969,7 @@
972969
}
973970
],
974971
"availability": {
975-
"isPreview": false,
972+
"isPreview": true,
976973
"status": 1
977974
},
978975
"permissions": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
| **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** |
22
|-------------|--------------------------------|--------------------------------------------------------------|
3-
| 3.1.0 | 23-07-2026 | Added multi-instance support: multiple simultaneous Airlock Digital server connections via a grid and context-pane UX with a multi-select data type dropdown and per-connection friendly name. Added a ConnectorName column to all data tables to identify the originating connection. Fixed log ingestion: increased data connector poller timeout to 120s and corrected the pagination token path to slice notation for Server Activities and Execution Histories to resolve fetch timeouts and out-of-range paging errors. Removed deprecated graphQueriesTableName property (hardcoded table names in queries) and promoted the connector from public preview to GA. |
3+
| 3.1.0 | 23-07-2026 | Added multi-instance support: multiple simultaneous Airlock Digital server connections via a grid and context-pane UX with a multi-select data type dropdown and per-connection friendly name. Added a ConnectorName column to all data tables to identify the originating connection. Fixed log ingestion: increased data connector poller timeout to 120s and corrected the pagination token path to slice notation for Server Activities and Execution Histories to resolve fetch timeouts and out-of-range paging errors. Removed deprecated graphQueriesTableName property (hardcoded table names in queries). |
44
| 3.0.1 | 02-06-2026 | Fixed: Removed empty ApiKeyIdentifier field for Partner Center certification compliance. Fixed UX description typo. |
55
| 3.0.0 | 20-05-2026 | Created a Data Connector for Airlock Digital CCF Container with Server Activities, Execution Histories, and File Activity Summary data streams. |

0 commit comments

Comments
 (0)