Update PsProxyTypes.cs
To remove a redundant dot
This commit is contained in:
Родитель
cfa925f8b2
Коммит
b9d6f405cc
|
@ -308,7 +308,7 @@ namespace Microsoft.Rest.ClientRuntime.PowerShell
|
|||
IsMandatory = ParameterAttribute.Mandatory;
|
||||
|
||||
var complexParameterName = ParameterName.ToUpperInvariant();
|
||||
var complexMessage = $"{Environment.NewLine}.";
|
||||
var complexMessage = $"{Environment.NewLine}";
|
||||
var description = ParameterAttribute.HelpMessage.NullIfEmpty() ?? HelpInfo.Description.NullIfEmpty() ?? InfoAttribute?.Description.NullIfEmpty() ?? String.Empty;
|
||||
// Remove the complex type message as it will be reinserted if this is a complex type
|
||||
description = description.NormalizeNewLines().Replace(complexMessage, String.Empty).Replace(complexMessage.ToPsSingleLine(), String.Empty);
|
||||
|
|
Загрузка…
Ссылка в новой задаче