From 1ec09d17b19f5584d7a76f39a9929254b99b8b08 Mon Sep 17 00:00:00 2001 From: pluto00987 <3868322+pluto00987@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:34:38 -0400 Subject: [PATCH] Update plugins/modules/azure_rm_aduser.py Co-authored-by: Fred-sun <37327967+Fred-sun@users.noreply.github.com> --- plugins/modules/azure_rm_aduser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/azure_rm_aduser.py b/plugins/modules/azure_rm_aduser.py index f70d290fb9..c9cca61cd0 100644 --- a/plugins/modules/azure_rm_aduser.py +++ b/plugins/modules/azure_rm_aduser.py @@ -80,7 +80,7 @@ password_force_change: description: - Whether or not the user will be forced to change their password at next logon. - - Note: If unspecified, Azure defaults this to true for new users. + - If unspecified, Azure defaults this to true for new users. - Used when either creating or updating a user account. type: bool password_force_change_mfa: