Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Update intra-resource relationships to use createMappedRelationship #400

Open
ndowmon opened this issue Jun 9, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@ndowmon
Copy link
Contributor

ndowmon commented Jun 9, 2021

In Azure, entities can relate to other entities outside of their own subscription. For example, a virtual machine in subscription 1 could be launched from an image hosted in subscription 2. For most / all of the build*Relationships steps in this project, we simply try to find the target entity in the job state, and if it does not exist, we don't build the relationship.

Since these relationships can natively be built across azure subscriptions, we should either default to creating mapped relationships (and have some sort of resolution process before the synchronization step to resolve discrete relationships) OR to create mapped relationships when the target entity is not found in the job state.

@ndowmon ndowmon added the enhancement New feature or request label Jun 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant