From 03788bdba28af6c2bc159c26e538c6c05caa51bc 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 c735d7b2c..52d7c69d5 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. ```