Skip to content

Commit

Permalink
v2.4.13 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrat2005 authored Nov 1, 2024
1 parent ddf57c2 commit fc593e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'AzureBasicLoadBalancerUpgrade'

# Version number of this module.
ModuleVersion = '2.4.12'
ModuleVersion = '2.4.13'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -107,7 +107,7 @@
# IconUri = ''

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

# Prerelease string of this module
# Prerelease = ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ Use in combination with -validateCompletedMigration to validate a completed migr
Name of the new Standard Load Balancer. If not specified, the name of the Basic load balancer will be reused.
.PARAMETER skipUpgradeNATPoolsToNATRules
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
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
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.
.PARAMETER MultiLBConfig
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.
Expand Down

0 comments on commit fc593e1

Please sign in to comment.