Skip to content

Commit ddabe02

Browse files
committed
write-warning -> write-host
1 parent fc6ed51 commit ddabe02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/Start-AzBasicLoadBalancerUpgrade/Start-AzBasicLoadBalancerUpgrade.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function Start-AzBasicLoadBalancerUpgrade {
199199

200200
# warn user about application downtime
201201
If (((!$skipDowntimeWarning) -and !$force) -and !(Test-Path -Path (Join-Path -Path $RecoveryBackupPath -ChildPath 'Start-AzBasicLoadBalancerUpgrade.log'))) {
202-
Write-Warning "Migration causes downtime for the application(s) using the Basic Load Balancer--usually a few minutes--see https://aka.ms/BasicLBMigrateDowntime."
202+
Write-Host "WARNING: Migration causes downtime for the application(s) using the Basic Load Balancer--usually a few minutes--see https://aka.ms/BasicLBMigrateDowntime."
203203

204204
if (!$validateScenarioOnly) {
205205
$result = Read-Host -Prompt 'Are you sure you want to continue? [y/N]'

0 commit comments

Comments
 (0)