Skip to content

Commit e8eae8a

Browse files
authored
Merge pull request #14 from splunk/teams-runtime-v4
Teams runtime v4
2 parents fbd14f4 + e471e0f commit e8eae8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graph/deploy/azureDeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@
108108
},
109109
{
110110
"name": "WEBSITE_NODE_DEFAULT_VERSION",
111-
"value": "~12"
111+
"value": "~18"
112112
},
113113
{
114114
"name": "FUNCTIONS_EXTENSION_VERSION",
115-
"value": "~3"
115+
"value": "~4"
116116
},
117117
{
118118
"name": "WEBSITE_CONTENTSHARE",

graph/update-subscriptions/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "myTimer",
55
"type": "timerTrigger",
66
"direction": "in",
7-
"schedule": "0 * * * * *"
7+
"schedule": "0 0 */2 * * *"
88
}
99
]
1010
}

0 commit comments

Comments
 (0)