Skip to content

Commit 48a6e67

Browse files
committed
Merge branch 'onesdk-phase2' into onesdk-avirupch
2 parents 46d5cbc + e1e7891 commit 48a6e67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/DeviceDetails/SetAzureStorSimpleDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class SetAzureStorSimpleDevice : StorSimpleCmdletBase
5757
/// <summary>
5858
/// TimeZone for the device.
5959
/// </summary>
60-
[Parameter(Mandatory = false, Position = 2, HelpMessage = StorSimpleCmdletHelpMessage.TimeZone)]
60+
[Parameter(Mandatory = false, Position = 2, HelpMessage = StorSimpleCmdletHelpMessage.TimeZone, ValueFromPipeline = true)]
6161
[ValidateNotNullOrEmpty]
6262
public TimeZoneInfo TimeZone { get; set; }
6363

src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/DeviceDetails/SetAzureStorSimpleVirtualDevice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class SetAzureStorSimpleVirtualDevice : StorSimpleCmdletBase
4949
/// <summary>
5050
/// TimeZone for the device.
5151
/// </summary>
52-
[Parameter(Mandatory = false, Position = 2, HelpMessage = StorSimpleCmdletHelpMessage.TimeZone)]
52+
[Parameter(Mandatory = false, Position = 2, HelpMessage = StorSimpleCmdletHelpMessage.TimeZone, ValueFromPipeline=true)]
5353
[ValidateNotNullOrEmpty]
5454
public TimeZoneInfo TimeZone { get; set; }
5555

0 commit comments

Comments
 (0)