Jeremy Ciak
Jeremy Ciak
+1 This would be great. I worked around this by adding custom Terraform to the setup/deployment for this module to configure Azure DevOps and AWS/CodeCommit so any changes in AzDO...
```json "files.defaultLanguage": "powershell", "[powershell]": { "editor.rulers": [ 120 ] }, "[markdown]": { "editor.rulers": [ 120 ] } ```
@tas50 It seems you made the commits that have broken this for me. Please help!
Yes, I used that workaround, but implemented everything in Terraform.
@Vasu1105 have you actually tried that syntax and has it worked for you? I believe I have tried that previously without success. I will run another test in a bit....
@Vasu1105 When I try this exact block you provided, or even a few different combinations of users with the `SeDenyRemoteInteractiveLogonRight` privilege it works: ```ruby windows_user_privilege 'Remote interactive logon' do privilege...
When this happens the race condition manifests itself:  When this happens everything works: 
@scalp42 Awesome! ...and thank you! I have rudimentary ability to read and write Ruby code, but I have no idea how to do underlying Chef code development to test whether...
@scalp42 Please let me know if/when you get a chance to assist here. I'm desperate!
What do you mean about creating the JSON files in advance? You mean manually define them? Or you mean basically implement what this provisioner is doing in an out-of-band method?...