Skip to content

Commit 5a64d74

Browse files
fix: Replace hardcoded values with tokens in dashboard configuration
1 parent 499011e commit 5a64d74

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/definitions/realTimeDashboard/.platform

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/fabric/gitIntegration/platformProperties/2.0.0/schema.json",
33
"metadata": {
44
"type": "KQLDashboard",
5-
"displayName": "rti_dashboard_rtichange55sji2r",
6-
"description": "Real-Time Intelligence Dashboard: rti_dashboard_rtichange55sji2r"
5+
"displayName": "__TOKEN_displayName_1__",
6+
"description": "__TOKEN_description_1__"
77
},
88
"config": {
99
"version": "2.0",

src/definitions/realTimeDashboard/RealTimeDashboard.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@
526526
{
527527
"kind": "kusto-trident",
528528
"scopeId": "kusto-trident",
529-
"clusterUri": "https://trd-jbpewx6g2uerkj707g.z0.kusto.fabric.microsoft.com",
530-
"database": "b5cee127-3fb5-4417-8024-3a0e69f126fa",
529+
"clusterUri": "__TOKEN_clusterUri_1__",
530+
"database": "__TOKEN_database_1__",
531531
"name": "manufacturing_eventhouse",
532532
"id": "dc5f8f55-0327-42f8-b5fb-32f58e44be07",
533-
"workspace": "06726b12-6543-4e1c-b5e5-6f11596fb669",
533+
"workspace": "__TOKEN_workspace_1__",
534534
"queryResultsCacheMaxAge": 3600000
535535
}
536536
],
@@ -686,4 +686,4 @@
686686
}
687687
],
688688
"title": "rti_dashboard_rtichange55sji2r"
689-
}
689+
}

0 commit comments

Comments
 (0)