Skip to content

Commit 1c39c75

Browse files
authored
Merge pull request #210 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 3360ce8 + 9ce28eb commit 1c39c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Function Invoke-ExecCreateTAP {
2222
$Result = New-CIPPTAP -userid $UserID -TenantFilter $TenantFilter -APIName $APIName -Headers $Headers
2323
$StatusCode = [HttpStatusCode]::OK
2424
} catch {
25-
$Result = "$($_.Exception.Message)"
25+
$Result = Get-NormalizedError -message $($_.Exception.Message)
2626
$StatusCode = [HttpStatusCode]::InternalServerError
2727
}
2828

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.2
1+
7.5.0

0 commit comments

Comments
 (0)