Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Fix README links
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarmer-msft committed Sep 28, 2018
1 parent 5b69e38 commit 30eecc9
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
10 changes: 7 additions & 3 deletions Blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,21 @@ Please note that the minimum nuget client version requirement has been updated t

The libraries depend on Newtonsoft Json, which can be downloaded directly or referenced by your code project through Nuget.

- [Newtonsoft.Json] (http://www.nuget.org/packages/Newtonsoft.Json)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json)

### Key Vault

The client-side encryption support depends on the KeyVault.Core package, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Core] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)
- [KeyVault.Core](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)

Tests for the client-side encryption support also depend on KeyVault.Extensions, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Extensions] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)
- [KeyVault.Extensions](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)

OAuth testing requires the ActiveDirectory identity model also available via NuGet:

- [IdentityModel.Clients.ActiveDirectory](http://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory)

## Code Samples

Expand Down
6 changes: 3 additions & 3 deletions Common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,17 @@ This version of the Storage Client Library ships with the storage version 2018-0

The libraries depend on Newtonsoft Json, which can be downloaded directly or referenced by your code project through Nuget.

- [Newtonsoft.Json] (http://www.nuget.org/packages/Newtonsoft.Json)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json)

### Key Vault

The client-side encryption support depends on the KeyVault.Core package, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Core] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)
- [KeyVault.Core](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)

Tests for the client-side encryption support also depend on KeyVault.Extensions, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Extensions] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)
- [KeyVault.Extensions](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)

## Code Samples

Expand Down
6 changes: 3 additions & 3 deletions File/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ Please note that the minimum nuget client version requirement has been updated t

The libraries depend on Newtonsoft Json, which can be downloaded directly or referenced by your code project through Nuget.

- [Newtonsoft.Json] (http://www.nuget.org/packages/Newtonsoft.Json)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json)

### Key Vault

The client-side encryption support depends on the KeyVault.Core package, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Core] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)
- [KeyVault.Core](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)

Tests for the client-side encryption support also depend on KeyVault.Extensions, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Extensions] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)
- [KeyVault.Extensions](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)

## Code Samples

Expand Down
6 changes: 3 additions & 3 deletions Queue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ Please note that the minimum nuget client version requirement has been updated t

The libraries depend on Newtonsoft Json, which can be downloaded directly or referenced by your code project through Nuget.

- [Newtonsoft.Json] (http://www.nuget.org/packages/Newtonsoft.Json)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json)

### Key Vault

The client-side encryption support depends on the KeyVault.Core package, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Core] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)
- [KeyVault.Core](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)

Tests for the client-side encryption support also depend on KeyVault.Extensions, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Extensions] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)
- [KeyVault.Extensions](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)

## Code Samples

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ Please note that the minimum nuget client version requirement has been updated t

The libraries depend on Newtonsoft Json, which can be downloaded directly or referenced by your code project through Nuget.

- [Newtonsoft.Json] (http://www.nuget.org/packages/Newtonsoft.Json)
- [Newtonsoft.Json](http://www.nuget.org/packages/Newtonsoft.Json)

### Key Vault

The client-side encryption support depends on the KeyVault.Core package, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Core] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)
- [KeyVault.Core](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Core)

### Test Dependencies

Expand All @@ -104,11 +104,11 @@ Once installed:

Tests for the client-side encryption support also depend on KeyVault.Extensions, which can be downloaded directly or referenced by your code project through Nuget.

- [KeyVault.Extensions] (http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)
- [KeyVault.Extensions](http://www.nuget.org/packages/Microsoft.Azure.KeyVault.Extensions)

OAuth testing requires the ActiveDirectory identity model also available via NuGet:

- [IdentityModel.Clients.ActiveDirectory] (http://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory)
- [IdentityModel.Clients.ActiveDirectory](http://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory)

## Code Samples

Expand Down

0 comments on commit 30eecc9

Please sign in to comment.