update
This commit is contained in:
12
AzA march 2026/deploy/test-telemetry-update-check.ps1
Normal file
12
AzA march 2026/deploy/test-telemetry-update-check.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
$body = @{
|
||||
event = "update_check"
|
||||
version = "0.1.0"
|
||||
platform = "windows"
|
||||
target_version = "0.2.0"
|
||||
} | ConvertTo-Json -Compress
|
||||
|
||||
Invoke-RestMethod `
|
||||
-Method Post `
|
||||
-Uri "http://localhost:8080/telemetry/ping" `
|
||||
-ContentType "application/json" `
|
||||
-Body $body
|
||||
Reference in New Issue
Block a user