Schemas still refer to `Import` resource kind
Open
@michaeltlombardi is already working on this.
Since Mar 18, 2025.
Issue-Bug
Schema-Impact
- Dominant language
- Rust
- Stars
- 523
- Forks
- 75
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 24
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Summary
#436 renamed Import to Importer. This occurred in the code, but the schemas were not updated and still refer to it as Import:
https://github.com/PowerShell/DSC/blob/725db3096efa0920290fe2abb4ae4456c4cacf7a/schemas/v3.0.0/definitions/resourceKind.json#L11
Steps to reproduce
Read schema.
Expected behavior
See Importer
Actual behavior
See Import
Error details
Environment data
N/A
Version
3.0.0
Visuals
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.