From 6585382720977df30ea26f6ae809ad8800fe937d Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 15 Jul 2021 14:44:57 -0400 Subject: [PATCH 1/2] secrets/ad: change improvement to feature in changelog --- changelog/11942.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/11942.txt b/changelog/11942.txt index c735d7b2c85a8..1a26d523e76e2 100644 --- a/changelog/11942.txt +++ b/changelog/11942.txt @@ -1,3 +1,3 @@ -```release-note:improvement -plugins/ad: Added rotate-role endpoint for manual service account password rotations +```release-note:feature +secrets/ad: Add rotate-role endpoint for manual service account password rotations ``` From b677cc29265e82a8068961143a6260ffbbf061b5 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:31:46 -0400 Subject: [PATCH 2/2] Update per feature requirements --- changelog/11942.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/11942.txt b/changelog/11942.txt index 1a26d523e76e2..52d7c69d583ff 100644 --- a/changelog/11942.txt +++ b/changelog/11942.txt @@ -1,3 +1,3 @@ ```release-note:feature -secrets/ad: Add rotate-role endpoint for manual service account password rotations +**Support manual rotation of Active Directory roles**: `rotate-role` endpoint has been added to the Active Directory secret engine to allow manual rotations of service accounts. ```