lowlydba / lowlydba.sqlserver

:spoon: A cross-platform Ansible collection using PowerShell to configure and maintain SQL Server.
https://galaxy.ansible.com/ui/repo/published/lowlydba/sqlserver
GNU General Public License v3.0
21 stars 12 forks source link

[Request] Add support for creating/dropping credentials #156

Closed jkrilov closed 1 year ago

jkrilov commented 1 year ago

Is your feature request related to a problem? Please describe. Credentials are needed for various operations in SQL. In this particular case a SAS key is needed to restore a backup from an Azure Blob.

Describe the solution you'd like Add support for the DBAtools credential functions

Describe alternatives you've considered N/A

Additional context https://docs.dbatools.io/New-DbaCredential

jkrilov commented 1 year ago

Feature to be added in #155

jkrilov commented 1 year ago

PR merged