Merge pull request 132 from dev/193-repin-monad into develop

This commit is contained in:
Andy Schwartzmeyer 2015-08-28 17:15:23 +00:00
commit e68785ea26
5 changed files with 163 additions and 1 deletions

View file

@ -595,6 +595,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to convert the value of CimProperty {0} to the property value of class {1}..
/// </summary>
internal static string ConvertCimPropertyToObjectPropertyFailed {
get {
return ResourceManager.GetString("ConvertCimPropertyToObjectPropertyFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not get dispatch ID for {0} (error: {1})..
/// </summary>
@ -838,6 +847,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Keyword &apos;{0}&apos; already defined in the configuration..
/// </summary>
internal static string DuplicateKeywordDefinition {
get {
return ResourceManager.GetString("DuplicateKeywordDefinition", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Duplicate named arguments &apos;{0}&apos; are not allowed..
/// </summary>
@ -1090,6 +1108,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Property {0} of PowerShell class {1} is not declared as array type, but defined in its configuration instance as instance array type..
/// </summary>
internal static string ExpectArrayTypeOfPropertyInPSClass {
get {
return ResourceManager.GetString("ExpectArrayTypeOfPropertyInPSClass", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to An expression was expected after &apos;(&apos;..
/// </summary>
@ -1430,6 +1457,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to create an object of PowerShell class {0}..
/// </summary>
internal static string InstantiatePSClassObjectFailed {
get {
return ResourceManager.GetString("InstantiatePSClassObjectFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to &apos;{0}&apos;: Interface name expected..
/// </summary>
@ -1538,6 +1574,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to The hashtable supplied to the Desired State Configuration resource {0} is not valid. The key or value cannot be null or empty..
/// </summary>
internal static string InvalidHashtable {
get {
return ResourceManager.GetString("InvalidHashtable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The member &apos;{0}&apos; is not valid. Valid members are
///&apos;{1}&apos;..
@ -1602,6 +1647,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to The username supplied to the Desired State Configuration resource {0} is not valid. The username cannot be null or empty..
/// </summary>
internal static string InvalidPassword {
get {
return ResourceManager.GetString("InvalidPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The PowerShell data file &apos;{0}&apos; is invalid since it cannot be evaluated into a Hashtable object..
/// </summary>
@ -1665,6 +1719,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to The username supplied to the Desired State Configuration resource {0} is not valid. The username cannot be null or empty..
/// </summary>
internal static string InvalidUserName {
get {
return ResourceManager.GetString("InvalidUserName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Expression is not allowed in a Using expression..
/// </summary>
@ -2925,6 +2988,15 @@ internal class ParserStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Property {0} is not declared in PowerShell class {1}, but defined in its configuration instance..
/// </summary>
internal static string PropertyNotDeclaredInPSClass {
get {
return ResourceManager.GetString("PropertyNotDeclaredInPSClass", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The property &apos;{0}&apos; cannot be found on this object. Verify that the property exists and can be set..
/// </summary>

View file

@ -250,6 +250,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to find vmcompute.dll. The Hyper-V role may not be enabled on this machine..
/// </summary>
internal static string CannotFindVmComputeDll {
get {
return ResourceManager.GetString("CannotFindVmComputeDll", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The call to Windows API GetStdHandle to get the Standard Error handle resulted in an error code: {0}..
/// </summary>
@ -538,6 +547,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Could not find the toolkit, &apos;{0}&apos;. The toolkit must be a file named &apos;{1}&apos; within a &apos;Toolkits&apos; directory in a module in the current module path..
/// </summary>
internal static string CouldNotFindToolkit {
get {
return ResourceManager.GetString("CouldNotFindToolkit", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid value for the parameter {1}. The value must be greater than or equal to 0..
/// </summary>
@ -767,6 +785,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Could not parse visible command defintion for &apos;{0}&apos;. The visible command definition must be a hashtable with the keys of &apos;Name&apos; and &apos;Parameters&apos;. The value of the &apos;Parameters&apos; key must be a collection of hashtables with the keys &apos;Name&apos;, and optionally either &apos;ValidateSet&apos; or &apos;ValidatePattern&apos;..
/// </summary>
internal static string DISCCommandModificationSyntax {
get {
return ResourceManager.GetString("DISCCommandModificationSyntax", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Company associated with this session configuration.
/// </summary>
@ -956,6 +983,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to User roles (security groups), and the additional configuration settings that should be applied to them.
/// </summary>
internal static string DISCRoleDefinitionsComment {
get {
return ResourceManager.GetString("DISCRoleDefinitionsComment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Version number of the schema used for this configuration file.
/// </summary>
@ -974,6 +1010,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Toolkits to apply to this session configuration. This toolkit must be defined as a session configuration file named after that toolkit within a &apos;Toolkits&apos; directory in a module in the current module path..
/// </summary>
internal static string DISCToolkitsToLoadComment {
get {
return ResourceManager.GetString("DISCToolkitsToLoadComment", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Specifies the transport options for this session configuration.
/// </summary>
@ -1629,6 +1674,33 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to The &apos;Roles&apos; entry must be a hashtable, but was a {0}..
/// </summary>
internal static string InvalidRoleEntry {
get {
return ResourceManager.GetString("InvalidRoleEntry", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The key &apos;{0}&apos; is not valid in a toolkit or role definition..
/// </summary>
internal static string InvalidRoleToolkitKey {
get {
return ResourceManager.GetString("InvalidRoleToolkitKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Could not convert the value of the &apos;{0}&apos; role entry to a hashtable. The &apos;Roles&apos; entry must be a hashtable with group names for keys, where the value associated with each key is another hashtable of session configuration properties for that role..
/// </summary>
internal static string InvalidRoleValue {
get {
return ResourceManager.GetString("InvalidRoleValue", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to {0} is not a valid schema value. Valid values are &quot;http&quot; and &quot;https&quot;..
/// </summary>
@ -3053,6 +3125,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to Failed to create an instance of RemoteSessionHyperVSocketServer..
/// </summary>
internal static string RemoteSessionHyperVSocketServerConstructorFailure {
get {
return ResourceManager.GetString("RemoteSessionHyperVSocketServerConstructorFailure", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Remote transport error: {0}.
/// </summary>
@ -3837,6 +3918,15 @@ internal class RemotingErrorIdStrings {
}
}
/// <summary>
/// Looks up a localized string similar to WSMan Initialization failed with error code: {0}..
/// </summary>
internal static string WSManInitFailed {
get {
return ResourceManager.GetString("WSManInitFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The maximum number of WS-Man URI redirections to allow while connecting to a remote computer.
/// </summary>

@ -1 +1 @@
Subproject commit 2793b76e2d48f012a82b8e9106b9e9f496d3b785
Subproject commit 44427ec1f38f443a8b90a48e50a4d40beed0fa05