Skip to content

Commit 183a8dd

Browse files
committed
more
1 parent f43569f commit 183a8dd

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)