mirror of
https://github.com/azure/login.git
synced 2026-06-07 19:47:09 +00:00
Updated action.yml with OIDC changes
This commit is contained in:
parent
a4b1865541
commit
b609339187
1 changed files with 3 additions and 3 deletions
|
|
@ -6,13 +6,13 @@ inputs:
|
|||
description: 'Paste output of `az ad sp create-for-rbac` as value of secret variable: AZURE_CREDENTIALS'
|
||||
required: false
|
||||
client-id:
|
||||
description: 'ClientId of the Azure Service principal created.'
|
||||
description: 'ClientId of the Azure Service principal associated with OIDC Federated credential '
|
||||
required: false
|
||||
tenant-id:
|
||||
description: 'TenantId of the Azure Service principal created.'
|
||||
description: 'TenantId of the Azure Service principal associated with OIDC Federated credential.'
|
||||
required: false
|
||||
subscription-id:
|
||||
description: 'Azure subscriptionId'
|
||||
description: 'Azure subscriptionId scoped to the service principal with associated OIDC Federated credential'
|
||||
required: false
|
||||
enable-AzPSSession:
|
||||
description: 'Set this value to true to enable Azure PowerShell Login in addition to Az CLI login'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue