File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Modules/CIPPCore/Public/Entrypoints/HTTP Functions/Tenant/GDAP Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,10 @@ function Invoke-ExecGDAPInvite {
9393 ' InviteUrl' = $InviteUrl
9494 ' OnboardingUrl' = $OnboardingUrl
9595 ' RoleMappings' = [string ](@ ($RoleMappings ) | ConvertTo-Json - Depth 10 - Compress)
96- ' Technician' = $Technician
96+ ' Technician' = [ string ] $Technician
9797 }
9898
99- if ($Reference ) { $InviteEntity [' Reference' ] = $Reference }
99+ if ($Reference ) { $InviteEntity [' Reference' ] = [ string ] $Reference }
100100
101101 Add-CIPPAzDataTableEntity @Table - Entity $InviteEntity
102102
@@ -125,7 +125,7 @@ function Invoke-ExecGDAPInvite {
125125 Invite = $InviteEntity
126126 }
127127 }
128- ' Update' {
128+ ' Update' {
129129 $Invite = Get-CIPPAzDataTableEntity @Table - Filter " PartitionKey eq 'invite' and RowKey eq '$InviteId '"
130130 if ($Invite ) {
131131
You can’t perform that action at this time.
0 commit comments