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 for migrating #requires #128

Open FuncLun opened 12 months ago

FuncLun commented 12 months ago

Component PowerShell module

Description of the new feature New-AzUpgradeModulePlan/Invoke-AzUpgradeModulePlan does not migrate #requires -Modules AzureRM.

Describe the solution you'd like Scripts with #requires -Modules AzureRM should be updated to #requires the proper modules, or at least the #requires line should be commented out.

isra-fel commented 11 months ago

That makes sense. Thanks for the feedback.

Things to consider when implmeting this: