From 4a95c87ed0c06ec4844dc4082b0a5735cb4b313e Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Fri, 22 Oct 2021 16:16:44 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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