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 2d995f8 commit bd50cf7Copy full SHA for bd50cf7
azure-pipelines.yml
@@ -827,6 +827,7 @@ stages:
827
$env:ModuleVersion = '0.0.1'
828
./build.ps1 -Task build
829
dsc resource list --adapter Microsoft.Windows/WindowsPowerShell
830
+ $desiredParameters = @{KeyProperty = 'TEST_KEY_001';MandatoryProperty = 'TestMandatoryValue'}
831
$result = dsc --trace-level trace resource get --resource SqlServerDsc/DebugDscEngine --output-format json --input ($desiredParameters | ConvertTo-Json -Compress)
832
$dscExitCode = $LASTEXITCODE
833
if ($dscExitCode -ne 0) { throw ('DSC executable failed with exit code {0}.' -f $dscExitCode) }
0 commit comments