Skip to content

Commit cac88e3

Browse files
Merge branch 'dev' of https://github.com/KelvinTegelaar/CIPP-API into dev
2 parents 1879b57 + cb45cb3 commit cac88e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/CIPPCore/Public/Alerts/Get-CippBreachAlert.ps1 renamed to Modules/CIPPCore/Public/Alerts/Get-CippAlertBreachAlert.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
function Get-CippBreachAlert {
2+
function Get-CippAlertBreachAlert {
33
<#
44
.FUNCTIONALITY
55
Entrypoint

Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Identity/Administration/Users/Invoke-AddGuest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Function Invoke-AddGuest {
3434
}
3535
}
3636
$bodyToShip = ConvertTo-Json -Depth 10 -InputObject $BodyToship -Compress
37-
$GraphRequest = New-GraphPostRequest -uri 'https://graph.microsoft.com/beta/invitations' -tenantFilter $Userobj.tenantFilter -type POST -body $BodyToship -verbose
37+
$GraphRequest = New-GraphPostRequest -uri 'https://graph.microsoft.com/beta/invitations' -tenantid $Userobj.tenantFilter -type POST -body $BodyToship -verbose
3838
if ($Userobj.sendInvite -eq 'true') {
3939
$results.add('Invited Guest. Invite Email sent')
4040
Write-LogMessage -user $request.headers.'x-ms-client-principal' -API $APINAME -tenant $($userobj.tenantFilter) -message "Invited Guest $($userobj.displayname) with Email Invite " -Sev 'Info'

0 commit comments

Comments
 (0)