Skip to content

Added in NVA Changes for ILB Migration in Powershell - #29908

Open
Jordang3177 wants to merge 1 commit into
Azure:release-network-2025-09-01from
Jordang3177:NVA_ILB_Migration_powershell_Changes
Open

Added in NVA Changes for ILB Migration in Powershell#29908
Jordang3177 wants to merge 1 commit into
Azure:release-network-2025-09-01from
Jordang3177:NVA_ILB_Migration_powershell_Changes

Conversation

@Jordang3177

Copy link
Copy Markdown

Description

Adds PowerShell support for the Network Virtual Appliance (NVA) migration workflow, introduced in the Network API version 2025-09-01. This enables migrating an NVA to a new OS version or to the new internal load balancer (ILB) architecture.

New cmdlets (each supports both the resource-name and resource-id parameter sets and returns the updated PSNetworkVirtualAppliance):

  • Invoke-AzNetworkVirtualAppliancePrepareMigration — stages the migration (-MigrationType MigrateToNewOSVersion | MigrateToNewILBArchitecture, optional -MarketPlaceVersion)
  • Invoke-AzNetworkVirtualApplianceExecuteMigration — performs the prepared migration
  • Invoke-AzNetworkVirtualApplianceCommitMigration — finalizes the migration
  • Invoke-AzNetworkVirtualApplianceAbortMigration — rolls back an in-progress migration

Also adds a read-only MigrationStatus property (MigrationType / MigrationPhase / MigrationPhaseStatus) to the NVA output surfaced by Get-AzNetworkVirtualAppliance.

Includes the supporting SDK models/operations, AutoMapper mappings, markdown help, and scenario tests (Test-NetworkVirtualApplianceIlbMigration, -MigrationAbort, -MigrationByResourceId).

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

@a0x1ab

a0x1ab commented Jul 27, 2026

Copy link
Copy Markdown
Member

/azp run

@azure-pipelines

Copy link
Copy Markdown
Contributor
Azure Pipelines:
Successfully started running 3 pipeline(s).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants