Skip to content

Commit 0328f54

Browse files
small edit
1 parent 55138bf commit 0328f54

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
@@ -425,7 +425,7 @@ These recommended variables help simplify the template. Use more or less as need
425425
"_solutionId": "azuresentinel.azure-sentinel-solution-azuresentinel.azure-sentinel-MySolution", // Enter a name for your solution with this format but exchange the 'MySolution' portion
426426
"dataConnectorVersionConnectorDefinition": "1.0.0",
427427
"dataConnectorVersionConnections": "1.0.0",
428-
"_solutionTier": "Community", // This designates the appropriate support - all custom data connectors should "Community"
428+
"_solutionTier": "Community", // This designates the appropriate support - all custom data connectors are "Community"
429429
"_dataConnectorContentIdConnectorDefinition": "MySolutionTemplateConnectorDefinition", // Enter a name for the connector
430430
"dataConnectorTemplateNameConnectorDefinition": "[concat(parameters('workspace'),'-dc-',uniquestring(variables('_dataConnectorContentIdConnectorDefinition')))]",
431431
"_dataConnectorContentIdConnections": "MySolutionTemplateConnections", // Enter a name for the connections this connector makes

0 commit comments

Comments
 (0)