We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fbe84 commit aa6ee18Copy full SHA for aa6ee18
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Endpoint/Applications/Invoke-ExecAppUpload.ps1
@@ -20,7 +20,7 @@ function Invoke-ExecAppUpload {
20
}
21
$ProcessorQueue = Get-CIPPTable -TableName 'ProcessorQueue'
22
Add-AzDataTableEntity @ProcessorQueue -Entity $ProcessorFunction -Force
23
- $Results = [pscustomobject]@{'Results' = 'Queueing application upload' }
+ $Results = [pscustomobject]@{'Results' = 'Application upload job has started. Please check back in 15 minutes or track the logbook for results.' }
24
25
} else {
26
try {
0 commit comments