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
Component
[] PowerShell module
[] VSCode extension
[] Other
Description of the issue
Please provide a clear and concise description of the problem. Ex. When I do this ... I face this issue ...
The step while creating the plan, facing error with file path
$Plan = New-AzUpgradeModulePlan -FromAzureRmVersion 6.13.1 -ToAzVersion latest -FilePath 'C:\Scripts\my-azure-script.ps1'
I tried changing the path to 'C:\Program Files\WindowsPowerShell\Modules\Scripts\my-azure-script.ps1' as well
The text was updated successfully, but these errors were encountered:
Hi. The -FilePath parameter represents an existing script file that utilizes AzureRM that you want to migrate to Az. Please make sure the script file exists before running the command.
Component
[] PowerShell module
[] VSCode extension
[] Other
Description of the issue
Please provide a clear and concise description of the problem. Ex. When I do this ... I face this issue ...
The step while creating the plan, facing error with file path
$Plan = New-AzUpgradeModulePlan -FromAzureRmVersion 6.13.1 -ToAzVersion latest -FilePath 'C:\Scripts\my-azure-script.ps1'
I tried changing the path to 'C:\Program Files\WindowsPowerShell\Modules\Scripts\my-azure-script.ps1' as well
The text was updated successfully, but these errors were encountered: