Skip to content

Commit

Permalink
update words
Browse files Browse the repository at this point in the history
  • Loading branch information
YanaXu committed Nov 2, 2023
1 parent ed3a3a9 commit e88d207
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ It's used in login with OpenID Connect (OIDC) and user-assigned managed identity

It's better to create a GitHub Action secret for this parameter when using it. Refer to [Using secrets in GitHub Actions](https://docs.github.com/actions/security-guides/using-secrets-in-github-actions).

Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) and [Login With User-assigned Managed Identity](#login-with-user-assigned-managed-identity) for usage.
Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) and [Login With User-assigned Managed Identity](#login-with-user-assigned-managed-identity) for its usage.

### Parameter `subscription-id`

Expand All @@ -38,7 +38,7 @@ It's used in login with OpenID Connect (OIDC) and managed identity.

It's better to create a GitHub Action secret for this parameter when using it. Refer to [Using secrets in GitHub Actions](https://docs.github.com/actions/security-guides/using-secrets-in-github-actions).

Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for usage.
Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for its usage.

### Parameter `tenant-id`

Expand All @@ -48,7 +48,7 @@ It's used in login with OpenID Connect (OIDC) and managed identity.

It's better to create a GitHub Action secret for this parameter when using it. Refer to [Using secrets in GitHub Actions](https://docs.github.com/actions/security-guides/using-secrets-in-github-actions).

Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for usage.
Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for its usage.

### Parameter `creds`

Expand All @@ -72,27 +72,27 @@ It's used in login with a Azure service principal secret.
It's better to create a GitHub Action secret for this parameter when using it. Refer to [Using secrets in GitHub Actions](https://docs.github.com/actions/security-guides/using-secrets-in-github-actions).


Refer to [Login With a Service Principal Secret](#login-with-a-service-principal-secret) for usage.
Refer to [Login With a Service Principal Secret](#login-with-a-service-principal-secret) for its usage.

### Parameter `enable-AzPSSession`

By default, Azure Login Action only logs in with the Azure CLI. To log in with the Azure PowerShell module, set `enable-AzPSSession` to true.

Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for usage.
Refer to [Login With OpenID Connect (OIDC)](#login-with-openid-connect-oidc) for its usage.

### Parameter `environment`

By default, Azure Login Action connects to the Azure Public Cloud (`AzureCloud`).

To login to one of the Azure Government clouds or Azure Stack, set `environment` to one of the supported values `AzureUSGovernment` or `AzureChinaCloud` or `AzureGermanCloud` or `AzureStack`.

Refer to [Login to Azure US Government cloud](#login-to-azure-us-government-cloud) for usage.
Refer to [Login to Azure US Government cloud](#login-to-azure-us-government-cloud) for its usage.

### Parameter `allow-no-subscriptions`

By default, Azure Login Action requires a `subscription-id`. To login to Azure tenants without any subscriptions, set `allow-no-subscriptions` to true.

Refer to [Login without subscription](#login-without-subscription) for usage.
Refer to [Login without subscription](#login-without-subscription) for its usage.

### Parameter `audience`

Expand All @@ -102,7 +102,7 @@ Azure Login Action gets the JWT ID token from GitHub OIDC provider when login wi

The input parameter `auth-type` specifies the type of authentication. The default value is `SERVICE_PRINCIPAL`. Users can specify it as `IDENTITY` for login with Managed Identity.

Refer to [Login With System-assigned Managed Identity](#login-with-system-assigned-managed-identity) and [Login With User-assigned Managed Identity](#login-with-user-assigned-managed-identity) for usage.
Refer to [Login With System-assigned Managed Identity](#login-with-system-assigned-managed-identity) and [Login With User-assigned Managed Identity](#login-with-user-assigned-managed-identity) for its usage.

## Workflow Examples

Expand Down

0 comments on commit e88d207

Please sign in to comment.