There was an error while loading. Please reload this page.
1 parent 860e5ac commit 13aa761Copy full SHA for 13aa761
1 file changed
action.yml
@@ -5,6 +5,10 @@ inputs:
5
creds:
6
description: 'Paste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALS'
7
required: true
8
+ enable-PSSession:
9
+ description: 'Set this value to true to enable Azure PowerShell Login in addition to Az CLI login'
10
+ required: false
11
+ default: false
12
branding:
13
icon: 'login.svg'
14
color: 'blue'
0 commit comments