Skip to content

Commit

Permalink
Updated VPN display name (#475)
Browse files Browse the repository at this point in the history
* Updated VPN display name

* Updated  value
  • Loading branch information
jeffgilb authored and knithinc committed Oct 25, 2018
1 parent 0154f59 commit 7471ab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Connect/AzureStack.Connect.psm1
Expand Up @@ -12,7 +12,7 @@
function Add-AzsVpnConnection {
param (
[parameter(HelpMessage = "Azure Stack VPN Connection Name such as 'my-poc'")]
[string] $ConnectionName = "azurestack",
[string] $ConnectionName = "Azure Stack",

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

0 comments on commit 7471ab1

Please sign in to comment.