Skip to content

Commit

Permalink
Merge pull request #22 from PerfectThymeTech/adf_publish
Browse files Browse the repository at this point in the history
Update ARM template and parameters
  • Loading branch information
marvinbuss authored May 27, 2024
2 parents d1a4124 + ba0784f commit 65a847f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
20 changes: 13 additions & 7 deletions sc4-dev-df001/ARMTemplateForFactory.json
Original file line number Diff line number Diff line change
Expand Up @@ -2430,7 +2430,7 @@
},
"sourceFolderPath": {
"type": "string",
"defaultValue": "iptv"
"defaultValue": "iptv/0156490b-efbe-4a27-af08-a237669f91cc"
},
"sourceFileName": {
"type": "string",
Expand Down Expand Up @@ -3073,7 +3073,7 @@
},
"sourceFolderPath": {
"type": "string",
"defaultValue": "ott"
"defaultValue": "ott/751cb63e-ce65-4f73-9894-6b1bdb8b7e1d"
},
"sourceFileName": {
"type": "string",
Expand Down Expand Up @@ -3902,7 +3902,8 @@
" Topology4 as string,",
" Topology5 as string,",
" TvModel as string,",
" UserId as long",
" UserId as long,",
" EndTime as timestamp",
" ),",
" allowSchemaDrift: true,",
" validateSchema: false,",
Expand Down Expand Up @@ -3982,6 +3983,7 @@
"source(output(",
" app_version as string,",
" country as string,",
" end_time as timestamp 'yyyy-MM-dd\\'T\\'HH:mm:ss.SSS\\'Z\\'',",
" happiness_score as float,",
" hw_model as string,",
" service as string,",
Expand Down Expand Up @@ -4023,7 +4025,8 @@
" Topology4 = topology_4,",
" Topology5 = topology_5,",
" TvModel = tv_model,",
" UserId = user_id",
" UserId = user_id,",
" EndTime = end_time",
" ),",
" skipDuplicateMapInputs: true,",
" skipDuplicateMapOutputs: true) ~> RenameColumns",
Expand Down Expand Up @@ -4115,7 +4118,8 @@
" CommercilizationType as string,",
" DeviceVendor as string,",
" HappinessScore as float,",
" UserId as string",
" UserId as long,",
" EndTime as timestamp",
" ),",
" allowSchemaDrift: true,",
" validateSchema: false,",
Expand Down Expand Up @@ -4205,7 +4209,8 @@
" {COMMERCIALIZATION TYPE} as string,",
" {Device Vendor} as string,",
" {Happiness Score} as float,",
" {User ID} as string",
" {User ID} as long,",
" {End Time} as timestamp",
" ),",
" useSchema: false,",
" allowSchemaDrift: true,",
Expand All @@ -4232,7 +4237,8 @@
" CommercilizationType = {COMMERCIALIZATION TYPE},",
" DeviceVendor = {Device Vendor},",
" HappinessScore = {Happiness Score},",
" UserId = {User ID}",
" UserId = {User ID},",
" EndTime = {End Time}",
" ),",
" skipDuplicateMapInputs: true,",
" skipDuplicateMapOutputs: true) ~> RenameColumns",
Expand Down
16 changes: 11 additions & 5 deletions sc4-dev-df001/linkedTemplates/ArmTemplate_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,8 @@
" Topology4 as string,",
" Topology5 as string,",
" TvModel as string,",
" UserId as long",
" UserId as long,",
" EndTime as timestamp",
" ),",
" allowSchemaDrift: true,",
" validateSchema: false,",
Expand Down Expand Up @@ -832,6 +833,7 @@
"source(output(",
" app_version as string,",
" country as string,",
" end_time as timestamp 'yyyy-MM-dd\\'T\\'HH:mm:ss.SSS\\'Z\\'',",
" happiness_score as float,",
" hw_model as string,",
" service as string,",
Expand Down Expand Up @@ -873,7 +875,8 @@
" Topology4 = topology_4,",
" Topology5 = topology_5,",
" TvModel = tv_model,",
" UserId = user_id",
" UserId = user_id,",
" EndTime = end_time",
" ),",
" skipDuplicateMapInputs: true,",
" skipDuplicateMapOutputs: true) ~> RenameColumns",
Expand Down Expand Up @@ -965,7 +968,8 @@
" CommercilizationType as string,",
" DeviceVendor as string,",
" HappinessScore as float,",
" UserId as string",
" UserId as long,",
" EndTime as timestamp",
" ),",
" allowSchemaDrift: true,",
" validateSchema: false,",
Expand Down Expand Up @@ -1055,7 +1059,8 @@
" {COMMERCIALIZATION TYPE} as string,",
" {Device Vendor} as string,",
" {Happiness Score} as float,",
" {User ID} as string",
" {User ID} as long,",
" {End Time} as timestamp",
" ),",
" useSchema: false,",
" allowSchemaDrift: true,",
Expand All @@ -1082,7 +1087,8 @@
" CommercilizationType = {COMMERCIALIZATION TYPE},",
" DeviceVendor = {Device Vendor},",
" HappinessScore = {Happiness Score},",
" UserId = {User ID}",
" UserId = {User ID},",
" EndTime = {End Time}",
" ),",
" skipDuplicateMapInputs: true,",
" skipDuplicateMapOutputs: true) ~> RenameColumns",
Expand Down
4 changes: 2 additions & 2 deletions sc4-dev-df001/linkedTemplates/ArmTemplate_1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1297,7 +1297,7 @@
},
"sourceFolderPath": {
"type": "string",
"defaultValue": "iptv"
"defaultValue": "iptv/0156490b-efbe-4a27-af08-a237669f91cc"
},
"sourceFileName": {
"type": "string",
Expand Down Expand Up @@ -1934,7 +1934,7 @@
},
"sourceFolderPath": {
"type": "string",
"defaultValue": "ott"
"defaultValue": "ott/751cb63e-ce65-4f73-9894-6b1bdb8b7e1d"
},
"sourceFileName": {
"type": "string",
Expand Down

0 comments on commit 65a847f

Please sign in to comment.