Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
antt1995 authored Sep 2, 2024
2 parents 7381c58 + 73d8b96 commit b3053ff
Show file tree
Hide file tree
Showing 127 changed files with 1,563 additions and 325,118 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/master_cippwuxwa.yml

This file was deleted.

9 changes: 0 additions & 9 deletions Activity_AddOrUpdateTableRows/function.json

This file was deleted.

12 changes: 0 additions & 12 deletions Activity_AddOrUpdateTableRows/run.ps1

This file was deleted.

9 changes: 0 additions & 9 deletions Activity_GetAllTableRows/function.json

This file was deleted.

6 changes: 0 additions & 6 deletions Activity_GetAllTableRows/run.ps1

This file was deleted.

2 changes: 1 addition & 1 deletion AddAlertSubscription_Queue/function.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"scriptFile": "../Modules/CippEntryPoints/CippEntryPoints.psm1",
"scriptFile": "../Modules/CippEntrypoints/CippEntrypoints.psm1",
"entryPoint": "Receive-CippQueueTrigger",
"bindings": [
{
Expand Down
24 changes: 0 additions & 24 deletions AddChocoApp_OrchestrationStarter/function.json

This file was deleted.

21 changes: 0 additions & 21 deletions AddChocoApp_OrchestrationStarter/run.ps1

This file was deleted.

16 changes: 2 additions & 14 deletions AddChocoApp_OrchestrationStarterTimer/run.ps1
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
param($Timer)

try {
if ($CurrentlyRunning) {
$Results = [pscustomobject]@{'Results' = 'Already running. Please wait for the current instance to finish' }
Write-LogMessage -API 'ChocoApps' -message 'Attempted to start upload but an instance was already running.' -sev Info
}
else {
$InstanceId = Start-NewOrchestration -FunctionName 'Applications_Orchestrator'
Write-Host "Started orchestration with ID = '$InstanceId'"
$Orchestrator = New-OrchestrationCheckStatusResponse -Request $Timer -InstanceId $InstanceId
Write-LogMessage -API 'ChocoApps' -message 'Started uploading applications to tenants' -sev Info
$Results = [pscustomobject]@{'Results' = 'Started running analysis' }
}
Write-Host ($Orchestrator | ConvertTo-Json)
}
catch {
Start-ApplicationOrchestrator
} catch {
Write-Host "AddChocoApp_OrchestratorStarterTimer Exception: $($_.Exception.Message)"
}
4 changes: 2 additions & 2 deletions AddMSPApp/Immybot.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"owner": " ",
"informationUrl": " ",
"privacyInformationUrl": " ",
"fileName": "ninjarmm.intunewin",
"fileName": "immybot.intunewin",
"@odata.type": "#microsoft.graph.win32LobApp",
"applicableArchitectures": "x86, x64",

Expand All @@ -19,7 +19,7 @@
"detectionRules": [
{
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
"path": "%ProgramData%\\Immyboy\\Bin",
"path": "%ProgramData%\\Immybot\\Bin",
"fileOrFolderName": "Immybot.exe",
"check32BitOn64System": false,
"detectionType": "exists"
Expand Down
4 changes: 2 additions & 2 deletions AddMSPApp/ninjarmm.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"detectionRules": [
{
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
"path": "%ProgramData%\\Syncro\\Bin",
"fileOrFolderName": "Syncro.Overmind.Service.exe",
"path": "%ProgramData%\\NinjaRMMAgent",
"fileOrFolderName": "ninjarmm-cli.exe",
"check32BitOn64System": false,
"detectionType": "exists"
}
Expand Down
9 changes: 0 additions & 9 deletions Applications_GetQueue/function.json

This file was deleted.

6 changes: 0 additions & 6 deletions Applications_GetQueue/run.ps1

This file was deleted.

9 changes: 0 additions & 9 deletions Applications_Orchestrator/function.json

This file was deleted.

25 changes: 0 additions & 25 deletions Applications_Orchestrator/run.ps1

This file was deleted.

9 changes: 0 additions & 9 deletions Applications_Upload/function.json

This file was deleted.

121 changes: 0 additions & 121 deletions Applications_Upload/run.ps1

This file was deleted.

24 changes: 0 additions & 24 deletions BestPracticeAnalyser_OrchestrationStarter/function.json

This file was deleted.

Loading

0 comments on commit b3053ff

Please sign in to comment.