Skip to content

Commit f42eecd

Browse files
authored
Merge pull request #72 from KelvinTegelaar/master
[pull] master from KelvinTegelaar:master
2 parents c59f924 + e0c72c4 commit f42eecd

File tree

481 files changed

+6798
-3372
lines changed

Some content is hidden

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

481 files changed

+6798
-3372
lines changed

.dockerignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
local.settings.json

.github/workflows/dev_cipp44thq.yml

+30
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 - cipp44thq
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: 'cipp44thq'
28+
slot-name: 'Production'
29+
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
30+
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_2EBCA6FEB5E54403AE417859C5D28817 }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Cache_*
88
Logs
99
ExcludedTenants
1010
SendNotifications/config.json
11+
.env

CommunityRepos.json

+56
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[
2+
{
3+
"Id": "930523724",
4+
"Name": "CIPP-Templates",
5+
"Description": "CIPP Community Templates",
6+
"URL": "https://github.com/CyberDrain/CIPP-Templates",
7+
"FullName": "CyberDrain/CIPP-Templates",
8+
"Owner": "CyberDrain",
9+
"Visibility": "public",
10+
"WriteAccess": false,
11+
"DefaultBranch": "main",
12+
"RepoPermissions": {
13+
"admin": false,
14+
"maintain": false,
15+
"push": false,
16+
"triage": false,
17+
"pull": true
18+
}
19+
},
20+
{
21+
"Id": "784230225",
22+
"Name": "ConditionalAccessBaseline",
23+
"Description": "",
24+
"URL": "https://github.com/j0eyv/ConditionalAccessBaseline",
25+
"FullName": "j0eyv/ConditionalAccessBaseline",
26+
"Owner": "j0eyv",
27+
"Visibility": "public",
28+
"WriteAccess": false,
29+
"DefaultBranch": "main",
30+
"RepoPermissions": {
31+
"admin": false,
32+
"maintain": false,
33+
"push": false,
34+
"triage": false,
35+
"pull": true
36+
}
37+
},
38+
{
39+
"Id": "493403016",
40+
"Name": "OpenIntuneBaseline",
41+
"Description": "Community-driven baseline to accelerate Intune adoption and learning.",
42+
"URL": "https://github.com/SkipToTheEndpoint/OpenIntuneBaseline",
43+
"FullName": "SkipToTheEndpoint/OpenIntuneBaseline",
44+
"Owner": "SkipToTheEndpoint",
45+
"Visibility": "public",
46+
"WriteAccess": false,
47+
"DefaultBranch": "main",
48+
"RepoPermissions": {
49+
"admin": false,
50+
"maintain": false,
51+
"push": false,
52+
"triage": false,
53+
"pull": true
54+
}
55+
}
56+
]

0 commit comments

Comments
 (0)