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
- SqlServerDsc
- Add new resource SqlServerAudit.
- The following classes were added to the module:
- `SqlResourceBase` - class that can be inherited by class-based resource and
provides default DSC properties and method for get a `[Server]`-object.
- The following public functions were added to the module (see comment-based
help for more information):
- `Invoke-SqlDscQuery`
- `Get-SqlDscAudit`
- `New-SqlDscAudit`
- `Set-SqlDscAudit`
- `Remove-SqlDscAudit`
- `Enable-SqlDscAudit`
- `Disable-SqlDscAudit`
- `Get-DscProperty`
- Added parameter `ExcludeName` to exclude property names from being returned.
- SqlPermission
- Fix comment-based help.
- `ConvertTo-Reason`
- Fix to handle `$null` values on Windows PowerShell.
- If the property name contain the word 'Path' the value will be parsed to
replace backslash or slashes at the end of the string, e.g. `'/mypath/'`
will become `'/mypath'`.
- `ResourceBase`
- Now handles `Ensure` correctly from derived `GetCurrentState()`. But
requires that the `GetCurrentState()` only return key property if object
is present, and does not return key property if object is absent.
Optionally the resource's derived `GetCurrentState()` can handle `Ensure`
itself.
0 commit comments