diff options
author | John McCrae <john.mccrae@progress.com> | 2022-08-02 12:09:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-02 12:09:02 -0700 |
commit | 497b907e3ac973051b4b80a5ca63bca63d8d859c (patch) | |
tree | 2422c11e19459ec2b1172aedb0e591a42a198b40 | |
parent | 624e75000681fef0e6441a3d922e9a08e918a983 (diff) | |
parent | c6a04e4a0ef9190ca50903f4051b7717211da6e5 (diff) | |
download | chef-497b907e3ac973051b4b80a5ca63bca63d8d859c.tar.gz |
Merge pull request #13104 from Stromweld/patch-2
-rw-r--r-- | lib/chef/resource/windows_user_privilege.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_user_privilege.rb b/lib/chef/resource/windows_user_privilege.rb index e4679f50b9..251382e46f 100644 --- a/lib/chef/resource/windows_user_privilege.rb +++ b/lib/chef/resource/windows_user_privilege.rb @@ -23,7 +23,7 @@ class Chef class WindowsUserPrivilege < Chef::Resource provides :windows_user_privilege - description "The windows_user_privilege resource allows to add and set principal (User/Group) to the specified privilege.\n Ref: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/user-rights-assignment" + description "The windows_user_privilege resource allows to add and set principal (User/Group) to the specified privilege.\n Ref: https://docs.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/user-rights-assignment\n For list of principals to use with :add action Ref: https://docs.microsoft.com/en-us/windows/security/identity-protection/access-control/special-identities" introduced "16.0" |