File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -451,3 +451,4 @@ output SEARCH_DATA_FOLDER string = isWorkshop ? 'data/default/documents' : ''
451451output AZURE_AI_SEARCH_CONNECTION_NAME string = isWorkshop ? aifoundry .outputs .aiSearchConnectionName : ''
452452output AZURE_AI_PROJECT_ENDPOINT string = aifoundry .outputs .projectEndpoint
453453output IS_WORKSHOP bool = isWorkshop
454+ output AZURE_ENV_ONLY bool = azureEnvOnly
Original file line number Diff line number Diff line change 55 "_generator" : {
66 "name" : " bicep" ,
77 "version" : " 0.40.2.10011" ,
8- "templateHash" : " 5328852932549604918 "
8+ "templateHash" : " 17800107476078640122 "
99 }
1010 },
1111 "parameters" : {
149149 },
150150 "imageTag" : {
151151 "type" : " string" ,
152- "defaultValue" : " [if(parameters('isWorkshop'), 'latest_waf ', 'latest_v2')]"
152+ "defaultValue" : " [if(parameters('isWorkshop'), 'latest_workshop ', 'latest_v2')]"
153153 },
154154 "deployApp" : {
155155 "type" : " bool" ,
43544354 "IS_WORKSHOP" : {
43554355 "type" : " bool" ,
43564356 "value" : " [parameters('isWorkshop')]"
4357+ },
4358+ "AZURE_ENV_ONLY" : {
4359+ "type" : " bool" ,
4360+ "value" : " [parameters('azureEnvOnly')]"
43574361 }
43584362 }
43594363}
You can’t perform that action at this time.
0 commit comments