Closed johlju closed 1 year ago
The rename need to be carried out throughout private, public, classes and tests.
We should do this rename before releasing next major release.
Optional names to consider for DatabasePermission
:
SqlDscDatabasePermission
SQL_DatabasePermission
DSC_DatabasePermission
DSCSQL_DatabasePermission
DatabasePermissionType
SqlDatabasePermission_Permission
MSSQL_DatabasePermission
Since this is already out in the wild I'm closing this until it is a problem.
The complex type that is used by the resource SqlDatabasePermission is named
DatabasePermission
.https://github.com/dsccommunity/SqlServerDsc/blob/6c735eac2852802c5e48bcd61acbeb22f9d1ed0e/source/Classes/002.DatabasePermission.ps1#L35
Since the class is registered in the namespace
root/Microsoft/Windows/DesiredStateConfiguration
I suggest we rename it that is less likely to conflict with other DSC resources.We could rename it to
SqlDscDatabasePermission
. Other name suggestions?