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
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('SqlServerDsc.AnalyzerRules\Measure-CommandsNeededToLoadSMO','', Justification='The command Connect-Sql is called implicitly in several function, for example Get-SqlEngineProperties')]
66
+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('SqlServerDsc.AnalyzerRules\Measure-CommandsNeededToLoadSMO','', Justification='The command Connect-Sql is called implicitly in several function, for example Get-SqlEngineProperties')]
67
67
[CmdletBinding()]
68
68
[OutputType([System.Collections.Hashtable])]
69
69
param
@@ -722,8 +722,8 @@ function Get-TargetResource
722
722
#>
723
723
functionSet-TargetResource
724
724
{
725
-
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidGlobalVars','', Justification='Because $global:DSCMachineStatus is used to trigger a Restart, either by force or when there are pending changes.')]
726
-
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseDeclaredVarsMoreThanAssignments','', Justification='Because $global:DSCMachineStatus is only set, never used (by design of Desired State Configuration).')]
725
+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSAvoidGlobalVars','', Justification='Because $global:DSCMachineStatus is used to trigger a Restart, either by force or when there are pending changes.')]
726
+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseDeclaredVarsMoreThanAssignments','', Justification='Because $global:DSCMachineStatus is only set, never used (by design of Desired State Configuration).')]
727
727
[CmdletBinding()]
728
728
param
729
729
(
@@ -1265,15 +1265,16 @@ function Set-TargetResource
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('SqlServerDsc.AnalyzerRules\Measure-CommandsNeededToLoadSMO','', Justification='The command Connect-Sql is implicitly called when Get-TargetResource is called')]
2000
+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('SqlServerDsc.AnalyzerRules\Measure-CommandsNeededToLoadSMO','', Justification='The command Connect-Sql is implicitly called when Get-TargetResource is called')]
2000
2001
[CmdletBinding()]
2001
2002
[OutputType([System.Boolean])]
2002
2003
param
@@ -2342,7 +2343,7 @@ function Test-TargetResource
Copy file name to clipboardExpand all lines: source/DSCResources/DSC_SqlSetup/README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,5 +156,3 @@ AnalysisServicesConnection | A new method of loading the assembly *Microsoft.Ana
156
156
## Known issues
157
157
158
158
All issues are not listed here, see [here for all open issues](https://github.com/dsccommunity/SqlServerDsc/issues?q=is%3Aissue+is%3Aopen+in%3Atitle+SqlSetup).
159
-
160
-
> [!IMPORTANT] The setup action AddNode is not currently functional.
0 commit comments