xDSCResourceDesigner
xDSCResourceDesigner copied to clipboard
Get-XDscConfigurationDetail should accept a job id to query a pending configuration
The use case for this is when a configuration is in the pending state and doesn't exit; such as occurs when a resource is stuck on an external resource or has an infinite loop. If the cmdlet accepts a job id, the configuration details for a pending configuration can be queried from the associated file. Note: the json file will be incomplete at this point so the cmdlet needs to be prepared to handle it and format the output accordingly.
Label this as help wanted so that someone in the community can run with this.