Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PowerShell Adapter changes #339

Closed
SteveL-MSFT opened this issue Mar 2, 2024 · 1 comment
Closed

PowerShell Adapter changes #339

SteveL-MSFT opened this issue Mar 2, 2024 · 1 comment
Assignees
Labels
Issue-Enhancement The issue is a feature or idea Resolution-Fixed The issue is fixed

Comments

@SteveL-MSFT
Copy link
Member

Summary of the new feature / enhancement

  • PS Adapter should only support class-based resources on non-Windows since script-based requires libmi which is no longer supported. To make this work, we should NOT rely on PSDSC module for class-based resources, just directly call the class methods.
  • PS Adapter for script-based resources should rely on PSDSC v2 and only work on Windows
  • Enable PS Adapter tests on non-Windows for class based resources with these changes

Proposed technical implementation details (optional)

No response

@SteveL-MSFT SteveL-MSFT added the Issue-Enhancement The issue is a feature or idea label Mar 2, 2024
@SteveL-MSFT SteveL-MSFT added this to the FeatureComplete for 3.0 milestone Mar 2, 2024
@SteveL-MSFT
Copy link
Member Author

Fixed via #411

@SteveL-MSFT SteveL-MSFT added the Resolution-Fixed The issue is fixed label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Enhancement The issue is a feature or idea Resolution-Fixed The issue is fixed
Projects
None yet
Development

No branches or pull requests

2 participants