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'