From 1feae284bdc3a15396424456838fc8a231bd2d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Tue, 29 Sep 2020 16:42:16 -0400 Subject: [PATCH] Reordered and rephrased the plugin-json entry --- sdk/identity/identity/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index cf9f0558428d..fbc46de3bfcd 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,8 +1,9 @@ # Release History ## 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`. +- Reverted a change in 1.2.0-beta.1 which moved `@rollup/plugin-json` from `devDependencies` to `dependencies`. `@rollup/plugin-json` was placed as a dependency due to an oversight, and it is not a necessary dependency for `@azure/identity`. ## 1.2.0-beta.1 (2020-09-08)