We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdb4c6 commit f0fc658Copy full SHA for f0fc658
source/Classes/020.DebugDscEngine.ps1
@@ -91,8 +91,8 @@ class DebugDscEngine : ResourceBase
91
[DebugDscEngine] Get()
92
{
93
# Output all environment variables to verify the environment
94
- Write-Warning -Message 'Mocked warning message for testing purposes.'
95
#Write-Verbose -Message "`nEnvironment Variables from inside DSC resource:`n$([System.Environment]::GetEnvironmentVariables().GetEnumerator() | Sort-Object Key | ForEach-Object { "$($_.Key) = $($_.Value)" } | Out-String)" -Verbose
+ #Write-Warning -Message 'Mocked warning message for testing purposes.'
96
97
# Call the base method to return the properties.
98
return ([ResourceBase] $this).Get()
0 commit comments