From 5901f29beac65701b4c6a7218c73c19c6b66aebd Mon Sep 17 00:00:00 2001 From: Gauri Prasad Date: Tue, 11 Jul 2023 13:43:36 -0700 Subject: [PATCH] links --- ChangeLog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 9157359f8..ac6215d46 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,8 +4,8 @@ ## Version 10.20.0-Preview ### New Features -1. Migrated to the latest azblob SDK. -2. Migrated from deprecated ADAL to MSAL. +1. Migrated to the latest [azblob SDK](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob). +2. Migrated from deprecated ADAL to MSAL through the latest [azidentity SDK](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azidentity). 3. Deprecated support for object IDs in MSI. Client ID or Resource ID can be used as an alternative. ### Special notes