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 Remarks Ref + + Authentication flow + Credentials property of RestClient class was of type ServiceClientCredentials + Credentials property of RestClient class is now of typeAzureCredentials + AzureCredentials has a new constructor that accepts ServiceClientCredentials parameter. This will enable handling authentication process outside Fluent SDK framework and using acuired token during Fluent SDK communication by passing in ServiceClientCredentials + PR #195 + NetworkWatcher .GetTopology(string targetResourceGroup)