Skip to content

Commit 908959c

Browse files
author
Hovsep
authored
Added REstClient breaking change information to notes for 1.9 document. (#280)
1 parent 08d0081 commit 908959c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

notes/prepare-for-1.9.md

+7
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ The following methods and/or types have been changed in V1.9 compared to the pre
2222
<th align=left>Remarks</th>
2323
<th align=left>Ref</th>
2424
</tr>
25+
<tr>
26+
<td><code>Authentication flow</code></td>
27+
<td><code>Credentials</code> property of <code>RestClient</code> class was of type <code>ServiceClientCredentials</code></td>
28+
<td><code>Credentials</code> property of <code>RestClient</code> class is now of type<code>AzureCredentials</code></td>
29+
<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>
30+
<td><a href="https://github.com/Azure/azure-libraries-for-net/pull/195">PR #195 </a></td>
31+
</tr>
2532
<tr>
2633
<td><code>NetworkWatcher</code></td>
2734
<td><code>.GetTopology(string targetResourceGroup)</code></td>

0 commit comments

Comments
 (0)