V2.1.13
版本发布时间: 2024-04-12 19:05:10
dataplat/dbatools最新发布版本:v2.1.23(2024-08-04 15:03:04)
This is the official Andreas Jordan release 😅
What's Changed
- Get-DbaProcess - Add information about endpoint and DAC by @andreasjordan in https://github.com/dataplat/dbatools/pull/9304
- Connect-DbaInstance - Connect DAC to test connection as soon as possible by @andreasjordan in https://github.com/dataplat/dbatools/pull/9305
- Install-DbaInstance - Fix issue with MachineLearning by @andreasjordan in https://github.com/dataplat/dbatools/pull/9312
- Update buildref by @potatoqualitee in https://github.com/dataplat/dbatools/pull/9323
- Copy-DbaCredential - Force DAC as it is needed for decryption by @andreasjordan in https://github.com/dataplat/dbatools/pull/9306
- Get-DbaStartupParameter - Remove fixed typing of variables that may change their type by @andreasjordan in https://github.com/dataplat/dbatools/pull/9309
- Set-DbaTcpPort - Support multiple ports by @andreasjordan in https://github.com/dataplat/dbatools/pull/9310
- Install-DbaDarlingData - Include new procedures by @andreasjordan in https://github.com/dataplat/dbatools/pull/9311
- Update-SqlPermission (used by Copy-DbaLogin) - Fix for using LoginRenameHashtable together with user different to login by @andreasjordan in https://github.com/dataplat/dbatools/pull/9313
- Backup-DbaDatabase - Use Stop-Function to support EnableException for unverified databases by @andreasjordan in https://github.com/dataplat/dbatools/pull/9317
- New-DbaComputerCertificate - Only use MonthsValid for self-signed certificates by @andreasjordan in https://github.com/dataplat/dbatools/pull/9318
- Update dbatools-buildref-index.json SQL2019 CU26 by @MikeyBronowski in https://github.com/dataplat/dbatools/pull/9324
- Add-DbaDbRoleMember - Add support for adding roles to roles by @andreasjordan in https://github.com/dataplat/dbatools/pull/9319
- New-DbaDbTable - Fix some issues by @andreasjordan in https://github.com/dataplat/dbatools/pull/9314
- Connect-DbaInstance - Open connection to get CurrentDatabase by @andreasjordan in https://github.com/dataplat/dbatools/pull/9308
Full Changelog: https://github.com/dataplat/dbatools/compare/v2.1.12...V2.1.13