PSArm
PSArm copied to clipboard
Child resources should pick up parent type and namespace
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.