From 13aa761aaa45323873644cede724db8b372bd40c Mon Sep 17 00:00:00 2001 From: Akshaya M Date: Thu, 19 Mar 2020 11:08:42 +0530 Subject: [PATCH] changes in action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 146130e0..1e6373c6 100644 --- a/action.yml +++ b/action.yml @@ -5,6 +5,10 @@ inputs: creds: description: 'Paste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALS' required: true + enable-PSSession: + description: 'Set this value to true to enable Azure PowerShell Login in addition to Az CLI login' + required: false + default: false branding: icon: 'login.svg' color: 'blue'