Merge pull request #536 from CarlRabeler/20190311-p2s-article

more
This commit is contained in:
Carl Rabeler
2019-03-11 14:46:17 -07:00
committed by GitHub
@@ -24,7 +24,7 @@ function VerifyPSVersion
function Ensure-Login ()
{
$context = Get-AzureRmContext
$context = Get-AzContext
If($context.Subscription -eq $null)
{
Write-Host "Loging in ..."