Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix adapter configuration set which returnsresult, but needs to beresources#774

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SteveL-MSFT merged 4 commits intoPowerShell:mainfromSteveL-MSFT:implicit-ps-set
May 1, 2025

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

The problem is that using PS Adapter implicitly means the engine dynamically creates a new configuration that wraps the resource with appropriate adapter (PS7 or WinPS5.1). This gets run which works fine. However, a part ofset also performs aget to get thebefore_state. Aget returns the payload asresult, however, the actualbefore_state as defined in the configuration isresources. So the fix is to address this situation wherebefore_state needs to be retrieved at runtime and make it look like a correctset response.

@SteveL-MSFTSteveL-MSFT added this pull request to themerge queueMay 1, 2025
Merged via the queue intoPowerShell:main with commit66047e0May 1, 2025
4 checks passed
@SteveL-MSFTSteveL-MSFT deleted the implicit-ps-set branchMay 1, 2025 21:07
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tgauthtgauthtgauth approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@SteveL-MSFT@tgauth

[8]ページ先頭

©2009-2025 Movatter.jp