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

(GH-258) Clarify Invoke-DscResource is incompatible with composite resources #259

Conversation

michaeltlombardi
Copy link
Contributor

@michaeltlombardi michaeltlombardi commented May 15, 2024

PR Summary

Prior to this change, the reference documentation for Invoke-DscResource didn't clearly state that the cmdlet is incompatible with composite resources.

This change:

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

…composite resources

Prior to this change, the reference documentation for `Invoke-DscResource`
didn't clearly state that the cmdlet is incompatible with composite resources.

This change:

- Clarifies that `Invoke-DscResource` can't be used to invoke composite resources,
  which require the LCM.
- Resolves MicrosoftDocs#258
- Fixes AB#255214
Copy link

Learn Build status updates of commit 8b7579f:

✅ Validation status: passed

File Status Preview URL Details
dsc/dsc-1.1/PSDesiredStateConfiguration/Invoke-DscResource.md ✅Succeeded View (dsc-1.1)
dsc/dsc-2.0/PSDesiredStateConfiguration/Invoke-DscResource.md ✅Succeeded View (dsc-2.0)
dsc/dsc-3.0/PSDesiredStateConfiguration/Invoke-DscResource.md ✅Succeeded View (dsc-3.0)

For more details, please refer to the build report.

For any questions, please:

@sdwheeler sdwheeler merged commit b0638ce into MicrosoftDocs:main May 15, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invoke-DscResource can't be used with composite resources
2 participants