Skip to content

Commit 97e87e2

Browse files
author
Hongzhou You
committed
fix help message
1 parent 398fb86 commit 97e87e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SignalR/SignalR/Cmdlets/NewAzureRmSignalR.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public sealed class NewAzureRmSignalR : SignalRCmdletBase
7878

7979
[Parameter(
8080
Mandatory = false,
81-
HelpMessage = "The allowed origins for the SignalR service. To allow all, use \"*\" and remove all other origins from the list. Slashes are not allowed as part of domain or after TLD")]
81+
HelpMessage = "The allowed origins for the SignalR service. To allow all, use \"*\" and remove all other origins from the list. Slashes are not allowed as part of domain or after top-level domain")]
8282
public string[] AllowedOrigin { get; set; }
8383

8484
[Parameter(

src/SignalR/SignalR/Cmdlets/UpdateAzureRmSignalR.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class UpdateAzureRmSignalR : SignalRCmdletBase, IWithInputObject, IWithRe
8888

8989
[Parameter(
9090
Mandatory = false,
91-
HelpMessage = "The allowed origins for the SignalR service. To allow all, use \"*\" and remove all other origins from the list. Slashes are not allowed as part of domain or after TLD")]
91+
HelpMessage = "The allowed origins for the SignalR service. To allow all, use \"*\" and remove all other origins from the list. Slashes are not allowed as part of domain or after top-level domain")]
9292
public string[] AllowedOrigin { get; set; }
9393

9494
[Parameter(

0 commit comments

Comments
 (0)