Skip to content

Commit

Permalink
Fix typo in doc comment for the TokenFilePath field in workload_ident…
Browse files Browse the repository at this point in the history
…ity (#21353)
  • Loading branch information
ahsonkhan authored Aug 14, 2023
1 parent 3619646 commit 997915b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/azidentity/workload_identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type WorkloadIdentityCredentialOptions struct {
DisableInstanceDiscovery bool
// TenantID of the service principal. Defaults to the value of the environment variable AZURE_TENANT_ID.
TenantID string
// TokenFilePath is the path a file containing the workload identity token. Defaults to the value of the
// TokenFilePath is the path of a file containing a Kubernetes service account token. Defaults to the value of the
// environment variable AZURE_FEDERATED_TOKEN_FILE.
TokenFilePath string
}
Expand Down

0 comments on commit 997915b

Please sign in to comment.