From 73db3e7a3123e2c40c48f3cf2b3e9bcc2e50ea8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Thu, 24 Sep 2020 15:57:34 -0400 Subject: [PATCH] Joining the entry lines --- sdk/identity/identity/CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 78d2962c10d6..cf9f0558428d 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -2,8 +2,7 @@ ## 1.2.0-beta.2 (Unreleased) - Reverted change in 1.2.0-beta.1 which moved @rollup/plugin-json from devDependencies to dependencies. -- `DefaultAzureCredential` now by default shows the Device Code message on the console. - This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`. +- `DefaultAzureCredential` now by default shows the Device Code message on the console. This can still be overwritten with a custom behavior by specifying a function as the third parameter, `userPromptCallback`. ## 1.2.0-beta.1 (2020-09-08)