microsoft / SQLServerPSModule

This repo is the home of SQL Server PowerShell Module development.
MIT License
45 stars 1 forks source link

Module does not appear to contain Start/Stop-SqlInstance Commands #48

Closed bbseal closed 1 year ago

bbseal commented 1 year ago

Hi,

I've installed version 22.0.59 of this module, and I can't seem to use the Start-SqlInstance or Stop-SqlInstance commands. They are in the module manifest, but when I go to use them, PowerShell says they aren't recognized. Get-SqlInstance and many other commands in the module seem to work fine.

Here's a screenshot.

Matteo-T commented 1 year ago

Hi @bbseal, As per https://github.com/microsoft/SQLServerPSModule/wiki/What's-new-in-v22#relevant-changes-in-v22-compared-to-v21, those 2 cmdlets were removed as part of a major cleanup I did in v22.

Thanks for pointing out that I forgot to remove them from the manifest. I'll look into removing it in a future v22 update.

Matteo-T commented 1 year ago

This was fixed in v22.1.1.