Tags: indented-automation/SqlServerDsc
Tags
SqlDatabaseRole: Incorrect Parameter in Add-SqlDscDatabaseRoleMember (d… …sccommunity#1619) - SqlDatabaseRole - Fixed check to see if the role and user existed in the database. The previous logic would always indicate the role or user was not found unless the role had the same name as the user. Also updated the DesiredMembersNotPresent string to be more accurate when an extra user is in the role (issue dsccommunity#1487).
SqlAlwaysOnService: Get-TargetResource does not return all the schema… … properties (dsccommunity#1618) - SqlAlwaysOnService - Updated Get-TargetResource to return all defined schema properties
SqlReplication: Remove duplicate function (dsccommunity#1612) - SqlServerDsc - Updated code formatting using latest release of PSScriptAnalyzer. - The URLs in the CHANGELOG.md that was pointing to issues is now referencing the new repository name and URL. - SqlServerDsc.Common - The helper function `Get-SqlInstanceMajorVersion` no longer have a default value for parameter **InstanceName** since the parameter is mandatory and it was never used. - SqlReplication - The resource are now using the helper function `Get-SqlInstanceMajorVersion` (issue dsccommunity#1408).
SqlServerDsc: Update code formatting (dsccommunity#1611) - SqlServerDsc - Updated code formatting using latest release of PSScriptAnalyzer.
SqlDatabaseObjectPermission: Fix transition "GrantWithGrant" to "Gran… …t" (dsccommunity#1603) - SqlDatabaseObjectPermission - To enforce a scenario where a permission must be changed from 'GrantWithGrant' to 'Grant' a new parameter Force was added (issue dsccommunity#1602). The parameter Force is used to enforce the desired state in those scenarios where revocations must be performed to enforce the desired state, even if that encompasses cascading revocations. If parameter Force is _not_ set to $true an exception is thrown in those scenarios where a revocation must be performed to enforce the desired state. - New integration tests to verify scenarios when current state for a permission is 'GrantWithGrant' but desired state should be 'Grant'.
SqlDatabaseObjectPermission: Fix transition "GrantWithGrant" to "Gran… …t" (dsccommunity#1603) - SqlDatabaseObjectPermission - To enforce a scenario where a permission must be changed from 'GrantWithGrant' to 'Grant' a new parameter Force was added (issue dsccommunity#1602). The parameter Force is used to enforce the desired state in those scenarios where revocations must be performed to enforce the desired state, even if that encompasses cascading revocations. If parameter Force is _not_ set to $true an exception is thrown in those scenarios where a revocation must be performed to enforce the desired state. - New integration tests to verify scenarios when current state for a permission is 'GrantWithGrant' but desired state should be 'Grant'.
SqlSetup: Update comment-based help in example (dsccommunity#1609) - SqlSetup - The example 4-InstallNamedInstanceInFailoverClusterFirstNode.ps1 was updated to no longer reference the issue dsccommunity#405 and issue dsccommunity#444 in the comment-based help. The issues was fixed a while back and SqlSetup now supports the built-in parameter PsDscRunAsCredential (issue dsccommunity#975).
SqlServerDsc: Remove moved helper functions (dsccommunity#1604) - SqlServerDsc - Removed helper functions that was moved to the module DscResource.Common. DSC resources using those functions are using them from the module DscResource.Common.
PreviousNext