We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75734d0 commit 3d66fbdCopy full SHA for 3d66fbd
SendStats/function.json
@@ -4,7 +4,7 @@
4
"name": "Timer",
5
"type": "timerTrigger",
6
"direction": "in",
7
- "schedule": "0 0 0 * * 0"
+ "schedule": "0 0 0 * * *"
8
}
9
]
10
SendStats/run.ps1
@@ -13,6 +13,7 @@ Set-Location (Get-Item $PSScriptRoot).Parent.FullName
13
$APIVersion = Get-Content "version_latest.txt" | Out-String
14
15
$SendingObject = [PSCustomObject]@{
16
+ rgid = $env:WEBSITE_SITE_NAME
17
SetupComplete = $SetupComplete
18
RunningVersionAPI = $APIVersion.trim()
19
CountOfTotalTenants = $tenantcount
version_latest.txt
@@ -1 +1 @@
1
-3.8.1
+3.8.2
0 commit comments