Skip to content

Commit 1372d98

Browse files
committed
Merge pull request #22 from AzCiS/fix-set-vd
Fix DeviceProperties null error
2 parents aed34e9 + de54481 commit 1372d98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/ServiceClients/StorSimpleDevicesClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ public void UpdateVirtualDeviceDetails(DeviceDetails details, TimeZoneInfo timeZ
222222

223223
// mark everything that we dont intend to modify as null - indicating
224224
// to the service that there has been no change
225-
details.DeviceProperties = null;
226225
details.AlertNotification = null;
227226
details.Chap = null;
228227
details.DnsServer = null;

0 commit comments

Comments
 (0)