From 0a9a2258f4e751aab56894865f6099b13dd2d5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Wed, 30 Sep 2020 08:41:20 -0400 Subject: [PATCH] [Identity] Changelog entry for the recent DeviceCodeCredential change (#11475) * [Identity] Changelog entry for the recent DeviceCodeCredential change * Joining the entry lines * Reordered and rephrased the plugin-json entry --- sdk/identity/identity/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sdk/identity/identity/CHANGELOG.md b/sdk/identity/identity/CHANGELOG.md index 242d098f8485..fbc46de3bfcd 100644 --- a/sdk/identity/identity/CHANGELOG.md +++ b/sdk/identity/identity/CHANGELOG.md @@ -1,7 +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)