Skip to content

Commit

Permalink
Merge pull request #43 from AzCiS/sanmah
Browse files Browse the repository at this point in the history
Fixing error/verbose messages & SecondaryDNS fix
  • Loading branch information
parvezah committed Apr 10, 2015
2 parents 26b7417 + 06e4e68 commit e88b8eb
Show file tree
Hide file tree
Showing 4 changed files with 168 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public override void ExecuteCmdlet()

// If the device is being configured for the first time, validate that mandatory params
// for first setup have been provided
if (!deviceDetails.DeviceProperties.IsConfigUpdated && !ValidParamsForFirstDeviceConfiguration(StorSimpleNetworkConfig, TimeZone, SecondaryDnsServer))
if (!deviceDetails.DeviceProperties.IsConfigUpdated && !ValidParamsForFirstDeviceConfiguration(StorSimpleNetworkConfig, TimeZone))
{
throw new ArgumentException(Resources.MandatoryParamsMissingForInitialDeviceConfiguration);
}
Expand Down
Loading

0 comments on commit e88b8eb

Please sign in to comment.