This change is intended to report on resources that aren't correct.
In the case where a Resource has an incorrect field, we should report that the field was not set/not provided/extra value.
Now when a resource isn't valid, you'll see something like
WARN Resource setup didn't match the schema for ScopeDoctorGroup. Additional properties are not allowed ('extra' was unexpected)
when scope is executed.
As part of this change, we're dropping support for Setup and and Check resources.
We've also moved .description under .metadata provided to all resources.
This change is intended to report on resources that aren't correct.
In the case where a Resource has an incorrect field, we should report that the field was not set/not provided/extra value.
Now when a resource isn't valid, you'll see something like
when
scope
is executed.As part of this change, we're dropping support for Setup and and Check resources. We've also moved
.description
under.metadata
provided to all resources.