diff --git a/README.md b/README.md index b4c15db5..ce57233f 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,8 @@ jobs: az group list pwd ``` - +This action supports login az powershell as well for both windows and linux runners by setting an input parameter `enable-AzPSSession: true`. Below is the sample workflow for the same using the windows runner. Please note that powershell login is not supported in Macos runners. + ## Sample workflow that uses Azure login action using OIDC to run az PowerShell (Windows) ```yaml