forked from KelvinTegelaar/CIPP-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
188 changed files
with
3,809 additions
and
2,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action | ||
# More GitHub Actions for Azure: https://github.com/Azure/actions | ||
|
||
name: Build and deploy Powershell project to Azure Function App - cippkkxvm | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
workflow_dispatch: | ||
|
||
env: | ||
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root | ||
|
||
jobs: | ||
deploy: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/checkout@v4 | ||
|
||
- name: 'Run Azure Functions Action' | ||
uses: Azure/functions-action@v1 | ||
id: fa | ||
with: | ||
app-name: 'cippkkxvm' | ||
slot-name: 'Production' | ||
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} | ||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_171C3E2B1E2346AAA333905DFCA62F2D }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action | ||
# More GitHub Actions for Azure: https://github.com/Azure/actions | ||
|
||
name: Build and deploy Powershell project to Azure Function App - cippkwn4s-auditlog | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
workflow_dispatch: | ||
|
||
env: | ||
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root | ||
|
||
jobs: | ||
deploy: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/checkout@v4 | ||
|
||
- name: 'Run Azure Functions Action' | ||
uses: Azure/functions-action@v1 | ||
id: fa | ||
with: | ||
app-name: 'cippkwn4s-auditlog' | ||
slot-name: 'Production' | ||
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} | ||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4CBFBE8BE62240D789C371767B49278E }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action | ||
# More GitHub Actions for Azure: https://github.com/Azure/actions | ||
|
||
name: Build and deploy Powershell project to Azure Function App - cipplwwww-proc | ||
|
||
on: | ||
push: | ||
branches: | ||
- dev | ||
workflow_dispatch: | ||
|
||
env: | ||
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root | ||
|
||
jobs: | ||
deploy: | ||
runs-on: windows-latest | ||
|
||
steps: | ||
- name: 'Checkout GitHub Action' | ||
uses: actions/checkout@v4 | ||
|
||
- name: 'Run Azure Functions Action' | ||
uses: Azure/functions-action@v1 | ||
id: fa | ||
with: | ||
app-name: 'cipplwwww-proc' | ||
slot-name: 'Production' | ||
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }} | ||
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B8CE64E970E74E6AB2D6655823D95B1A }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
BestPracticeAnalyser_OrchestrationStarterTimer/function.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,129 @@ | ||
[ | ||
{ | ||
"Command": "Start-UserTasksOrchestrator", | ||
"Description": "Orchestrator to process user scheduled tasks", | ||
"Cron": "0 */15 * * * *", | ||
"Priority": 1, | ||
"RunOnProcessor": true, | ||
"PreferredProcessor": "usertasks" | ||
}, | ||
{ | ||
"Command": "Start-CIPPProcessorQueue", | ||
"Description": "Timer to handle user initiated tasks", | ||
"Cron": "0 */15 * * * *", | ||
"Priority": 1, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-AuditLogOrchestrator", | ||
"Description": "Orchestrator to process audit logs", | ||
"Cron": "0 */15 * * * *", | ||
"Priority": 2, | ||
"RunOnProcessor": true, | ||
"PreferredProcessor": "auditlog", | ||
"IsSystem": true | ||
}, | ||
{ | ||
"Command": "Start-ApplicationOrchestrator", | ||
"Description": "Orchestrator to process application uploads", | ||
"Cron": "0 0 */12 * * *", | ||
"Priority": 2, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-WebhookOrchestrator", | ||
"Description": "Orchestrator to process webhooks", | ||
"Cron": "0 */15 * * * *", | ||
"Priority": 3, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-StandardsOrchestrator", | ||
"Description": "Orchestrator to process standards", | ||
"Cron": "0 0 */4 * * *", | ||
"Priority": 4, | ||
"RunOnProcessor": true, | ||
"PreferredProcessor": "standards" | ||
}, | ||
{ | ||
"Command": "Start-CIPPGraphSubscriptionCleanupTimer", | ||
"Description": "Orchestrator to cleanup old Graph subscriptions", | ||
"Cron": "0 0 0 * * *", | ||
"Priority": 5, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-SchedulerOrchestrator", | ||
"Description": "Orchestrator to process system scheduled tasks", | ||
"Cron": "0 0 * * * *", | ||
"Priority": 6, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Set-CIPPGDAPInviteGroups", | ||
"Description": "Orchestrator to map the groups for GDAP invites", | ||
"Cron": "0 0 */3 * * *", | ||
"Priority": 5, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-UpdateTokensTimer", | ||
"Description": "Orchestrator to update tokens", | ||
"Cron": "0 0 0 * * 0", | ||
"Priority": 7, | ||
"RunOnProcessor": true, | ||
"IsSystem": true | ||
}, | ||
{ | ||
"Command": "Start-CIPPGraphSubscriptionRenewalTimer", | ||
"Description": "Orchestrator to renew Graph subscriptions", | ||
"Cron": "0 15 * * * *", | ||
"Priority": 8, | ||
"RunOnProcessor": true, | ||
"IsSystem": true | ||
}, | ||
{ | ||
"Command": "Start-DomainOrchestrator", | ||
"Description": "Orchestrator to process domains", | ||
"Cron": "0 0 0 * * *", | ||
"Priority": 10, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-UpdatePermissionsOrchestrator", | ||
"Description": "Orchestrator to update CPV permissions", | ||
"Cron": "0 0 0 * * *", | ||
"Priority": 10, | ||
"RunOnProcessor": true, | ||
"IsSystem": true | ||
}, | ||
{ | ||
"Command": "Start-BillingTimer", | ||
"Description": "Timer to process billing", | ||
"Cron": "0 0 0 * * *", | ||
"Priority": 12, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-BPAOrchestrator", | ||
"Description": "Orchestrator to process BPA reports", | ||
"Cron": "0 0 3 * * *", | ||
"Priority": 10, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-ExtensionOrchestrator", | ||
"Description": "Orchestrator to process extensions", | ||
"Cron": "0 0 */2 * * *", | ||
"Priority": 12, | ||
"RunOnProcessor": true | ||
}, | ||
{ | ||
"Command": "Start-CIPPStatsTimer", | ||
"Description": "Timer to process CIPP stats", | ||
"Cron": "0 0 0 * * *", | ||
"Priority": 15, | ||
"RunOnProcessor": true, | ||
"IsSystem": true | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.