Skip to content

Commit fdd8c0f

Browse files
authored
Merge pull request #13133 from jlheard/user/jlheard/oci/add-partition-id-description
[OCI Connector] - Add zero-based indexing description to partition id textbox
2 parents 814e4fc + 7606623 commit fdd8c0f

File tree

7 files changed

+56
-51
lines changed

7 files changed

+56
-51
lines changed

Solutions/Oracle Cloud Infrastructure/Data Connectors/Oracle_Cloud_Infrastructure_CCP/OCI_DataConnector_DataConnectorDefinition.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"required": true,
109109
"placeholder": "Provide the Partition Id. (E.g. 0 or 1 or 2)",
110110
"type": "text",
111-
"name": "partitions"
111+
"name": "partitions",
112+
"description": "The partition ID uses zero-based indexing. For example, if a stream has 3 partitions, the valid partition IDs are 0, 1, or 2."
112113
}
113114
},
114115
{

Solutions/Oracle Cloud Infrastructure/Data Connectors/Oracle_Cloud_Infrastructure_CCP/azuredeploy_OCI_DataConnector_poller_connector.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@
187187
"parameters": {
188188
"label": "Partition Id",
189189
"required": true,
190-
"placeholder": "Provide the Partition Id.",
190+
"placeholder": "Provide the Partition Id. (E.g. 0 or 1 or 2)",
191191
"type": "text",
192-
"name": "partitions"
192+
"name": "partitions",
193+
"description": "The partition ID uses zero-based indexing. For example, if a stream has 3 partitions, the valid partition IDs are 0, 1, or 2."
193194
}
194195
},
195196
{

Solutions/Oracle Cloud Infrastructure/Data/Solution_OCILogs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"Parsers/OCILogs.yaml"
3838
],
3939
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Oracle Cloud Infrastructure",
40-
"Version": "3.0.3",
40+
"Version": "3.0.5",
4141
"Metadata": "SolutionMetadata.json",
4242
"TemplateSpec": true,
4343
"Is1Pconnector": false
23.7 KB
Binary file not shown.

Solutions/Oracle Cloud Infrastructure/Package/createUiDefinition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"name": "dataconnectors1-text",
6161
"type": "Microsoft.Common.TextBlock",
6262
"options": {
63-
"text": "This Solution installs the data connector for Oracle Cloud Infrastructure. You can get Oracle Cloud Infrastructure 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 Oracle Cloud Infrastructure (via Codeless Connector Framework). You can get Oracle Cloud Infrastructure (via Codeless Connector Framework) 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
{

Solutions/Oracle Cloud Infrastructure/Package/mainTemplate.json

Lines changed: 48 additions & 46 deletions
Large diffs are not rendered by default.

Solutions/Oracle Cloud Infrastructure/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.5 | 13-11-2025 | Updated partition id text box's description with zero-based indexing. |
34
| 3.0.4 | 22-09-2025 | Updated the OCI **CCF Data Connector** instructions to include information about the partition ID limitation. |
45
| 3.0.3 | 25-08-2025 | Moving OCI **CCF Data Connector** to GA |
56
| 3.0.2 | 14-07-2025 | Introduced new **CCF Connector** to the Solution - "OCI-Connector-CCP-Definition".|

0 commit comments

Comments
 (0)