You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/Public/Get-SqlDscInstalledComponent.ps1
+21-17Lines changed: 21 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -59,14 +59,6 @@ function Get-SqlDscInstalledComponent
59
59
60
60
switch ($currentServiceComponent.ServiceType)
61
61
{
62
-
# TODO: Add a Test-command for the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL13.SQL2016\ConfigurationState\SQL_Engine_Core_Inst
63
-
'DatabaseEngine'
64
-
{
65
-
$installedComponent.Feature='SQLEngine'
66
-
67
-
break
68
-
}
69
-
70
62
# TODO: Add a Test-command for the path HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL16.SQL2022\ConfigurationState\SQL_FullText_Adv
71
63
'9'
72
64
{
@@ -114,7 +106,7 @@ function Get-SqlDscInstalledComponent
0 commit comments