You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: