Fix Azure Data Explorer strings (#119067)

This commit is contained in:
Joost Lekkerkerker 2024-06-07 16:31:50 +02:00 committed by Franck Nijhof
parent 093f07c04e
commit ed22e98861
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -5,12 +5,13 @@
"title": "Setup your Azure Data Explorer integration", "title": "Setup your Azure Data Explorer integration",
"description": "Enter connection details.", "description": "Enter connection details.",
"data": { "data": {
"clusteringesturi": "Cluster Ingest URI", "cluster_ingest_uri": "Cluster ingest URI",
"database": "Database name", "database": "Database name",
"table": "Table name", "table": "Table name",
"client_id": "Client ID", "client_id": "Client ID",
"client_secret": "Client secret", "client_secret": "Client secret",
"authority_id": "Authority ID" "authority_id": "Authority ID",
"use_queued_ingestion": "Use queued ingestion"
} }
} }
}, },