Skip to content

Commit fc593e1

Browse files
authored
v2.4.13 (#128)
1 parent ddf57c2 commit fc593e1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

AzureBasicLoadBalancerUpgrade/module/AzureBasicLoadBalancerUpgrade/AzureBasicLoadBalancerUpgrade.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AzureBasicLoadBalancerUpgrade'
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.4.12'
15+
ModuleVersion = '2.4.13'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -107,7 +107,7 @@
107107
# IconUri = ''
108108

109109
# ReleaseNotes of this module
110-
ReleaseNotes = 'Fix ARG timeout in multi-lb VM scenario validation'
110+
ReleaseNotes = 'Added NAT pool migration parameter note'
111111

112112
# Prerelease string of this module
113113
# Prerelease = ''

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Use in combination with -validateCompletedMigration to validate a completed migr
5454
Name of the new Standard Load Balancer. If not specified, the name of the Basic load balancer will be reused.
5555
5656
.PARAMETER skipUpgradeNATPoolsToNATRules
57-
If specified, the migration will skip upgrading NAT Pools to NAT Rules. NAT Rules are more managable and functional than NAT Pools, while providing the same functionality
57+
If specified, the migration will skip upgrading NAT Pools to NAT Rules. NAT Rules are more managable and functional than NAT Pools, while providing the same capabilities. This module migrates NAT Pools to NAT Rules by default, creating a new backend pool for each NAT rule
58+
To have more control on backend pools, specify -skipUpgradeNATPoolsToNATRules, then use the AzureLoadBalancerNATPoolMigration module to update NAT Pools on the new Standard LB see: https://learn.microsoft.com/azure/load-balancer/load-balancer-nat-pool-migration.
5859
5960
.PARAMETER MultiLBConfig
6061
Array of objects containing the basic load balancer and standard load balancer name to migrate. Use this parameter to migrate multiple load balancers with shared backend pool members. Optionally, specify a new standard load balancer name for each basic load balancers.

0 commit comments

Comments
 (0)