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.
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.