We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eabc453 commit 007529fCopy full SHA for 007529f
1 file changed
azure-pipelines.yml
@@ -772,6 +772,7 @@ stages:
772
$env:ModuleVersion = '0.0.1'
773
./build.ps1 -Task build
774
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
775
+ $desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
776
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
777
$dscExitCode = $LASTEXITCODE
778
if ($dscExitCode -ne 0) { throw ('DSC executable failed with exit code {0}.' -f $dscExitCode) }
0 commit comments