Add support for SQL RP in PowerShell
Currently there is no support for deploying SQL components using PowerShell cmdlets (same with Azure CLI).
Please add support for creating SQL servers and databases

SQL resources can be deployed via JSON templates via PS.
Please detail if this is not sufficient and why?
Thanks
1 comment
-
Jakob Gottlieb Svendsen (MVP) commented
You have a good point, for me ARM templates are fine, but you usually provide 2 stories/interfaces for your customers. Either templates or cmdlets. And to keep consistency between all your services, it seems weird that SQL RP does not have any cmdlets.
Actions such as "Copy DB" would be great to have as cmdlets, imho.