@@ -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