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

Add capabilities to DscResource schema #357

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

SteveL-MSFT
Copy link
Member

PR Summary

Add Capabilities to DscResource so that adapters can easily expose it without the need of a manifest.

PR Context

Fix #356

Copy link
Collaborator

@anmenaga anmenaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SteveL-MSFT SteveL-MSFT added this pull request to the merge queue Mar 8, 2024
Merged via the queue into PowerShell:main with commit 0f3c032 Mar 8, 2024
4 checks passed
@SteveL-MSFT SteveL-MSFT deleted the dscresource-caps branch March 8, 2024 19:02
michaeltlombardi added a commit to michaeltlombardi/DSC that referenced this pull request Apr 12, 2024
This change adds the `capabilities` property to the output schema for
the `dsc resource list` command, as implemented in PowerShell#357.

It updates both the source and composed schemas.
michaeltlombardi added a commit to michaeltlombardi/DSC that referenced this pull request Apr 15, 2024
This change adds the `capabilities` property to the output schema for
the `dsc resource list` command, as implemented in PowerShell#357.

It updates both the source and composed schemas.
michaeltlombardi added a commit to michaeltlombardi/DSC that referenced this pull request Apr 16, 2024
This change adds the `capabilities` property to the output schema for
the `dsc resource list` command, as implemented in PowerShell#357.

It updates both the source and composed schemas.
michaeltlombardi added a commit to michaeltlombardi/DSC that referenced this pull request Apr 18, 2024
This change adds the `capabilities` property to the output schema for
the `dsc resource list` command, as implemented in PowerShell#357.

It updates both the source and composed schemas.
michaeltlombardi added a commit to michaeltlombardi/DSC that referenced this pull request Apr 18, 2024
This change adds the `capabilities` property to the output schema for
the `dsc resource list` command, as implemented in PowerShell#357.

It updates both the source and composed schemas.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Synthesize manifest for PS resources so that version, methods get populated
2 participants