Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumit Hotchandani authored Jul 30, 2022
1 parent 1208004 commit b374a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface AzureKeyVaultCredentials {
tenantId?: string;
clientSecret?: string;
clientCertificatePath?: string;
accessToken: AccessToken;
accessToken?: AccessToken;
keyVersion?: string
}
```
Expand Down

0 comments on commit b374a1c

Please sign in to comment.