Skip to content

Standardize built-in resource namespaces #324

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

Closed
2 tasks
michaeltlombardi opened this issue Feb 23, 2024 · 1 comment · Fixed by #341
Closed
2 tasks

Standardize built-in resource namespaces #324

michaeltlombardi opened this issue Feb 23, 2024 · 1 comment · Fixed by #341
Assignees
Labels
Issue-Enhancement The issue is a feature or idea

Comments

@michaeltlombardi
Copy link
Collaborator

Summary of the new feature / enhancement

Currently, the built-in DSC Resources are named DSC/<ResourceName>, like DSC/AssertionGroup. To align with the [namespace guidance][01], we should plan to rename these resources to indicate ownership. It would also be useful to identify them as being core or built-in resources that are only upgradeable with DSC itself.

Proposed technical implementation details (optional)

I propose changing the resource namespaces to one of the following:

  • Microsoft.DSC.BuiltIn
  • Microsoft.DSC

This would make the AssertionGroup resource either Microsoft.DSC.BuiltIn/AssertionGroup or Microsoft.DSC/AssertionGroup.

@michaeltlombardi michaeltlombardi added the Issue-Enhancement The issue is a feature or idea label Feb 23, 2024
@SteveL-MSFT
Copy link
Member

The built-in groups will be named:

  • Microsoft.DSC/Grouo
  • Microsoft.DSC/Assertion
  • Microsoft.DSC/Parallel

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants