Skip to content

Commit f43812f

Browse files
committed
Changes as per PR comments
1 parent 42524ca commit f43812f

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Modules/ComputerManagementDsc/Modules/ComputerManagementDsc.Common/ComputerManagementDsc.Common.psm1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
#>
345348
function 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
#>
382388
function 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
#>
405414
function 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
#>
455467
function Set-TimeZoneUsingDotNet
456468
{

0 commit comments

Comments
 (0)