Skip to content

Commit

Permalink
SqlServerDatabaseMail: New resource for configuring Database Mail (#145)
Browse files Browse the repository at this point in the history
- Changes to SqlServerDsc
  - Added new resource SqlServerDatabaseMail for configuring SQL Server
    database mail.
  • Loading branch information
SQLHorizons authored and johlju committed Jan 4, 2018
1 parent 888c069 commit e45d6c1
Show file tree
Hide file tree
Showing 14 changed files with 2,051 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
- Removed the local specific common test for compiling examples in this repository
and instead opted-in for the common test in the 'DscResource.Tests' repository
([issue #669](https://github.com/PowerShell/SqlServerDsc/issues/669)).
- Added new resource SqlServerDatabaseMail for configuring SQL Server
Database Mail.
- Updated the helper function Test-SQLDscParameterState to handle the
data type UInt16.
- Fixed typo in SqlServerDscCommon.Tests.
- Changes to SqlAlias
- Fixed issue where exception was thrown if reg keys did not exist
([issue #949](https://github.com/PowerShell/SqlServerDsc/issues/949)).
Expand Down
Loading

0 comments on commit e45d6c1

Please sign in to comment.