Skip to content

Commit 0ebfe1e

Browse files
Merge pull request KelvinTegelaar#1101 from KelvinTegelaar/dev
Dev
2 parents c7216ab + 4a4a0ee commit 0ebfe1e

126 files changed

Lines changed: 1563 additions & 325088 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Activity_AddOrUpdateTableRows/function.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

Activity_AddOrUpdateTableRows/run.ps1

Lines changed: 0 additions & 12 deletions
This file was deleted.

Activity_GetAllTableRows/function.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

Activity_GetAllTableRows/run.ps1

Lines changed: 0 additions & 6 deletions
This file was deleted.

AddAlertSubscription_Queue/function.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"scriptFile": "../Modules/CippEntryPoints/CippEntryPoints.psm1",
2+
"scriptFile": "../Modules/CippEntrypoints/CippEntrypoints.psm1",
33
"entryPoint": "Receive-CippQueueTrigger",
44
"bindings": [
55
{

AddChocoApp_OrchestrationStarter/function.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

AddChocoApp_OrchestrationStarter/run.ps1

Lines changed: 0 additions & 21 deletions
This file was deleted.
Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
param($Timer)
22

33
try {
4-
if ($CurrentlyRunning) {
5-
$Results = [pscustomobject]@{'Results' = 'Already running. Please wait for the current instance to finish' }
6-
Write-LogMessage -API 'ChocoApps' -message 'Attempted to start upload but an instance was already running.' -sev Info
7-
}
8-
else {
9-
$InstanceId = Start-NewOrchestration -FunctionName 'Applications_Orchestrator'
10-
Write-Host "Started orchestration with ID = '$InstanceId'"
11-
$Orchestrator = New-OrchestrationCheckStatusResponse -Request $Timer -InstanceId $InstanceId
12-
Write-LogMessage -API 'ChocoApps' -message 'Started uploading applications to tenants' -sev Info
13-
$Results = [pscustomobject]@{'Results' = 'Started running analysis' }
14-
}
15-
Write-Host ($Orchestrator | ConvertTo-Json)
16-
}
17-
catch {
4+
Start-ApplicationOrchestrator
5+
} catch {
186
Write-Host "AddChocoApp_OrchestratorStarterTimer Exception: $($_.Exception.Message)"
197
}

AddMSPApp/Immybot.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"owner": " ",
88
"informationUrl": " ",
99
"privacyInformationUrl": " ",
10-
"fileName": "ninjarmm.intunewin",
10+
"fileName": "immybot.intunewin",
1111
"@odata.type": "#microsoft.graph.win32LobApp",
1212
"applicableArchitectures": "x86, x64",
1313

@@ -19,7 +19,7 @@
1919
"detectionRules": [
2020
{
2121
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
22-
"path": "%ProgramData%\\Immyboy\\Bin",
22+
"path": "%ProgramData%\\Immybot\\Bin",
2323
"fileOrFolderName": "Immybot.exe",
2424
"check32BitOn64System": false,
2525
"detectionType": "exists"

AddMSPApp/ninjarmm.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"detectionRules": [
2020
{
2121
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
22-
"path": "%ProgramData%\\Syncro\\Bin",
23-
"fileOrFolderName": "Syncro.Overmind.Service.exe",
22+
"path": "%ProgramData%\\NinjaRMMAgent",
23+
"fileOrFolderName": "ninjarmm-cli.exe",
2424
"check32BitOn64System": false,
2525
"detectionType": "exists"
2626
}

0 commit comments

Comments
 (0)