From eb4b28dc328165625c13fb1f1c0661f4d8b22b93 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 15 Jul 2021 15:55:40 -0400 Subject: [PATCH] secrets/ad: change improvement to feature in changelog (#12095) * secrets/ad: change improvement to feature in changelog * Update per feature requirements --- changelog/11942.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog/11942.txt b/changelog/11942.txt index c735d7b2c85a8..52d7c69d583ff 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 +**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. ```