Skip to content

Commit

Permalink
[Key Vault Admin] Fixed bad reference in the readme (#11599)
Browse files Browse the repository at this point in the history
The readme had a bad reference in one of the samples.

@zzhxiaofeng Is this what you meant?

Fixes #11491
  • Loading branch information
sadasant authored Oct 2, 2020
1 parent b6b8037 commit 6dae5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/keyvault/keyvault-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Once you've populated the **AZURE_CLIENT_ID**, **AZURE_CLIENT_SECRET** and **AZU

```ts
import { DefaultAzureCredential } from "@azure/identity";
import { KeyVaultBackupClient } from "@azure/keyvault-admin";
import { KeyVaultAccessControlClient } from "@azure/keyvault-admin";

const credentials = new DefaultAzureCredential();

Expand Down

0 comments on commit 6dae5f6

Please sign in to comment.