Skip to content

Commit 5542d4c

Browse files
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into dev
2 parents cd6df9f + 350349e commit 5542d4c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.github/workflows/publish_release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
steps:
1818
# Checkout the repository
1919
- name: Checkout Code
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
21+
with:
22+
persist-credentials: false
2123

2224
# Read and Trim Version
2325
- name: Read and Trim Version

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Email-Exchange/Tools/Invoke-ListExoRequest.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
function Invoke-ListExoRequest {
2+
<#
3+
.FUNCTIONALITY
4+
Entrypoint
5+
.ROLE
6+
CIPP.Core.Read
7+
#>
28
param($Request, $TriggerMetadata)
39
try {
410
$AllowedVerbs = @(

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Groups/Invoke-ListGroupSenderAuthentication.ps1

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Function Invoke-ListGroupSenderAuthentication {
1+
function Invoke-ListGroupSenderAuthentication {
2+
<#
3+
.FUNCTIONALITY
4+
Entrypoint
5+
.ROLE
6+
Exchange.Groups.Read
7+
#>
28
[CmdletBinding()]
39
param($Request, $TriggerMetadata)
410
# Interact with query parameters or the body of the request.

0 commit comments

Comments
 (0)