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
User, Roles and Login as well as they permissions associated with each are now available.
5
5
6
6
####Features
7
7
-`sqlserver_instance` and `sqlserver_features` have new parameter `install_switches` which takes a hash of install switches and writes them to a temp configuration file for the the install process
8
+
- Add define for permissions for Users, Roles and Logins
9
+
-`sqlserver::config` no longer writes a file to the sytem
10
+
- New `sqlserver_tsql` provider available to execute custom scripts
11
+
- Remove dependency on 'sqlcmd.exe'
12
+
- Performance discovery improvements
13
+
- Remove dependency for ACL modules
14
+
15
+
####Bug Fixes
16
+
- Munge values for instance names to always be uppercase when comparing
17
+
- Change the way we look up logins to use sys.server_principals instead of function that might not report correctly
18
+
- Fix issue with collation_name and databases where the variable was not named properly causing it to never be set
0 commit comments