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

Allow resources to return metadata #467

Open
tgauth opened this issue Jun 18, 2024 · 0 comments · May be fixed by #554
Open

Allow resources to return metadata #467

tgauth opened this issue Jun 18, 2024 · 0 comments · May be fixed by #554
Assignees
Labels
Issue-Enhancement The issue is a feature or idea Needs Triage
Milestone

Comments

@tgauth
Copy link
Collaborator

tgauth commented Jun 18, 2024

Summary of the new feature / enhancement

Permit resources to return metadata like _messages to provide human-readable context for WhatIf executions

Proposed technical implementation details (optional)

Sample output:

results:
- metadata:
    Microsoft.DSC:
      duration:
      _messages: key HKCU\1\2\3 with name Hello and data World does not exist; would create keys 1, 2, and 3
- name: foo
  type: Microsoft.Windows/Registry
  result:
    beforeState:
      keyPath: HKCU\1\2\3
      _exist: false
    afterState:
      keyPath: HKCU\1\2\3
      valueName: hello
      valueData: world
@tgauth tgauth added Issue-Enhancement The issue is a feature or idea Needs Triage labels Jun 18, 2024
@tgauth tgauth self-assigned this Jun 19, 2024
@SteveL-MSFT SteveL-MSFT added this to the 3.0-RC milestone Aug 22, 2024
@tgauth tgauth linked a pull request Sep 19, 2024 that will close this issue
@SteveL-MSFT SteveL-MSFT assigned SteveL-MSFT and unassigned tgauth Sep 20, 2024
@SteveL-MSFT SteveL-MSFT removed their assignment Oct 3, 2024
@SteveL-MSFT SteveL-MSFT self-assigned this Oct 16, 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 Needs Triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants