diff --git a/scripts/PowerShell/deploy.ps1 b/scripts/PowerShell/deploy.ps1 index 4fa49cbd..6f524e66 100644 --- a/scripts/PowerShell/deploy.ps1 +++ b/scripts/PowerShell/deploy.ps1 @@ -56,7 +56,7 @@ $subscription # if the user has more than one subscriptions force the user to select one if ($Subscriptions.Length -gt 1) { $i = 1 - $Subscriptions | % { Write-Host "$i) $($_.SubscriptionName)"; $i++ } + $Subscriptions | % { Write-Host "$i) $($_.Name)"; $i++ } while($true) {