Skip to content

Implement unimplemented concurrency methods for all server classes - #2012

Merged
alerickson merged 12 commits into
masterfrom
concurrencyAllServers
Jul 31, 2026
Merged

Implement unimplemented concurrency methods for all server classes#2012
alerickson merged 12 commits into
masterfrom
concurrencyAllServers

Incorporate code review changes - complete TODOs and remove unneeded …

4cdbea8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / PowerShell.PSResourceGet succeeded Jul 24, 2026 in 32m 47s

Build #PowerShell.PSResourceGet-2607.20001 had test failures

Details

Tests

  • Failed: 95 (0.67%)
  • Passed: 13,321 (94.06%)
  • Other: 746 (5.27%)
  • Total: 14,162

Annotations

Check failure on line 1 in DSC resource schema tests.Error occurred in Describe block

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

DSC resource schema tests.Error occurred in Describe block

DSC_ROOT environment variable is not set or path does not exist.
Raw output
At /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1:7 char:9

Check failure on line 1 in Repository Resource Tests.Can get a Repository resource instance

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Repository Resource Tests.Can get a Repository resource instance

The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 108
108:         $getResult = & $script:dscExe resource get --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput -o json | ConvertFrom-Json

Check failure on line 1 in Repository Resource Tests.Can set a Repository resource instance

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Repository Resource Tests.Can set a Repository resource instance

The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 130
130:             & $script:dscExe resource set --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput

Check failure on line 1 in Repository Resource Tests.Can delete a Repository resource instance

See this annotation in the file changed.

@azure-pipelines azure-pipelines / PowerShell.PSResourceGet

Repository Resource Tests.Can delete a Repository resource instance

The expression after '&' in a pipeline element produced an object that was not valid. It must result in a command name, a script block, or a CommandInfo object.
Raw output
at <ScriptBlock>, /home/vsts/work/1/s/test/DscResource/PSResourceGetDSCResource.Tests.ps1: line 157
157:         & $script:dscExe resource delete --resource Microsoft.PowerShell.PSResourceGet/Repository --input $resourceInput