We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a274d99 commit 7262852Copy full SHA for 7262852
src/ServiceManagement/StorSimple/Commands.StorSimple/Cmdlets/DeviceDetails/SetAzureStorSimpleDevice.cs
@@ -142,7 +142,7 @@ private bool ProcessParameters()
142
string.IsNullOrEmpty(SecondaryDnsServer) &&
143
(StorSimpleNetworkConfig == null || StorSimpleNetworkConfig.Count() < 1))
144
{
145
- throw new ArgumentException(Resources.SetASSDeviceNoSettingsProvided);
+ throw new ArgumentException(Resources.SetAzureStorSimpleDeviceNoSettingsProvided);
146
}
147
148
// Make sure that the DeviceId property has the appropriate value irrespective of the parameter set
0 commit comments