Skip to content

Commit

Permalink
Update READMEs for Key Vault SDK betas (#18677)
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths authored Feb 10, 2021
1 parent c9ef36a commit f497503
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Azure Key Vault administration library clients support administrative tasks
Install the Azure Key Vault administration client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.Security.KeyVault.Administration --version 4.0.0-beta.1
dotnet add package Azure.Security.KeyVault.Administration --version 4.0.0-beta.4
```

### Prerequisites
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Azure Key Vault certificates client library enables programmatically managin
Install the Azure Key Vault certificates client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.Security.KeyVault.Certificates --version 4.2.0-beta.3
dotnet add package Azure.Security.KeyVault.Certificates --version 4.2.0-beta.4
```

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Keys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Azure Key Vault keys library client supports RSA keys and Elliptic Curve (EC
Install the Azure Key Vault keys client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.Security.KeyVault.Keys
dotnet add package Azure.Security.KeyVault.Keys --version 4.2.0-beta.4
```

### Prerequisites
Expand Down
2 changes: 1 addition & 1 deletion sdk/keyvault/Azure.Security.KeyVault.Secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The Azure Key Vault secrets client library allows you to securely store and cont
Install the Azure Key Vault secrets client library for .NET with [NuGet][nuget]:

```PowerShell
dotnet add package Azure.Security.KeyVault.Secrets
dotnet add package Azure.Security.KeyVault.Secrets --version 4.2.0-beta.4
```

### Prerequisites
Expand Down

0 comments on commit f497503

Please sign in to comment.