Shawn Melton
Shawn Melton
This is by nature of the library version we use for Azure authentication being lower to the one used by Azure PowerShell modules...or version mismatch around APIs hit (could be...
Overall, this is the behavior of the client library for SQL Server and/or SMO (can't recall which) since a process is tied to the connection, that process ends up being...
You might include pulling the active sessions on the database just before you run the Restore command in your script. That will at least give you details on who is...
I'd agree, this seems to be adding more T-SQL code to something that could be done via PowerShell methods in less code (possibly). A preference for me would also be...
This is marked as being a bug fix, what bug issue is being addressed 😉 ?
This issue should trigger how we improve integration testing of the commands. Have a block that runs set command, and then test It block verifies the Get command returns what...
One thing to consider @ashdar if you want to fully convert to PowerShell 7.4 x64 is isolating your need for the x86 via `Start-Process` cmdlet. That would allow you to...
Same repo Chrissy linked to in her comment https://github.com/dataplat/dbatools/issues/9190#issuecomment-1867447451
The copy commands are meant to be simple (as we can make them) tools for copying configurations **as-is** from a source to a destination including overwriting. The intent is keeping...
My $0.02USD here... So, I've only skimmed over the extremely long conversation on this PR; would be better served to convert that discussion to an issue for better tracking of...