Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement TagsWithMetadata to avoid non-modifiable result sets #462

Merged
merged 2 commits into from
Sep 10, 2020

Conversation

zlesnr
Copy link
Contributor

@zlesnr zlesnr commented Sep 9, 2020

related to newrelic/terraform-provider-newrelic#756, newrelic/terraform-provider-newrelic#791 and newrelic/terraform-provider-newrelic#766

The nerdgraph schema has been updated to include the information about a users chances of modifying a given entity tag. Here we hide those which are not user-editable from the user.

Without this change, all tags are included in the list operation which leads to
user surprise when modifications are attempted.  Here we modify the method
response to exclude those tags which are not modifiable by the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants