-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Area-BicepIssue-EnhancementThe issue is a feature or ideaThe issue is a feature or ideaPartner-WinGet
Milestone
Description
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
Labels
Area-BicepIssue-EnhancementThe issue is a feature or ideaThe issue is a feature or ideaPartner-WinGet