You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: notes/prepare-for-1.9.md
+7
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ The following methods and/or types have been changed in V1.9 compared to the pre
22
22
<th align=left>Remarks</th>
23
23
<th align=left>Ref</th>
24
24
</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>
0 commit comments