summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-09-16 12:08:55 -0700
committerTim Smith <tsmith84@gmail.com>2020-09-16 12:09:41 -0700
commit7ee8b83c78bed43add0e74144a27e51e5825dc30 (patch)
treedffc9cca9956ab1559d86942c7aa194e0a041380
parentd98b2b6eac8b42c67c58935b5317552ada99d195 (diff)
downloadchef-7ee8b83c78bed43add0e74144a27e51e5825dc30.tar.gz
Add updates to windows_user_privilege resource
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index bbb8dc3b06..d128f1ad90 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -96,6 +96,10 @@ The `windows_ad_join` resource has been updated with a new `reboot_delay` proper
The `windows_firewall_profile` resource was updated to prevent NilClass errors from loading the firewall state.
+### windows_user_privilege
+
+The `windows_user_privilege` resource has been updated to better validate the `privilege` property and to allow the `users` property to accept String values. Thanks for reporting this issue [@jeremyciak](https://github.com/jeremyciak)!
+
### Windows securable resources
All Windows securable resources now support using SID in addition to user or group name when specifying `owner`, `group`, or `rights` principal. These resources include the `template`, `file`, `remote_file`, `cookbook_file`, `directory`, and `remote_directory` resources. When using a SID, you may use either the standard string representation of a SID (S-R-I-S-S) or one of the [SDDL string constants](https://docs.microsoft.com/en-us/windows/win32/secauthz/sid-strings).