Skip to content

Commit

Permalink
Merge branch 'refactor/definitions-remove-newlines-between-objects-in…
Browse files Browse the repository at this point in the history
…-across-all-.ps1-definitions'
  • Loading branch information
joeltimothyoh committed Sep 4, 2022
2 parents 51a454b + 85c898a commit b578c41
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions docs/samples/definitions/scheduledtasks/tasks.sample.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName2'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName3'
TaskPath = '\MyTaskFolder\'
Expand Down
2 changes: 0 additions & 2 deletions test/definitions/scheduledtasks/tasks-1.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName2'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName3'
TaskPath = '\MyTaskFolder\'
Expand Down
2 changes: 0 additions & 2 deletions test/definitions/scheduledtasks/tasks-2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
RunLevel = 'Highest'
}
}

@{
TaskName = 'MyTaskName5'
TaskPath = '\MyTaskFolder\'
Expand Down Expand Up @@ -126,7 +125,6 @@
RunLevel = 'Limited'
}
}

@{
TaskName = 'MyTaskName6'
TaskPath = '\MyTaskFolder\'
Expand Down

0 comments on commit b578c41

Please sign in to comment.