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
Describe the bug
The PowerShell script fails when trying to execute #required line in RunWorkflows.ps1 or EnvironmentContext.ps1 after the recent Az module update.
To Reproduce
Steps to reproduce the behavior: Run any GitHub action for Azure deployment
Additional context
After the AZ Module update, we found that we need to remove:
The line "#Requires -Modules Az, powershell-yaml" from RunWorkflows.ps1
The line "#Requires -Modules powershell-yaml" from EnvironmentContext.ps1
The text was updated successfully, but these errors were encountered:
Describe the bug
The PowerShell script fails when trying to execute #required line in RunWorkflows.ps1 or EnvironmentContext.ps1 after the recent Az module update.
To Reproduce
Steps to reproduce the behavior: Run any GitHub action for Azure deployment
Additional context
After the AZ Module update, we found that we need to remove:
The text was updated successfully, but these errors were encountered: