How to propagate health state to ProjectResource's child resources? #18771
Unanswered
Paulo Morgado (paulomorgado)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If I add a parent relationship (
WithParentRelationship) to aContainerResourceto a resource, that resource inherits the container's health state.How can I do the same for a
ProjectResource?All reactions