Skip to content

Commit 65a847f

Browse files
authored
Merge pull request #22 from PerfectThymeTech/adf_publish
Update ARM template and parameters
2 parents d1a4124 + ba0784f commit 65a847f

File tree

3 files changed

+26
-14
lines changed

3 files changed

+26
-14
lines changed

sc4-dev-df001/ARMTemplateForFactory.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2430,7 +2430,7 @@
24302430
},
24312431
"sourceFolderPath": {
24322432
"type": "string",
2433-
"defaultValue": "iptv"
2433+
"defaultValue": "iptv/0156490b-efbe-4a27-af08-a237669f91cc"
24342434
},
24352435
"sourceFileName": {
24362436
"type": "string",
@@ -3073,7 +3073,7 @@
30733073
},
30743074
"sourceFolderPath": {
30753075
"type": "string",
3076-
"defaultValue": "ott"
3076+
"defaultValue": "ott/751cb63e-ce65-4f73-9894-6b1bdb8b7e1d"
30773077
},
30783078
"sourceFileName": {
30793079
"type": "string",
@@ -3902,7 +3902,8 @@
39023902
" Topology4 as string,",
39033903
" Topology5 as string,",
39043904
" TvModel as string,",
3905-
" UserId as long",
3905+
" UserId as long,",
3906+
" EndTime as timestamp",
39063907
" ),",
39073908
" allowSchemaDrift: true,",
39083909
" validateSchema: false,",
@@ -3982,6 +3983,7 @@
39823983
"source(output(",
39833984
" app_version as string,",
39843985
" country as string,",
3986+
" end_time as timestamp 'yyyy-MM-dd\\'T\\'HH:mm:ss.SSS\\'Z\\'',",
39853987
" happiness_score as float,",
39863988
" hw_model as string,",
39873989
" service as string,",
@@ -4023,7 +4025,8 @@
40234025
" Topology4 = topology_4,",
40244026
" Topology5 = topology_5,",
40254027
" TvModel = tv_model,",
4026-
" UserId = user_id",
4028+
" UserId = user_id,",
4029+
" EndTime = end_time",
40274030
" ),",
40284031
" skipDuplicateMapInputs: true,",
40294032
" skipDuplicateMapOutputs: true) ~> RenameColumns",
@@ -4115,7 +4118,8 @@
41154118
" CommercilizationType as string,",
41164119
" DeviceVendor as string,",
41174120
" HappinessScore as float,",
4118-
" UserId as string",
4121+
" UserId as long,",
4122+
" EndTime as timestamp",
41194123
" ),",
41204124
" allowSchemaDrift: true,",
41214125
" validateSchema: false,",
@@ -4205,7 +4209,8 @@
42054209
" {COMMERCIALIZATION TYPE} as string,",
42064210
" {Device Vendor} as string,",
42074211
" {Happiness Score} as float,",
4208-
" {User ID} as string",
4212+
" {User ID} as long,",
4213+
" {End Time} as timestamp",
42094214
" ),",
42104215
" useSchema: false,",
42114216
" allowSchemaDrift: true,",
@@ -4232,7 +4237,8 @@
42324237
" CommercilizationType = {COMMERCIALIZATION TYPE},",
42334238
" DeviceVendor = {Device Vendor},",
42344239
" HappinessScore = {Happiness Score},",
4235-
" UserId = {User ID}",
4240+
" UserId = {User ID},",
4241+
" EndTime = {End Time}",
42364242
" ),",
42374243
" skipDuplicateMapInputs: true,",
42384244
" skipDuplicateMapOutputs: true) ~> RenameColumns",

sc4-dev-df001/linkedTemplates/ArmTemplate_0.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,8 @@
752752
" Topology4 as string,",
753753
" Topology5 as string,",
754754
" TvModel as string,",
755-
" UserId as long",
755+
" UserId as long,",
756+
" EndTime as timestamp",
756757
" ),",
757758
" allowSchemaDrift: true,",
758759
" validateSchema: false,",
@@ -832,6 +833,7 @@
832833
"source(output(",
833834
" app_version as string,",
834835
" country as string,",
836+
" end_time as timestamp 'yyyy-MM-dd\\'T\\'HH:mm:ss.SSS\\'Z\\'',",
835837
" happiness_score as float,",
836838
" hw_model as string,",
837839
" service as string,",
@@ -873,7 +875,8 @@
873875
" Topology4 = topology_4,",
874876
" Topology5 = topology_5,",
875877
" TvModel = tv_model,",
876-
" UserId = user_id",
878+
" UserId = user_id,",
879+
" EndTime = end_time",
877880
" ),",
878881
" skipDuplicateMapInputs: true,",
879882
" skipDuplicateMapOutputs: true) ~> RenameColumns",
@@ -965,7 +968,8 @@
965968
" CommercilizationType as string,",
966969
" DeviceVendor as string,",
967970
" HappinessScore as float,",
968-
" UserId as string",
971+
" UserId as long,",
972+
" EndTime as timestamp",
969973
" ),",
970974
" allowSchemaDrift: true,",
971975
" validateSchema: false,",
@@ -1055,7 +1059,8 @@
10551059
" {COMMERCIALIZATION TYPE} as string,",
10561060
" {Device Vendor} as string,",
10571061
" {Happiness Score} as float,",
1058-
" {User ID} as string",
1062+
" {User ID} as long,",
1063+
" {End Time} as timestamp",
10591064
" ),",
10601065
" useSchema: false,",
10611066
" allowSchemaDrift: true,",
@@ -1082,7 +1087,8 @@
10821087
" CommercilizationType = {COMMERCIALIZATION TYPE},",
10831088
" DeviceVendor = {Device Vendor},",
10841089
" HappinessScore = {Happiness Score},",
1085-
" UserId = {User ID}",
1090+
" UserId = {User ID},",
1091+
" EndTime = {End Time}",
10861092
" ),",
10871093
" skipDuplicateMapInputs: true,",
10881094
" skipDuplicateMapOutputs: true) ~> RenameColumns",

sc4-dev-df001/linkedTemplates/ArmTemplate_1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@
12971297
},
12981298
"sourceFolderPath": {
12991299
"type": "string",
1300-
"defaultValue": "iptv"
1300+
"defaultValue": "iptv/0156490b-efbe-4a27-af08-a237669f91cc"
13011301
},
13021302
"sourceFileName": {
13031303
"type": "string",
@@ -1934,7 +1934,7 @@
19341934
},
19351935
"sourceFolderPath": {
19361936
"type": "string",
1937-
"defaultValue": "ott"
1937+
"defaultValue": "ott/751cb63e-ce65-4f73-9894-6b1bdb8b7e1d"
19381938
},
19391939
"sourceFileName": {
19401940
"type": "string",

0 commit comments

Comments
 (0)