From a4c0c65113c7cc58680c5a5eb7178fdf6bf96fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez?= Date: Thu, 24 Sep 2020 15:46:44 -0400 Subject: [PATCH 1/3] [Identity] Changelog entry for the recent DeviceCodeCredential change --- 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..78d2962c10d6 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 +- 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`. ## 1.2.0-beta.1 (2020-09-08) 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 2/3] 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) 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 3/3] 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)