Windows Privileges - moved util code to it's own C# util (#48897)

* Windows Privileges - moved util code to it's own C# util

* Rename Enabler class to PrivilegeEnabler to remove ambiguity

* rename Utils to PrivilegeUtil

* fix missing util name changes
This commit is contained in:
Jordan Borean
2018-12-14 12:00:46 +10:00
committed by GitHub
parent 695feea541
commit 4019d4f6d1
9 changed files with 811 additions and 488 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- Ansible.ModuleUtils.Privilege - moved C# code to it's own util called ``Ansible.Privilege`` and expanded the tests