Updated action.yml with OIDC changes

This commit is contained in:
Usha N 2021-10-11 17:21:39 +05:30 committed by GitHub
commit b609339187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: 'SetthisvaluetotruetoenableAzurePowerShellLogininadditiontoAzCLIlogin'