From f30a97dbf7e61ddc623362f611aa92c15d3a6757 Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Tue, 19 Feb 2019 20:52:10 -0500 Subject: [PATCH 1/2] 0.9.771 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 5d2d653983a8..0ed47fc9a0e8 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.771] - 2019-02-19 +### Fixed +* Azure SQL DB support for `New-DbaLogin` [#5100](https://github.com/sqlcollaborative/dbatools/issues/5100) +### Added +* `New-DbaDbMailProfile` function to create new profile for database mail + ## [0.9.770] - 2019-02-16 ### Fixed * `Get-DbaAgentSchedule` returns `NULL` description [#5090](https://github.com/sqlcollaborative/dbatools/issues/5090) From b4bd4a219ae848b8ec0e4d54938006f56c89cc0a Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Wed, 20 Feb 2019 19:57:19 -0500 Subject: [PATCH 2/2] clarification for New-DbaLogin --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0ed47fc9a0e8..f384b4a9874f 100644 --- a/changelog.md +++ b/changelog.md @@ -7,7 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [0.9.771] - 2019-02-19 ### Fixed -* Azure SQL DB support for `New-DbaLogin` [#5100](https://github.com/sqlcollaborative/dbatools/issues/5100) +* Azure SQL DB support for creating SQL Logins in `New-DbaLogin` [#5100](https://github.com/sqlcollaborative/dbatools/issues/5100) ### Added * `New-DbaDbMailProfile` function to create new profile for database mail