Skip to content

Commit 7471ab1

Browse files
jeffgilbknithinc
authored andcommitted
Updated VPN display name (#475)
* Updated VPN display name * Updated value
1 parent 0154f59 commit 7471ab1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Connect/AzureStack.Connect.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
function Add-AzsVpnConnection {
1313
param (
1414
[parameter(HelpMessage = "Azure Stack VPN Connection Name such as 'my-poc'")]
15-
[string] $ConnectionName = "azurestack",
15+
[string] $ConnectionName = "Azure Stack",
1616

1717
[parameter(mandatory = $true, HelpMessage = "External IP of the Azure Stack NAT VM such as '1.2.3.4'")]
1818
[string] $ServerAddress,
@@ -53,7 +53,7 @@ Export-ModuleMember -Function 'Add-AzsVpnConnection'
5353
function Connect-AzsVpn {
5454
param (
5555
[parameter(HelpMessage = "Azure Stack VPN Connection Name such as 'my-poc'")]
56-
[string] $ConnectionName = "azurestack",
56+
[string] $ConnectionName = "Azure Stack",
5757
[parameter(HelpMessage = "Administrator user name of this Azure Stack Instance")]
5858
[string] $User = "administrator",
5959
[parameter(mandatory = $true, HelpMessage = "Administrator password used to deploy this Azure Stack instance")]

0 commit comments

Comments
 (0)