Skip to content

Commit fa5deff

Browse files
authored
Merge pull request #399 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents d782fb4 + bf1b456 commit fa5deff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Modules/CIPPCore/Public/Functions/Get-CIPPTenantAlignment.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function Get-CIPPTenantAlignment {
7272
if ($FieldValue -is [System.Boolean]) {
7373
$FieldValue = [bool]$FieldValue
7474
} elseif ($FieldValue -like '*{*') {
75-
$FieldValue = ConvertFrom-Json -InputObject $FieldValue -ErrorAction SilentlyContinue
75+
$FieldValue = ConvertFrom-Json -Depth 100 -InputObject $FieldValue -ErrorAction SilentlyContinue
7676
} else {
7777
$FieldValue = [string]$FieldValue
7878
}

version_latest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.2.2
1+
8.3.0

0 commit comments

Comments
 (0)