Skip to content

Commit d0282fc

Browse files
authored
Merge branch 'KelvinTegelaar:master' into master
2 parents 2535454 + 2b471b9 commit d0282fc

681 files changed

Lines changed: 331990 additions & 5779 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.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy Powershell project to Azure Function App - cippckdtz
4+
name: Build and deploy Powershell project to Azure Function App - cipp4i6t3
55

66
on:
77
push:
@@ -24,7 +24,7 @@ jobs:
2424
uses: Azure/functions-action@v1
2525
id: fa
2626
with:
27-
app-name: 'cippckdtz'
27+
app-name: 'cipp4i6t3'
2828
slot-name: 'Production'
2929
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_726578DA8A7243BF9D82FE123C2F6E7F }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9D257A31ACA24925A112AF5FFC2BEAFE }}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy Powershell project to Azure Function App - cippz6s4d
4+
name: Build and deploy Powershell project to Azure Function App - cippkkxvm
55

66
on:
77
push:
@@ -24,7 +24,7 @@ jobs:
2424
uses: Azure/functions-action@v1
2525
id: fa
2626
with:
27-
app-name: 'cippz6s4d'
27+
app-name: 'cippkkxvm'
2828
slot-name: 'Production'
2929
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_D27E7CF0887F4E4591F3957CCA96F0FD }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_171C3E2B1E2346AAA333905DFCA62F2D }}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
2+
# More GitHub Actions for Azure: https://github.com/Azure/actions
3+
4+
name: Build and deploy Powershell project to Azure Function App - cippkwn4s-auditlog
5+
6+
on:
7+
push:
8+
branches:
9+
- dev
10+
workflow_dispatch:
11+
12+
env:
13+
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
14+
15+
jobs:
16+
deploy:
17+
runs-on: windows-latest
18+
19+
steps:
20+
- name: 'Checkout GitHub Action'
21+
uses: actions/checkout@v4
22+
23+
- name: 'Run Azure Functions Action'
24+
uses: Azure/functions-action@v1
25+
id: fa
26+
with:
27+
app-name: 'cippkwn4s-auditlog'
28+
slot-name: 'Production'
29+
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4CBFBE8BE62240D789C371767B49278E }}
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy Powershell project to Azure Function App - cippacnqv
4+
name: Build and deploy Powershell project to Azure Function App - cippkwn4s
55

66
on:
77
push:
@@ -23,17 +23,17 @@ jobs:
2323
uses: actions/checkout@v4
2424

2525
- name: Login to Azure
26-
uses: azure/login@v1
26+
uses: azure/login@v2
2727
with:
28-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_6085081ED1124B799258E9FF743FF4B9 }}
29-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_9BDB2DDBFAFA4BC19C20A58B204BFAF3 }}
30-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_02B5224812794971B05EDD557AF2B867 }}
28+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_B6BCC8886F40482FB8B43907FCDA6596 }}
29+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_0D1C65B9099F48FABDF7F7052EA6887F }}
30+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_76518AE5ECB34375A414DEEE1119C161 }}
3131

3232
- name: 'Run Azure Functions Action'
3333
uses: Azure/functions-action@v1
3434
id: fa
3535
with:
36-
app-name: 'cippacnqv'
36+
app-name: 'cippkwn4s'
3737
slot-name: 'Production'
3838
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
3939

Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy Powershell project to Azure Function App - cipp426ns
4+
name: Build and deploy Powershell project to Azure Function App - cipplwwww-proc
55

66
on:
77
push:
88
branches:
9-
- NinjaOne
9+
- dev
1010
workflow_dispatch:
1111

1212
env:
1313
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
1414

1515
jobs:
16-
build-and-deploy:
16+
deploy:
1717
runs-on: windows-latest
18+
1819
steps:
1920
- name: 'Checkout GitHub Action'
20-
uses: actions/checkout@v2
21-
21+
uses: actions/checkout@v4
22+
2223
- name: 'Run Azure Functions Action'
2324
uses: Azure/functions-action@v1
2425
id: fa
2526
with:
26-
app-name: 'cipp426ns'
27+
app-name: 'cipplwwww-proc'
2728
slot-name: 'Production'
2829
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
29-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_198DAF92160A4302B5AA0C145DE72796 }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_B8CE64E970E74E6AB2D6655823D95B1A }}
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
22
# More GitHub Actions for Azure: https://github.com/Azure/actions
33

4-
name: Build and deploy Powershell project to Azure Function App - cipppwrro
4+
name: Build and deploy Powershell project to Azure Function App - cipplwwww
55

66
on:
77
push:
@@ -13,17 +13,18 @@ env:
1313
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
1414

1515
jobs:
16-
build-and-deploy:
16+
deploy:
1717
runs-on: windows-latest
18+
1819
steps:
1920
- name: 'Checkout GitHub Action'
20-
uses: actions/checkout@v2
21-
21+
uses: actions/checkout@v4
22+
2223
- name: 'Run Azure Functions Action'
2324
uses: Azure/functions-action@v1
2425
id: fa
2526
with:
26-
app-name: 'cipppwrro'
27+
app-name: 'cipplwwww'
2728
slot-name: 'Production'
2829
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
29-
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_9E109464904540339CA94F283ACE1312 }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_00A9A6DFE9244C2EA8952190FFF10F45 }}

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.

0 commit comments

Comments
 (0)