From 908959ce0d694083cbe51004c72303c105b7f930 Mon Sep 17 00:00:00 2001 From: Hovsep <hovsepm@microsoft.com> Date: Thu, 19 Apr 2018 22:57:14 -0700 Subject: [PATCH] Added REstClient breaking change information to notes for 1.9 document. (#280) --- notes/prepare-for-1.9.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notes/prepare-for-1.9.md b/notes/prepare-for-1.9.md index 29e46034f..8c17fa78c 100644 --- a/notes/prepare-for-1.9.md +++ b/notes/prepare-for-1.9.md @@ -22,6 +22,13 @@ The following methods and/or types have been changed in V1.9 compared to the pre <th align=left>Remarks</th> <th align=left>Ref</th> </tr> + <tr> + <td><code>Authentication flow</code></td> + <td><code>Credentials</code> property of <code>RestClient</code> class was of type <code>ServiceClientCredentials</code></td> + <td><code>Credentials</code> property of <code>RestClient</code> class is now of type<code>AzureCredentials</code></td> + <td><code>AzureCredentials</code> has a new constructor that accepts <code>ServiceClientCredentials</code> parameter. This will enable handling authentication process outside Fluent SDK framework and using acuired token during Fluent SDK communication by passing in <code>ServiceClientCredentials</code></td> + <td><a href="https://github.com/Azure/azure-libraries-for-net/pull/195">PR #195 </a></td> + </tr> <tr> <td><code>NetworkWatcher</code></td> <td><code>.GetTopology(string targetResourceGroup)</code></td>