File tree Expand file tree Collapse file tree
Modules/ComputerManagementDsc/Modules/ComputerManagementDsc.Common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,6 +341,9 @@ function Test-Command
341341<#
342342 . SYNOPSIS
343343 Get the of the current time zone Id.
344+
345+ . NOTES
346+ This function is also used by ScheduledTask integration tests.
344347#>
345348function Get-TimeZoneId
346349{
@@ -378,6 +381,9 @@ function Get-TimeZoneId
378381
379382 . PARAMETER TimeZoneId
380383 The Id of the time zone to compare with the current time zone.
384+
385+ . NOTES
386+ This function is also used by ScheduledTask integration tests.
381387#>
382388function Test-TimeZoneId
383389{
@@ -401,6 +407,9 @@ function Test-TimeZoneId
401407
402408 . PARAMETER TimeZoneId
403409 The Id of the time zone to set.
410+
411+ . NOTES
412+ This function is also used by ScheduledTask integration tests.
404413#>
405414function Set-TimeZoneId
406415{
@@ -451,6 +460,9 @@ function Set-TimeZoneId
451460
452461 . PARAMETER TimeZoneId
453462 The Id of the time zone to set using .NET.
463+
464+ . NOTES
465+ This function is also used by ScheduledTask integration tests.
454466#>
455467function Set-TimeZoneUsingDotNet
456468{
You can’t perform that action at this time.
0 commit comments