Skip to content

Need a way to get schema from adapted resources for intellisense #872

@SteveL-MSFT

Description

@SteveL-MSFT

Summary of the new feature / enhancement

As part of the Bicep extension work, we need JSONSchema for any type of resource so that we can provide intellisense during authoring experience. Currently dsc simply expects the adapter to validate the input or reject as an error. We need to formalize this so that adapted resources can participate in intellisense.

Proposed technical implementation details (optional)

Initial thinking is that adapters support the schema operation, but have an additional argument for the adapted type and expected to return JSONSchema.

@andyleejordan as you are working on the Bicep extension, how would it work best for your extension?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions