Skip to content

Commit 9883f75

Browse files
update metadata alphabetical placement
and updated description to reflect actual role
1 parent 3215e31 commit 9883f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/create-codeless-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Here's the `connectorUiConfig` sections and syntax needed to configure the user
7373
|**graphQueries** | [graphQueries[]](#graphqueries) | Queries that present data ingestion over the last two weeks in the **Data charts** pane.<br><br>Provide either one query for all of the data connector's data types, or a different query for each data type. |
7474
|**graphQueriesTableName** | String | Defines the name of the Log Analytics table from which data for your queries is pulled. <br><br>The table name can be any string, but must end in `_CL`. For example: `TableName_CL`|
7575
|**instructionsSteps** | [instructionSteps[]](#instructionsteps) | An array of widget parts that explain how to install the connector, displayed on the **Instructions** tab. |
76+
|**metadata** | [metadata](#metadata) | Metadata displayed under the connector description. |
7677
|**permissions** | [permissions[]](#permissions) | The information displayed under the **Prerequisites** section of the UI which Lists the permissions required to enable or disable the connector. |
7778
|**publisher** | String | This is the text shown in the **Provider** section. |
7879
|**sampleQueries** | [sampleQueries[]](#samplequeries) | Sample queries for the customer to understand how to find the data in the event log, to be displayed in the **Next steps** tab. |
7980
|**title** | String |Title displayed in the data connector page. |
80-
|**metadata** | [metadata](#metadata) | ARM template metadata, for deploying the connector as an ARM template. |
8181

8282
Putting all these pieces together is complicated. Use the [connector page user experience validation tool](#validate-the-data-connector-page-user-experience) to test out the components you put together.
8383

0 commit comments

Comments
 (0)