Azure / azure-powershell-migration

Tools and resources to help migrate PowerShell scripts between incompatible versions of Az and AzureRM modules
MIT License
35 stars 18 forks source link

support azurerm 6.13.2 #137

Closed VeryEarly closed 9 months ago

VeryEarly commented 9 months ago

This pull request primarily introduces support for AzureRm version 6.13.2 in the Az.Tools.Migration PowerShell module. The most significant changes include updating the ModuleVersion and ReleaseNotes in the module manifest, modifying the help messages and validation sets for the AzureRmVersion parameter in the Find-AzUpgradeCommandReference and New-AzUpgradeModulePlan functions, and adding error handling for unsupported AzureRm versions in these functions.

Module Manifest Changes:

Function Parameter Changes:

Error Handling for Unsupported Versions:

Documentation Updates:

isra-fel commented 9 months ago

All looks good. I just did a search in the repo, can you update this line as well? https://github.com/Azure/azure-powershell-migration/blob/3a40fb7ecac4e2b350427709e5ecc045c4fe44d4/docs/quickstart-migrate-azurerm-to-az-automatically.md?plain=1#L23

VeryEarly commented 9 months ago

All looks good. I just did a search in the repo, can you update this line as well?

https://github.com/Azure/azure-powershell-migration/blob/3a40fb7ecac4e2b350427709e5ecc045c4fe44d4/docs/quickstart-migrate-azurerm-to-az-automatically.md?plain=1#L23

updated