File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212function 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'
5353function 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" )]
You can’t perform that action at this time.
0 commit comments