DSC icon indicating copy to clipboard operation
DSC copied to clipboard

Schemas still refer to `Import` resource kind

Open JohnMcPMS opened this issue 9 months ago • 0 comments

Prerequisites

  • [x] Write a descriptive title.
  • [x] Make sure you are able to repro it on the latest version
  • [x] 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

JohnMcPMS avatar Mar 17 '25 17:03 JohnMcPMS