Skip to content

Commit 00423e9

Browse files
DISPLAY_CHART_DEFAULT set to false
1 parent 41b80ff commit 00423e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ module backend_docker 'deploy_backend_docker.bicep'= {
219219
AZURE_AI_SEARCH_ENDPOINT: aifoundry.outputs.aiSearchTarget
220220
AZURE_AI_SEARCH_INDEX: 'call_transcripts_index'
221221
USE_AI_PROJECT_CLIENT:'False'
222-
DISPLAY_CHART_DEFAULT:'True'
222+
DISPLAY_CHART_DEFAULT:'False'
223223
}
224224
}
225225
scope: resourceGroup(resourceGroup().name)

infra/main.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.34.44.8038",
8-
"templateHash": "8480202508545269208"
8+
"templateHash": "10251291785467156580"
99
}
1010
},
1111
"parameters": {
@@ -2013,7 +2013,7 @@
20132013
"AZURE_AI_SEARCH_ENDPOINT": "[reference(extensionResourceId(format('/subscriptions/{0}/resourceGroups/{1}', subscription().subscriptionId, resourceGroup().name), 'Microsoft.Resources/deployments', 'deploy_ai_foundry'), '2022-09-01').outputs.aiSearchTarget.value]",
20142014
"AZURE_AI_SEARCH_INDEX": "call_transcripts_index",
20152015
"USE_AI_PROJECT_CLIENT": "False",
2016-
"DISPLAY_CHART_DEFAULT": "True"
2016+
"DISPLAY_CHART_DEFAULT": "False"
20172017
}
20182018
}
20192019
},

0 commit comments

Comments
 (0)