Skip to content

Commit 3d66fbd

Browse files
hotfix
1 parent 75734d0 commit 3d66fbd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

SendStats/function.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Timer",
55
"type": "timerTrigger",
66
"direction": "in",
7-
"schedule": "0 0 0 * * 0"
7+
"schedule": "0 0 0 * * *"
88
}
99
]
1010
}

SendStats/run.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Set-Location (Get-Item $PSScriptRoot).Parent.FullName
1313
$APIVersion = Get-Content "version_latest.txt" | Out-String
1414

1515
$SendingObject = [PSCustomObject]@{
16+
rgid = $env:WEBSITE_SITE_NAME
1617
SetupComplete = $SetupComplete
1718
RunningVersionAPI = $APIVersion.trim()
1819
CountOfTotalTenants = $tenantcount

version_latest.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.8.1
1+
3.8.2

0 commit comments

Comments
 (0)