diff --git a/Blob/README.md b/Blob/README.md index 9c441484a..8b890a532 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -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 diff --git a/Common/README.md b/Common/README.md index d28b8e75c..074e06eaf 100644 --- a/Common/README.md +++ b/Common/README.md @@ -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 diff --git a/File/README.md b/File/README.md index 1798e7c15..e203f1435 100644 --- a/File/README.md +++ b/File/README.md @@ -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 diff --git a/Queue/README.md b/Queue/README.md index 6149e92dd..f7381fea5 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -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 diff --git a/README.md b/README.md index 1dcfd5e4a..1b4be5a48 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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