Skip to content

Commit 906cc9a

Browse files
committed
Merge pull request #9 from AzCiS/device-config
Device config
2 parents bc6fc13 + d6bc13b commit 906cc9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServiceManagement/StorSimple/Commands.StorSimple/StorSimpleCmdletHelpMessage.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ internal static class StorSimpleCmdletHelpMessage
9898
public const string FailoverTargetDeviceId = "The device identifier of the StorSimple failover target device";
9999
public const string Controller0IPv4Address = "IPv4 address of controller0. Should be set on Data0 only.";
100100
public const string Controller1IPv4Address = "IPv4 address of controller1. Should be set on Data0 only.";
101-
public const string InterfaceAlias = "Alias of interface the network config is for. Must be one of the values from Data0 to Data5";
101+
public const string InterfaceAlias = "Alias of interface the network config is for.";
102102
public const string IPv4Address = "IPv4 Address for the net interface";
103103
public const string IPv4Gateway = "IPv4 Address of gateway";
104104
public const string IPv4Netmask = "IPv4 netmask for this interface";
@@ -115,8 +115,8 @@ internal static class StorSimpleCmdletHelpMessage
115115
public const string SEK = "Service Encryption Key for the resource of the virtual device.";
116116
public const string FromTime = "Beginning of time interval for which to filter results.";
117117
public const string ToTime = "End of time interval for which to filter results.";
118-
public const string DeviceJobStatus = "Status of job. Valid values - Running, Completed, Cancelled, Failed, Cancelling, CompletedWithErrors";
119-
public const string DeviceJobType = "Type of job. Valid values - Backup, ManualBackup, Restore, CloneWorkflow, DeviceRestore, Update, SupportPackage, VirtualApplianceProvisioning";
118+
public const string DeviceJobStatus = "Status of job.";
119+
public const string DeviceJobType = "Type of job.";
120120

121121
}
122122
}

0 commit comments

Comments
 (0)