You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/ScenariosMigration/ScenariosMigration.psm1
+24-19Lines changed: 24 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -112,12 +112,6 @@ function PublicLBMigrationVmss {
112
112
Write-Progress-Status "Public Load Balancer with VMSS backend detected. Initiating Public Load Balancer Migration"-PercentComplete 0@progressParams
113
113
log -Message "[PublicLBMigration] Public Load Balancer with VMSS backend found. Initiating Public Load Balancer Migration"
114
114
115
-
# Creating a vmss object before it gets changed as a reference for the backend pool migration
116
-
Write-Progress-Status "Backing up VMSS"-ParentId 4@progressParams
# TO-DO will create a VMSS backup for each LB of the same VMSS but since -multiLBConfig is not restricted to shared backends, there may be different VMSSes anyway
962
+
if ($migrationConfig.scenario.backendType-eq'VMSS') {
963
+
Write-Progress-Status "Backing up VMSS Configurations"-PercentComplete ((3/5) *100) @progressParams
Copy file name to clipboardExpand all lines: AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/modules/Start-AzBasicLoadBalancerUpgrade/Start-AzBasicLoadBalancerUpgrade.psm1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -293,8 +293,8 @@ function Start-AzBasicLoadBalancerUpgrade {
0 commit comments