Skip to content

Commit

Permalink
Added REstClient breaking change information to notes for 1.9 documen…
Browse files Browse the repository at this point in the history
…t. (#280)
  • Loading branch information
Hovsep authored Apr 20, 2018
1 parent 08d0081 commit 908959c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions notes/prepare-for-1.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 908959c

Please sign in to comment.