PSArm icon indicating copy to clipboard operation
PSArm copied to clipboard

Child resources should pick up parent type and namespace

Open rjmholt opened this issue 3 years ago • 0 comments

Currently the Resource keyword is simply a naive object builder and always requires Namespace and Type inputs for both body definitions and completions.

However, in child resources, the namespace and type are inherited. PSArm needs to implement this inheritance mechanism for for runtime parameter definition and for completions.

rjmholt avatar Apr 08 '21 23:04 rjmholt