-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Some mix up here with a wrong property converted to boolean.
IntuneAppFactory/Scripts/New-AppAssignment.ps1
Lines 158 to 163 in 632e043
| if (-not([string]::IsNullOrEmpty($AppAssignmentItem.EnableRestartGracePeriod))) { | |
| $AppAssignmentArgs.Add("EnableRestartGracePeriod", $AppAssignmentItem.EnableRestartGracePeriod) | |
| } | |
| if (-not([string]::IsNullOrEmpty($AppAssignmentItem.RestartGracePeriodInMinutes))) { | |
| $AppAssignmentArgs.Add("RestartGracePeriod", [System.Convert]::ToBoolean($AppAssignmentItem.RestartGracePeriodInMinutes)) | |
| } |
Metadata
Metadata
Assignees
Labels
No labels