Skip to content

Commit 7262852

Browse files
committed
Fix resource name
1 parent a274d99 commit 7262852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -142,7 +142,7 @@ private bool ProcessParameters()
142142
string.IsNullOrEmpty(SecondaryDnsServer) &&
143143
(StorSimpleNetworkConfig == null || StorSimpleNetworkConfig.Count() < 1))
144144
{
145-
throw new ArgumentException(Resources.SetASSDeviceNoSettingsProvided);
145+
throw new ArgumentException(Resources.SetAzureStorSimpleDeviceNoSettingsProvided);
146146
}
147147

148148
// Make sure that the DeviceId property has the appropriate value irrespective of the parameter set

0 commit comments

Comments
 (0)