Skip to content

Commit 92aa184

Browse files
updated pipeline
1 parent 88699ac commit 92aa184

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

.github/workflows/deploy-KMGeneric.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
104104
- name: Determine Tag Name Based on Branch
105105
id: determine_tag
106-
run: echo "tagname=${{ github.ref_name == 'main' && 'latest' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || github.ref_name == 'dependabotchanges' && 'dependabotchanges' || github.head_ref || 'default' }}" >> $GITHUB_OUTPUT
106+
run: echo "tagname=${{ github.ref_name == 'main' && 'latest_migrated' || github.ref_name == 'dev' && 'dev' || github.ref_name == 'demo' && 'demo' || github.ref_name == 'dependabotchanges' && 'dependabotchanges' || github.head_ref || 'default' }}" >> $GITHUB_OUTPUT
107107

108108
- name: Deploy Bicep Template
109109
id: deploy

infra/main.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"metadata": {
55
"_generator": {
66
"name": "bicep",
7-
"version": "0.35.1.17967",
8-
"templateHash": "4422559797427921508"
7+
"version": "0.33.93.31351",
8+
"templateHash": "17488426294766268611"
99
}
1010
},
1111
"parameters": {
@@ -128,8 +128,8 @@
128128
"metadata": {
129129
"_generator": {
130130
"name": "bicep",
131-
"version": "0.35.1.17967",
132-
"templateHash": "3577716481523254546"
131+
"version": "0.33.93.31351",
132+
"templateHash": "11920656242524003012"
133133
}
134134
},
135135
"parameters": {
@@ -240,8 +240,8 @@
240240
"metadata": {
241241
"_generator": {
242242
"name": "bicep",
243-
"version": "0.35.1.17967",
244-
"templateHash": "4322902206161965243"
243+
"version": "0.33.93.31351",
244+
"templateHash": "8736572098206132937"
245245
}
246246
},
247247
"parameters": {
@@ -386,8 +386,8 @@
386386
"metadata": {
387387
"_generator": {
388388
"name": "bicep",
389-
"version": "0.35.1.17967",
390-
"templateHash": "8627123677898681051"
389+
"version": "0.33.93.31351",
390+
"templateHash": "10839472820726017192"
391391
}
392392
},
393393
"parameters": {
@@ -1083,8 +1083,8 @@
10831083
"metadata": {
10841084
"_generator": {
10851085
"name": "bicep",
1086-
"version": "0.35.1.17967",
1087-
"templateHash": "15989391424807539709"
1086+
"version": "0.33.93.31351",
1087+
"templateHash": "14620142974675285735"
10881088
}
10891089
},
10901090
"parameters": {
@@ -1267,8 +1267,8 @@
12671267
"metadata": {
12681268
"_generator": {
12691269
"name": "bicep",
1270-
"version": "0.35.1.17967",
1271-
"templateHash": "13542293930946641523"
1270+
"version": "0.33.93.31351",
1271+
"templateHash": "12347068855899407617"
12721272
}
12731273
},
12741274
"parameters": {
@@ -1479,8 +1479,8 @@
14791479
"metadata": {
14801480
"_generator": {
14811481
"name": "bicep",
1482-
"version": "0.35.1.17967",
1483-
"templateHash": "1810228841691441178"
1482+
"version": "0.33.93.31351",
1483+
"templateHash": "10845724333769330719"
14841484
}
14851485
},
14861486
"parameters": {
@@ -1696,8 +1696,8 @@
16961696
"metadata": {
16971697
"_generator": {
16981698
"name": "bicep",
1699-
"version": "0.35.1.17967",
1700-
"templateHash": "5501823863095481452"
1699+
"version": "0.33.93.31351",
1700+
"templateHash": "16243838204790550721"
17011701
}
17021702
},
17031703
"parameters": {
@@ -1876,8 +1876,8 @@
18761876
"metadata": {
18771877
"_generator": {
18781878
"name": "bicep",
1879-
"version": "0.35.1.17967",
1880-
"templateHash": "3388883066287739760"
1879+
"version": "0.33.93.31351",
1880+
"templateHash": "3990461296238110870"
18811881
},
18821882
"description": "Creates an Azure App Service plan."
18831883
},
@@ -2025,8 +2025,8 @@
20252025
"metadata": {
20262026
"_generator": {
20272027
"name": "bicep",
2028-
"version": "0.35.1.17967",
2029-
"templateHash": "3979043666234492120"
2028+
"version": "0.33.93.31351",
2029+
"templateHash": "1048230098337804947"
20302030
}
20312031
},
20322032
"parameters": {
@@ -2065,7 +2065,7 @@
20652065
"variables": {
20662066
"imageName": "[format('DOCKER|kmcontainerreg.azurecr.io/km-api:{0}', parameters('imageTag'))]",
20672067
"name": "[format('{0}-api', parameters('solutionName'))]",
2068-
"reactAppLayoutConfig": "{\n \"appConfig\": {\n \"THREE_COLUMN\": {\n \"DASHBOARD\": 50,\n \"CHAT\": 33,\n \"CHATHISTORY\": 17\n },\n \"TWO_COLUMN\": {\n \"DASHBOARD_CHAT\": {\n \"DASHBOARD\": 65,\n \"CHAT\": 35\n },\n \"CHAT_CHATHISTORY\": {\n \"CHAT\": 80,\n \"CHATHISTORY\": 20\n }\n }\n },\n \"charts\": [\n {\n \"id\": \"SATISFIED\",\n \"name\": \"Satisfied\",\n \"type\": \"card\",\n \"layout\": { \"row\": 1, \"column\": 1, \"height\": 11 }\n },\n {\n \"id\": \"TOTAL_CALLS\",\n \"name\": \"Total Calls\",\n \"type\": \"card\",\n \"layout\": { \"row\": 1, \"column\": 2, \"span\": 1 }\n },\n {\n \"id\": \"AVG_HANDLING_TIME\",\n \"name\": \"Average Handling Time\",\n \"type\": \"card\",\n \"layout\": { \"row\": 1, \"column\": 3, \"span\": 1 }\n },\n {\n \"id\": \"SENTIMENT\",\n \"name\": \"Topics Overview\",\n \"type\": \"donutchart\",\n \"layout\": { \"row\": 2, \"column\": 1, \"width\": 40, \"height\": 44.5 }\n },\n {\n \"id\": \"AVG_HANDLING_TIME_BY_TOPIC\",\n \"name\": \"Average Handling Time By Topic\",\n \"type\": \"bar\",\n \"layout\": { \"row\": 2, \"column\": 2, \"row-span\": 2, \"width\": 60 }\n },\n {\n \"id\": \"TOPICS\",\n \"name\": \"Trending Topics\",\n \"type\": \"table\",\n \"layout\": { \"row\": 3, \"column\": 1, \"span\": 2 }\n },\n {\n \"id\": \"KEY_PHRASES\",\n \"name\": \"Key Phrases\",\n \"type\": \"wordcloud\",\n \"layout\": { \"row\": 3, \"column\": 2, \"height\": 44.5 }\n }\n ]\n}"
2068+
"reactAppLayoutConfig": "{\r\n \"appConfig\": {\r\n \"THREE_COLUMN\": {\r\n \"DASHBOARD\": 50,\r\n \"CHAT\": 33,\r\n \"CHATHISTORY\": 17\r\n },\r\n \"TWO_COLUMN\": {\r\n \"DASHBOARD_CHAT\": {\r\n \"DASHBOARD\": 65,\r\n \"CHAT\": 35\r\n },\r\n \"CHAT_CHATHISTORY\": {\r\n \"CHAT\": 80,\r\n \"CHATHISTORY\": 20\r\n }\r\n }\r\n },\r\n \"charts\": [\r\n {\r\n \"id\": \"SATISFIED\",\r\n \"name\": \"Satisfied\",\r\n \"type\": \"card\",\r\n \"layout\": { \"row\": 1, \"column\": 1, \"height\": 11 }\r\n },\r\n {\r\n \"id\": \"TOTAL_CALLS\",\r\n \"name\": \"Total Calls\",\r\n \"type\": \"card\",\r\n \"layout\": { \"row\": 1, \"column\": 2, \"span\": 1 }\r\n },\r\n {\r\n \"id\": \"AVG_HANDLING_TIME\",\r\n \"name\": \"Average Handling Time\",\r\n \"type\": \"card\",\r\n \"layout\": { \"row\": 1, \"column\": 3, \"span\": 1 }\r\n },\r\n {\r\n \"id\": \"SENTIMENT\",\r\n \"name\": \"Topics Overview\",\r\n \"type\": \"donutchart\",\r\n \"layout\": { \"row\": 2, \"column\": 1, \"width\": 40, \"height\": 44.5 }\r\n },\r\n {\r\n \"id\": \"AVG_HANDLING_TIME_BY_TOPIC\",\r\n \"name\": \"Average Handling Time By Topic\",\r\n \"type\": \"bar\",\r\n \"layout\": { \"row\": 2, \"column\": 2, \"row-span\": 2, \"width\": 60 }\r\n },\r\n {\r\n \"id\": \"TOPICS\",\r\n \"name\": \"Trending Topics\",\r\n \"type\": \"table\",\r\n \"layout\": { \"row\": 3, \"column\": 1, \"span\": 2 }\r\n },\r\n {\r\n \"id\": \"KEY_PHRASES\",\r\n \"name\": \"Key Phrases\",\r\n \"type\": \"wordcloud\",\r\n \"layout\": { \"row\": 3, \"column\": 2, \"height\": 44.5 }\r\n }\r\n ]\r\n}"
20692069
},
20702070
"resources": [
20712071
{
@@ -2126,8 +2126,8 @@
21262126
"metadata": {
21272127
"_generator": {
21282128
"name": "bicep",
2129-
"version": "0.35.1.17967",
2130-
"templateHash": "5594723048561919975"
2129+
"version": "0.33.93.31351",
2130+
"templateHash": "16308543969241672542"
21312131
}
21322132
},
21332133
"parameters": {
@@ -2242,8 +2242,8 @@
22422242
"metadata": {
22432243
"_generator": {
22442244
"name": "bicep",
2245-
"version": "0.35.1.17967",
2246-
"templateHash": "12543749504493145946"
2245+
"version": "0.33.93.31351",
2246+
"templateHash": "5462989833378560251"
22472247
},
22482248
"description": "Updates app settings for an Azure App Service."
22492249
},
@@ -2349,8 +2349,8 @@
23492349
"metadata": {
23502350
"_generator": {
23512351
"name": "bicep",
2352-
"version": "0.35.1.17967",
2353-
"templateHash": "14942529326450944423"
2352+
"version": "0.33.93.31351",
2353+
"templateHash": "10943987651087843369"
23542354
}
23552355
},
23562356
"parameters": {
@@ -2405,8 +2405,8 @@
24052405
"metadata": {
24062406
"_generator": {
24072407
"name": "bicep",
2408-
"version": "0.35.1.17967",
2409-
"templateHash": "5594723048561919975"
2408+
"version": "0.33.93.31351",
2409+
"templateHash": "16308543969241672542"
24102410
}
24112411
},
24122412
"parameters": {
@@ -2521,8 +2521,8 @@
25212521
"metadata": {
25222522
"_generator": {
25232523
"name": "bicep",
2524-
"version": "0.35.1.17967",
2525-
"templateHash": "12543749504493145946"
2524+
"version": "0.33.93.31351",
2525+
"templateHash": "5462989833378560251"
25262526
},
25272527
"description": "Updates app settings for an Azure App Service."
25282528
},

0 commit comments

Comments
 (0)