File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -1350,7 +1350,7 @@ module uploadFiles 'br/public:avm/res/resources/deployment-script:0.5.1' = {
13501350 retentionInterval : 'P1D'
13511351 runOnce : true
13521352 primaryScriptUri : '${baseUrl }infra/scripts/copy_kb_files.sh'
1353- arguments : '${storageAccount .outputs .name } data ${baseUrl } ${userAssignedIdentity .outputs .clientId }'
1353+ arguments : '${storageAccount .outputs .name } ${baseUrl } ${userAssignedIdentity .outputs .clientId }'
13541354 storageAccountResourceId : storageAccount .outputs .resourceId
13551355 subnetResourceIds : enablePrivateNetworking ? [
13561356 virtualNetwork !.outputs .deploymentScriptsSubnetResourceId
Original file line number Diff line number Diff line change 22
33# Variables
44storageAccount=" $1 "
5- fileSystem=" $2 "
6- baseUrl=" $3 "
7- managedIdentityClientId=" $4 "
5+ baseUrl=" $2 "
6+ managedIdentityClientId=" $3 "
87
98zipFileName1=" call_transcripts.zip"
109extractedFolder1=" call_transcripts"
1110zipUrl1=${baseUrl} " infra/data/call_transcripts.zip"
1211
1312zipFileName2=" audio_data.zip"
14- extractedFolder2=" audiodata "
13+ extractedFolder2=" audio_data "
1514zipUrl2=${baseUrl} " infra/data/audio_data.zip"
1615
1716# Create folders if they do not exist
Original file line number Diff line number Diff line change 22
33# Variables
44storageAccount=" $1 "
5- fileSystem=" $2 "
6- baseUrl=" $3 "
7- managedIdentityClientId=" $4 "
5+ baseUrl=" $2 "
6+ managedIdentityClientId=" $3 "
87
98# zipFileName1="../data/call_transcripts.zip"
109# extractedFolder1="call_transcripts"
You can’t perform that action at this time.
0 commit comments