Skip to content

Commit 3ae6748

Browse files
committed
formatting
1 parent 507dd34 commit 3ae6748

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Modules/CIPPCore/Public/Add-CIPPScheduledTask.ps1

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -174,22 +174,22 @@ function Add-CIPPScheduledTask {
174174
}
175175

176176
$entity = @{
177-
PartitionKey = [string]'ScheduledTask'
178-
TaskState = [string]'Planned'
179-
RowKey = [string]$RowKey
180-
Tenant = [string]$tenantFilter
181-
excludedTenants = [string]$excludedTenants
182-
Name = [string]$task.Name
183-
Command = [string]$task.Command.value
184-
Parameters = [string]$Parameters
185-
ScheduledTime = [string]$task.ScheduledTime
186-
Recurrence = [string]$Recurrence
187-
PostExecution = [string]$PostExecution
188-
Reference = [string]$task.Reference
189-
AdditionalProperties = [string]$AdditionalProperties
190-
Hidden = [bool]$Hidden
191-
Results = 'Planned'
192-
AlertComment = [string]$task.AlertComment
177+
PartitionKey = [string]'ScheduledTask'
178+
TaskState = [string]'Planned'
179+
RowKey = [string]$RowKey
180+
Tenant = [string]$tenantFilter
181+
excludedTenants = [string]$excludedTenants
182+
Name = [string]$task.Name
183+
Command = [string]$task.Command.value
184+
Parameters = [string]$Parameters
185+
ScheduledTime = [string]$task.ScheduledTime
186+
Recurrence = [string]$Recurrence
187+
PostExecution = [string]$PostExecution
188+
Reference = [string]$task.Reference
189+
AdditionalProperties = [string]$AdditionalProperties
190+
Hidden = [bool]$Hidden
191+
Results = 'Planned'
192+
AlertComment = [string]$task.AlertComment
193193
}
194194

195195

0 commit comments

Comments
 (0)