You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new allowed_values field to resources (chef#2356)
* Add new allowed_values field to resources
I realized in all our resource docs generation that we left out this pretty important value. Sometimes a resoruce takes symbols or strings, but it only takes a small list of them. If we don't provide that the user can't possible be successful.
Signed-off-by: Tim Smith <[email protected]>
* Put Allowed Values on its own line
Signed-off-by: Tim Smith <[email protected]>
Co-authored-by: Ian Maddaus <[email protected]>
- markdown: 'The **windows_uac** resource configures UAC on Windows hosts by setting registry keys at ''HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystem'''
21
17
resource_new_in: '15.0'
22
18
handler_types: false
23
19
syntax_description: "The windows_uac resource has the following syntax:\n\n``` ruby\n\
- markdown: 'Behavior of the elevation prompt for standard users. Sets HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionPoliciesSystemEnableLUAConsentPromptBehaviorUser.'
0 commit comments