Skip to content

Commit ea3edda

Browse files
authored
Merge pull request #536 from CarlRabeler/20190311-p2s-article
more
2 parents ad928e5 + 183a8dd commit ea3edda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/azure-sql-db-managed-instance/attach-vpn-gateway/attachVPNGatewayAz.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function VerifyPSVersion
2424

2525
function Ensure-Login ()
2626
{
27-
$context = Get-AzureRmContext
27+
$context = Get-AzContext
2828
If($context.Subscription -eq $null)
2929
{
3030
Write-Host "Loging in ..."

0 commit comments

Comments
 (0)