Skip to content

Commit e88b8eb

Browse files
committed
Merge pull request #43 from AzCiS/sanmah
Fixing error/verbose messages & SecondaryDNS fix
2 parents 26b7417 + 06e4e68 commit e88b8eb

File tree

4 files changed

+168
-168
lines changed

4 files changed

+168
-168
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
@@ -94,7 +94,7 @@ public override void ExecuteCmdlet()
9494

9595
// If the device is being configured for the first time, validate that mandatory params
9696
// for first setup have been provided
97-
if (!deviceDetails.DeviceProperties.IsConfigUpdated && !ValidParamsForFirstDeviceConfiguration(StorSimpleNetworkConfig, TimeZone, SecondaryDnsServer))
97+
if (!deviceDetails.DeviceProperties.IsConfigUpdated && !ValidParamsForFirstDeviceConfiguration(StorSimpleNetworkConfig, TimeZone))
9898
{
9999
throw new ArgumentException(Resources.MandatoryParamsMissingForInitialDeviceConfiguration);
100100
}

0 commit comments

Comments
 (0)