Skip to content

WindowsPowerShell adapter should indicate support for Export #811

Open
@ThomasNieto

Description

@ThomasNieto

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest version
  • Search the existing issues.

Summary

The WindowPowerShell adapter module supports calling the Export method for class-based DSC resources. The adapter resource should be updated to indicate that feature.

'Export' {
$t = $dscResourceInstance.GetType()
$method = $t.GetMethod('Export')
$resultArray = $method.Invoke($null, $null)
$addToActualState = $resultArray

Steps to reproduce

n/a

Expected behavior

n/a

Actual behavior

n/a

Error details

Environment data

7.6-preview4

Version

3.1.0-preview5

Visuals

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions